@charset "utf-8";
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}

body  {
	color: #000;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
    }
#top      {
	height: 20px;
	width: 970px;
	display:none;
}

#container  {
	width: 960px;  
	background: #FFFFFF;
    } 
#header  {
	height: 100px;
	margin-top: 100px;
	width: 550px;
	margin-bottom: 20px;
	display:none;
    } 
	
	#header2 {
	margin-bottom: 50px;
	margin-left: 20px;
	}
#topnavi {
	height: 20px;
	margin-bottom: 20px;
	font-size:14px;
}
#topnavi a {
margin-right:10px;
}

#navigation  {
	margin-bottom: 10px;
float:left;
width:170px;
margin-right:10px;
    }

#navigation #navjs, #navigation span {
display:none;
}

#navigation #navjs2 {
display:block;
font-size:12px;
}

#navigation #navjs2 ul {
padding-left:25px;
}


	#news {
	width:170px;
	padding:3px;
	float:right;
	border:1px solid #999;
	}
#mainContent  {
float:left;
	width: 575px;
	padding:5px;
	margin-right:5px;
	border:1px solid #999;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 30px;
    } 
#footer  {
	height: 25px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
    } 
    .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;
    }
	#randoben {
	height: 22px;
	width: 960px;
	display:none;
}
#randunten {
	height: 20px;
	width: 960px;
	display:none;
}
