@charset "utf-8";

#navigation #navjs2 {
display:none;
font-size:12px;
}

#navigation #navjs2 ul {
padding-left:25px;
display:none;}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background-image: url(images/_bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

body  {
	background-image: url(images/_bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #0064C8;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    }
li {

}

#header2 {
	height: 100px;
	display:none;
}

#top      {
	height: 25px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	width: 960px;
	background-color: #FFFFFF;
    } 
#header  {
	height: 150px;
	width: 960px;
    } 
#topnavi {
	background-color: #DADADA;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#navigation  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	padding-left: 10px;
    }
#randoben {
	height: 22px;
	width: 960px;
}
#randunten {
	height: 20px;
	width: 960px;
}


	#news {
	float:right;
	width:190px;
	padding-right: 15px;
	}
#mainContent  {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 560px;
    } 
#footer  {
	height: 35px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
    } 
    .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;
    }
a {
	color: #0064C8;
}
.thrColFixHdr #wrapper #container #navigation .nafems a {
	text-decoration: none;
	text-align: right;
}
