/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

@import url(mystylesheet_01.css);

/* perhaps:  background-color: #FAFEFF; -> from Gertrud */
body {
  background-color: #FFFFFF;
  background-image: url(../../fileadmin/images/layout/hintergrund1.jpg);
  background-repeat: no-repeat;
}

/* ACHTUNG: 	font-weight : normal;   ueberschreibt die font-Einstellung der Menue-Stile. */
/*   Ein:	font-weight : bold; wird dann ignoriert!!  */

A:link {
   color:#013199; 
   background-color : transparent;
   text-decoration : none;
}
A:visited {
	background-color : transparent;
	color : #2B00C7;

	text-decoration : underline;
}
A:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #2B00C7;
	text-decoration : none;
}


SELECT {  
	font-family: Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Arial, Helvetica; 
	font-size: 10px 
}


H1 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: bold; 
   font-size: 16px; 
   font-family: arial, sans-serif;
   margin-bottom : 10px;
   margin-top : 0px;
}

H2 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: bold; 
   font-size: 14px; 
   font-family: arial, sans-serif;
   margin-bottom : 9px;
   margin-top : 0px;
}

H3 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: normal; 
   font-size: 14px; 
   font-family: arial, sans-serif;
   margin-bottom : 8px;
   margin-top : 0px;
}

H4 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: bold; 
   font-size: 13px; 
   font-family: arial, sans-serif;
   margin-bottom : 7px;
   margin-top : 0px;
}

H5 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: bold; 
   font-size: 13px; 
   font-family: arial, sans-serif;
   margin-bottom : 6px;
   margin-top : 0px;
}

H6 {
   color: #000000; 
   line-height: 1.4; 
   font-weight: bold; 
   font-size: 13px; 
   font-family: arial, sans-serif;
   margin-bottom : 5px;
   margin-top : 0px;
}

.subhead1 {
	font-family : Helvetica, arial, sans-serif;
	font-size : 10px;
	color : black;
}
.subhead2 {
	font-family : arial, sans-serif;
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-family : arial, sans-serif;
	font-size : 10px;
	color : red;
}
.headerdate {
	font-family : arial, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}


P {
	font-family : arial, sans-serif;
	font-size : 13px;
	line-height : 150%;
	color: Black;
	margin-top : 0px;
	margin-bottom : 10px;
	text-indent : 0px;
}

UL {
/*   list-style-image: url(media/bullets/dot.gif);*/
   list-style-type: square;
   line-height: 150%;
   margin-bottom : 0px;
   font-size: 13px;
   font-family: arial, sans-serif;
}

OL {
   line-height: 130%;
   margin-bottom : 0px;
   font-size: 13px; 
   font-family: arial, sans-serif;
}

.zitattext {
   color: #000000;
   font-size: 12px;
   font-style: italic;
   font-family: arial, sans-serif;
}
.normaltext {
   color: #000000;
   line-height: 1.67;
   font-size: 12px;
   font-weight:normal;
   font-family: arial, sans-serif;
}
.fetttext {
   color: #000000;
   font-size: 12px;
   font-weight:bold;
   font-family: arial, sans-serif;
}
.fettktext {
   color: #000000;
   font-size: 12px;
   font-weight:bold;
   font-style: italic;
   font-family: arial, sans-serif;
}   
.picturetext {
   color: #000000;
   font-size: 10px;
   font-style: italic;
   font-family: arial, sans-serif;
}

.longlist {
   list-style-type: circle; 
}

.caption {
	font-family : arial, sans-serif;
	font-size : 10px;
        font-style: italic;
	color : #002575;
}
.bulletlist {
	font-family : arial, sans-serif;
	font-size : 13px;
	line-height : 130%;
	color: Black;
	margin-top : px;
	margin-bottom : 8px;
	text-indent : 0px;
}
.table {
	font-family : arial, sans-serif;
	font-size : 11px;
	color : #black;
}

.searchform {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-family : arial, sans-serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-family : Helvetica, arial, sans-serif;
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-family : arial, sans-serif;
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}




.loginform {
	font-family : arial, sans-serif;
	font-size : 14px;
	color : #CC0000;
	font-weight : normal;
}

.mailform {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-family : arial, sans-serif;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}


.filelinks {
	font-family : arial, sans-serif;
	font-size : 14px;
	color : #990000;
}
.filelinkssize {
	font-family : arial, sans-serif;
	font-size : 14px;
	color : Green;
}



.sitemap1 {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : #CC6600;
}
.sitemap2 {
	font-family : arial, sans-serif;
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}
.sitemap3 {
	font-family : arial, sans-serif;
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}
.sitemap4 {
	font-family : arial, sans-serif;
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}

.celmenu {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-family : arial, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}