@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 100%;
	background:url('../_images/bg_middle.jpg') top repeat-y;
}
.twoColFixLtHdr #container {
	width: 1024px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;




	//background:url('../_images/pattern.jpg') top;
	height: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../_images/header.png);
	height: 200px;
	width: 1000px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	float: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#topmenu {
	float:none;
//	overflow:hidden;
	line-height:normal;
//	border-bottom:1px solid #999;
	background: transparent;
	width: 220px;
	margin-top: -10px;
//	height: 250px;
}
#topmenu ul { 
	margin:0; 
	padding:0; 
}

#topmenu li{
	display:inline;
	margin:0;
	padding:0;
	line-height: 1.3em;
	font-size: 120%;
//	text-shadow: 0px 1px 0px #CCC;
//	color: #222;
}

#topmenu a, #topmenu strong{
	float:left;
	color:#06F;
	background: transparent url("../_images/topmenu_left.png") no-repeat left top;
	margin:0 0 0 0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 4px;
//	border-bottom: 1px solid #000;
}

#topmenu a span, #topmenu #current span{
	display:block;
	color:#06F;
	background: transparent url("../_images/topmenu_right.png") no-repeat right top;
	padding:8px 9px 3px 8px;
	font-weight:bold;
	height:30;
	width:195px;
}

#topmenu a span{
}

#topmenu #current a, #topmenu strong{
	background-position:0 -300px;
	border-bottom: 1px solid #2B6600;
}

#topmenu #current a span, #topmenu #current span{
	background-position:100% -300px;
	padding-bottom:3px;	color:#0;
}

#topmenu a:hover{
    background-position:0% -42px;
}

#topmenu a:hover span{
	color: #28F;
	background-position:100% -42px;
	text-decoration:underline;
	font-size: 14px;
}

#topmenu #current a:hover {	background-position:0% -300px; }
#topmenu #current a:hover span { color: #fff;	background-position:100% -300px; }

#topmenu2 {
	width:290px;
	height:31px;
	overflow:hidden;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background: transparent;
	float: right;
	text-align: right;
}
#topmenu2 ul { 
	margin:0; 
	padding:0; 
	height:31px; 
}

#topmenu2 li{
	display:inline;
	margin:0 0px 0 0;
	padding:0;
	font-size: 100%;
//	text-shadow: 0px 1px 0px #CCC;
//	color: #222;
}

#topmenu2 a, #topmenu2 strong{
	float:right;
	color:#06F;
	margin:10px 4px 0 0;
	padding:0 0 0 10px;
	text-decoration:none;
	font-size: 14px;
	letter-spacing: 1px;
}

#topmenu2 a span, #topmenu2 #current span{
	float:left;
	display:block;
	color:#06F;
	padding:1px 1px 1px 1px;
	font-weight:bold;
}

#topmenu2 a span{
	float:none;
}

#topmenu2 #current a, #topmenu2 strong{
}

#topmenu2 #current a span, #topmenu2 #current span{
	color:#0;
}

#topmenu2 a:hover{
}

#topmenu2 a:hover span{
	color: #28F;
	border-bottom: 1px solid #000;	
}

#topmenu_title{
	font-size: 1.2em;
	color: #06F;
	margin: 3px 0 6px 0;
}

.twoColFixLtHdr #sidebar {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 250px;
	margin: 10px 0 0 0;
	padding: 0 0 0 11px;
}
.sb_background.top {
	background:url(../_images/sidebar_bg_top.gif) no-repeat top left;
	height:9px;
	width:256px;
	float:left;
}
.sb_background.center {
	background:url(../_images/sidebar_bg_center.gif) repeat-y top left;
	float:left;
	font-size: 0.9em;
	text-align: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 220px;
	color: #333;
}
.sb_background.bottom {
	height:9px;
	width:256px;
	float:left;
	font-size:1px;
	background-image: url(../_images/sidebar_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sb_background.center h3 {
	font-size: 1.2em;
	color: #06f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sb_background.center p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
}

.twoColFixLtHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	width: 433px;
	height: auto;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333;
	margin-top: 22px;
	margin-bottom: 0px;
	text-align: justify;
	min-height: 465px;
} 
#mainContent h1 {
	color: #06F;
	font-size: 1.4em;
	margin-bottom: 5px;
}
#mainContent h2 {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.twoColFixLtHdr #footer {
	text-align: center;
	height: 100px;
	width: 1000px;
	padding: 0;
	margin: 11px 11px 11px 11px;
} 
.footer_background.top {
	height:9px;
	width:1000px;
	background-image: url(../_images/footer_top.jpg);
	background-repeat: no-repeat;
	float: left;
}
.footer_background.center {
	width:990px;
	float:left;
	padding: 0 9px;
	background-image: url(../_images/footer_center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0.8em;
}
.footer_background.bottom {
	height:9px;
	width:1000px;
	float:left;
	background-image: url(../_images/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainNav1 { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	width: 1000px;
	float: none;
	clear: none;
}
.sb_background.center h2 {
	font-size: 1.1em;
	color: #000;
}
.sb_background.center h1 {
	font-size: 1.2em;
	color: #06f;
	margin-bottom: 5px;
}
.sb_background.center strong {
	font-weight: bold;
}
.logo {
	background-image: url(../_images/logo.png) top left no-repeat;
	height: 60px;
	width: 300px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: left;
}
em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
