@charset "utf-8";
body {
	font: Arial, Verdana, sans-serif;
	margin: 0;
	padding-right: 0px;
	padding-left: 5px;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}

h1 {
	font: Arial, Verdana, sans-serif;
	margin-top: 0;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #333;
	}
h2 {
	margin-top: 0;
	margin-bottom: 2px;
	/* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}	
p {
	font: Arial, Verdana, sans-serif;
	margin-top: 0;	/* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	}
/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	font: Arial, Verdana, sans-serif;
	width: 960px;
	background: #FFF; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	font: Arial, Verdana, sans-serif;
	background: #FFF;		
}

/* ~~ Dies sind die Layoutinformationen. ~~ 

1) Eine Auffüllung wird nur oben und/oder unten im div-Tag positioniert. Die Elemente innerhalb dieses div-Tags verfügen über eine seitliche Auffüllung. Dadurch müssen Sie keine Box-Modell-Berechnungen durchführen. Zu beachten: Wenn Sie dem div-Tag eine seitliche Auffüllung oder einen Rahmen hinzufügen, werden diese zu der festgelegten Breite addiert und ergeben die *gesamte* Breite. Sie können auch die Auffüllung für das Element im div-Tag entfernen und ein zweites div-Tag ohne Breite und mit der gewünschten Auffüllung im ersten div-Tag einfügen.

*/

.content {
	margin-top:9px;
	font: Arial, Verdana, sans-serif;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* Rahmen in .content für Menüleiste Hoch */
.rahmenMenüHoch {
	margin-top:9px;
	float: left;
	width: 145px;
	background-color: #FFF;
	padding-left: 1px;
	border-left-color:#0C90A0;
	border-left-width:6px;
	border-left-style:solid;
	height: 875px;
}

/* Rahmen in .content für Text und Bilder neben Menüleiste Hoch */
#rahmenFüllung {
	font: Arial, Verdana, sans-serif;
	width: 804px;
	margin-left: 156px;
	margin-top: 9px;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 11px;
}

.container .header {
	color: #FFF;
}
.container .header hr {
	background-color: #0C90A7;
}

/*Menüleiste Quer Anfang*/

#MenüleisteQuer{
	font: bold 11px Arial, Verdana, sans-serif;
	margin-left: 3px;
	padding: 0;
	width: 100%;
	padding-left: 5px;
	background-color: transparent;
}

#MenüleisteQuer ul{
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#MenüleisteQuer li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#MenüleisteQuer a{
	float:left;
	color: #FFF;
	background: #0C90A0 url(Webbilder/color_tabs_left2.gif) no-repeat left bottom;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#MenüleisteQuer a span{
float:left;
display:block;
background: #0C90A0 url(Webbilder/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#MenüleisteQuer a span{
float:none;
}


#MenüleisteQuer a:hover{
	background-color: #CCC;
}

#MenüleisteQuer a:hover span{
	background-color: #CCC;
	font-family: Arial, Verdana, sans-serif;
}

#MenüleisteQuer #current a, #MenüleisteQuer #current span{ /*currently selected tab*/
	background-color: #CCC;
}

#MenüleisteQuerline{
	clear: both;
	padding: 0;
	width: 960px;
	height: 6px;
	line-height: 6px;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #0C90A0;
}

/* Menüleiste Quer Ende*/


/* Menüleiste Hoch Anfang*/
.MenüleisteHoch{
	list-style-type: none;
	font:bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	margin-left: 0px;
	letter-spacing: 1px;
	padding: 0;
	padding-top: 0px;	
	width: 135px;
	padding-left: 0px;
	background-color: transparent;
}

.MenüleisteHoch li a{
	color: #0C90A0;
	display: block;
	width: 100%;	
	line-height: 1.5em;
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid;
	border-bottom: 1px solid;
	border-color:white; /*light dark dark light*/
	background-color: #FFF;
	text-decoration:none;	
}

.MenüleisteHoch li a:hover, .MenüleisteHoch li a:active{
	color: white;
	background-color: #CCC;
}

.MenüleisteHoch #current a, .MenüleisteHoch #current span{ /*currently selected tab*/
	background-color: #CCC;
	color: white;
}
/* Menüleiste Hoch Ende*/
	
/* Bilderrahmen*/
img {
	border: none;
	z-index: -1;
	text-align: justify;
}

#box{
height:94px;
width:133px;
margin:0px;
padding:0px;
}

#box div{display:none;}

#box:hover div{
display:block;
width:400px;
height:282px;
margin:0px;
padding:0px;
}
/*Bilderrahmenende*/
.container .content #rahmenFüllung table tr td h1 strong {
	color: #F00;
}
