/* Redesign Heike Röllig 2004 */
/* Styles für Schriften und Divs */


/* Formatklassen */

BODY, P, H1, H2, H3, H4, H5, H6, DIV, address, table, td, TH, ul li, ul, LI, FORM, INPUT, SELECT { font-family: verdana, arial, helvetica, sans-serif}

BODY {
	background-color: #E9ECF7; /* hellgrau, plus Hintergrundbilder */
	margin-top: 0px;
	margin-left : 0px;
	margin-right: 10px;
	padding: 0px;
	font-size: 100%;
    scrollbar-base-color: #F4A72E;
    scrollbar-face-color: #FBC06A;
	scrollbar-darkshadow-color: #000000;
    scrollbar-3dlight-color: #000000;	 
		
}

H1 {
	color: #E9ECF7; /* wird hellgrau auf schwarzblau angezeigt */
	text-align: left;
	font-size : 250%;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 30px; /* für NS+IE */
	margin-top: 0px; /* für NS6*/
}

H2 {
	color: #FBC06A; /* wird orange auf schwarzblau angezeigt */
	font-size: 120%;
	font-weight: normal;
	text-align: right;	
}

P, td{	font-size: 70%; 
    color: #E9ECE7; /* hellgrau */
}

.ohnepunkt {
    color: #0F1C24;
	background-color : transparent;
	margin-bottom: 0px;
	margin-left: -20px;
	list-style-image : none; /* funktioniert nicht */
	padding-left : 0px;
}


ul li {
	color: #E9ECE7; /* hellgrau */
	background-color : transparent;
	font-style: normal;
	margin-bottom: 0px;
	list-style-image : url(bilder/icon-punkt.gif);
	padding-left : 0px;
	font-size: 70%;
}

li {
	color: #E9ECE7; /* hellgrau */
	background-color : transparent;
	font-style: normal;
	margin-bottom: 0px;
	list-style-image : none;
	padding-left : 0px;
}


hr {
     color: #FBC06A; /* orange */
	 height: 1px;
	 width: 100%;
}

/* Unterklassen */

A:link { /* Textbereich */
	color: #FBC06A; /* orange */
	background-color : transparent;
	font-weight: normal;
	text-decoration : underline;
}

A:hover {
	color:#E3D2BB; /* beige zur Unterscheidung */
	background-color : transparent;
	font-weight: normal;
	text-decoration : underline;
}

A:active {
	color: #FBC06A; /* orange */
	background-color : transparent;
	font-weight: normal;
}

A:visited {
	color: #E3D2BB; /* beige zur Unterscheidung */
	background-color : transparent;
	font-weight: normal;
}


/* Weitere Klassen */

.unsichtbar {
 display: none; /* kann Elemente ausblenden */
}

.orange {
 color: #F4A72E;
}

.hellgrau {
 color: #E9ECF7;
}


div#logo { /* enthält Logo-Info */
   display: none;
}

div#inhalt1 { /* Container für den Inhalt oben */
   position: relative;
   left: 30px;
   top: 29px;
   width: 500px;
}


.presselinks { /*Sonderklasse für die Pressetexte */
   width: 240px;
   position: relative;
   float: left;  
}

.presserechts { /*Sonderklasse für die Pressetexte */
   width: 240px;
   position: relative;
   left: 40px;
   float: left;
}

.presseoben {
   width: 500px;
   position: relative;
}

div#inhaltrechts { /* Container für Texte */
   position: relative;
   left: 149px;
   width: 350px;
   top: 100px;   
}

div#inhaltlinks {
	position: relative;
	width: 100px;
	float: left;
	top: 100px;
	left: 30px;

}

div#textunten { /* enthält den Text unter dem Menü in der Seite */
   position: relative;
   color: #FBC06A; 
   top: 380px;
   float: left;
   width: 100%;
}

div#teaser { /* enthält die Adjektive unter der Überschrift */
   position: relative;
   left: 80px;
   color: #FBC06A;
   float: none;   
}


/* enthält die weiterführenden Links unter dem schwarzen Balken */

div#inhalt2 {
   position: relative;
   left: 30px;
   top: 550px;
   width: 500px;
   color: #F0E0CA;
   font-size: 70%;
}

div#menu1 { /* zeigt das linke Hauptmenü an */
  display: none;
}

.menu {
   display: none;
}    


div#menu2 { /* zeigt das Untermenü auf dem scharzen Balken an */
  display: none;
}

div#menu3 { /* zeigt Menü rechts oben an */
  display: none;
}

div#fuss {  /* Adressblock eingeblendet beim Drucken */
  position: relative;
  font-size: 70%;
  margin-left: 0px;
  top: 20px;
  float: left;
}
