/* -- ALLGEMEIN -- */
html {
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #F7F7F7;
  scrollbar-arrow-color: #FF0000;
  scrollbar-highlight-color: #FFFFC6;
  scrollbar-shadow-color: #D6E0DB;
  scrollbar-3dlight-color: #336699;
  scrollbar-darkshadow-color: #000000;
}
  body {
  	  font-size: small; 
	  color: #333333; 
	  font-weight: normal; 
	  line-height: normal; 
	  text-transform: none;
	  text-align:center; 
	  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

td   {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: #333333; 
	font-weight: normal; 
	line-height: normal; 
	text-transform: none
     }
p	{
	margin-top:9px;
	margin-bottom:9px;
  	line-height: normal; 
}

h1 {
	font-size:1.2em;
	color:#666666;
	margin-top:30px;
	padding:0px 0px 5px 0px;
}

h2 {
	font-size:1.06em;
	color:#666666;
	margin-top:30px;
	padding:0px 0px 5px 0px;
}

hr {				/* weil Firefox sonst nach einem bild-links die Linien verrutscht */

	margin:10px 0px 10px 0px;
	height: 1px; 
	width: 100%;
	color: #999999; 
	/*background-color: grey; */
	border: none;
}

a    {
	color: #336699; 
	font-weight: normal; 
	line-height: normal
	text-transform: none; 
	text-decoration:none 
	}

a:hover {  
	color: #FF0000; 
	text-transform: none; 
	text-decoration:none;
	}
a img {							/* für alle Bilder mit Link*/
	border:0px;					/* kein Rahmen */
}

.ueberschriftlink
{
	font-weight: bold;
}
a.ueberschriftlink:active, a.ueberschriftlink:hover, a.ueberschriftlink:focus {
	font-weight: bold;
	color: #FF0000; 
}

div	{
	text-align:left;
}

/* -- LAYOUTBEREICHE -- */

#content			/* übergeordnetes DIV für ganze Seite wg. zentzrieren */ 
{
	width:770px;
	margin:auto; 	/* ganzer Block zentriert*/
 /*	border: 1px dashed fuchsia; */

}

#head{				/*Kopf mit Logo, Beshriftung und Hauptnavigation*/
	width:771px;
	height: 82px;
 	/*border: 1px dashed black; */
}

#logo
{
	float: left;
	margin-left: 20px;
	width: 135px;
	height: 80px;
	padding-top: 10px;
 /*	border: 1px dashed red; */

}

#headbeschriftung
{
	width:550px;
	font-size: 14px;
	float: right;
	color: #999999;
	height: 55px;
}

#navigate			/*Hauptnavigation oben*/
{
	width:551px;
	height: 25px;
	float: right;
	background-color: #336699;
}
.navigate2 {
	background-color: #336699;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	width: 109px;
	border-right: #FFFFFF 1px solid;
/*	height: 1.8em;*/
	float: left;
}

a.navigate2
{
		text-transform: none; 
		text-decoration: none; 
		color: #FFFFFF; 
}

a.navigate2:hover
{
		background-color: #f5fffa;
	 	/*background-color: #E9E9DA;*/
		color: #FF0000; 
}
.navigate2a {				/*der letzte Menüpunkt schließt NICHT mit weißen Rand rechts*/
	background-color: #336699;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	width: 111px;
/*	height: 1.8em;*/
	float: left;
}
a.navigate2a{
		text-transform: none; 
		text-decoration: none; 
		color: #FFFFFF; 
}

a.navigate2a:hover
{
		background-color: #E9E9DA;
	 	color: #FF0000; 

}

#rahmen				/*umschließt alle weiteren DIVs: Subnav, Inhalt, Info u. Fuß*/
{
	width: 770px;
	border: 1px solid #D6E0DB;
}

#subnavigation  		/*Block am linken Rand - enthält die Subnavigation, Platzfüller (Herz) ...*/
{
	clear: both;
	width: 220px;
	float: left;
}

.subnav
     { 
		display: block;
		background-color: #FFFFFF;
		text-align: left;
		line-height: 1.6em;
		vertical-align: left;
		width: 150px;
		border-bottom:  #DEE3EF 1px solid; 
		padding-left: 10px;
	} 
a.subnav 
{
		text-transform: none; 
		color: #336699;
		text-decoration:none;
}

a.subnav:active, a.subnav:hover, a.subnav:focus
{
		background-color: #E9E9DA;
 	 	color: #FF0000; 
}

.subnavbeschriftung
{
	font-size:1.2em;
	color: #666666;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#inhalt 			/*Block in der Mitte - enthält den Seiteninhalt*/
{
	float: left;
	width: 360px;
}

#info 				/*Block am rechten Rand - enthält Hinweise, Tipps, Werbung ...*/
{
	float: right;
	width: 160px;
	font-size: x-small; 
	/*border: 1px dashed black;*/
}

#foot{				/*Fuß mit Logo, Beshriftung und Hauptnavigation*/
	clear: both;
	width:768px;
	height: 82px;
 	/*border: 1px dashed black; */
}
#logounten
{
	float: left;
	margin-left: 20px;
	width: 135px;
	height: 80px;
	/*padding-top: 10px; */
 /*	border: 1px dashed red; */

}
#footnavi
{

	width: 550px;
	float: right;
	margin-top: 12px;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid  #CCCCCC; 
	padding: 12px 0px 12px 0px;
}

.footnavi
{
		text-transform: none; 
		color: #666666;
		text-decoration:none;
}

a.subnav:active, a.subnav:hover, a.subnav:focus
{
		background-color: #E9E9DA;
 	 	color: #FF0000; 
}

#foottext
{
	width: 550px;
	float: right;
	padding: 10px 0px 5px 0px;
	font-size: xx-small;
	color: #666666; 
}

.clear
{
clear: both;
}

.meldungsbox	{		/*Hinweisblock am rechten Rand */
	background-color: #F7F7F7;
	margin:0px;
	padding:8px 12px 8px 12px;
	border-bottom: 1px  dashed #CCCCCC;
/*	background-image: url(../bilder/hg_grau.jpg);
 	background-position: top right;*/
}



#spalten{						/*DIV für mehrspaltinge Text*/
	width: 500px;
	float: left;
	background-color: #F7F7F7;
	border: 1px dashed #CCCCCC;
	margin: 0px 0px 0px 220px;
	padding: 5px 5px 5px 15px;
}
.spalte{					/*in das Spaltendiv oben passen 3 Spalten */
	float:left;
	width: 150px;
	font-size: x-small;
	margin-right: 15px;
}

#herz{						/*Hintergrundfüller unterhalb der Subnavigation*/
	float:left;
	width: 220px;
	height: 310px;
 	background-image: url(../bilder/herz.gif);
	background-repeat: no-repeat;
 	background-position: center left;
	margin-top: 45px;
}

#hinweise{						/*nach dem Seiteninhalt - unfasst die Breite von Inhalt und Info */
	float:left;
	width: 525px;
	font-size: x-small;
	margin: 15px 0px 0px 0px;
}
.hinweis{						/*beliebig viele Hinweise untereinander*/
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
.hinweisbild-links	{
	float:left;
	margin:0px 15px 0px 0px;
}
.hinweisbild-rechts	{
	float:right;
	margin:0px 0px 0px 15px;
}

