@charset "utf-8";
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background-image: url(images/_bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

body  {
	color: #333333;
	background-image: url(images/_bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #006699;
	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 {
	background-color: #999999;
	height: 20px;
	margin-bottom: 10px;
	display:none;	
}
#navigation  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	display:none;	
    }
	#news {
	width:300px;
	margin-right: 320px;
	display:none;
	}
#mainContent  {
	width: 600px;
	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;
	display:none;
    } 
    .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;
}
