

/** MAIN DEFINITION **/
body{
	margin:0px;
	padding: 0px;
	background-color: #9ba3aa;
	}
#site{
	background-color: white;
	background-image:url(../img/endlos_links.gif);
	background-repeat: repeat-x;

}
#wrapper{
	margin:0 auto;
	
	width: 900px;
}

/** SITE HEAD **/

#header{
	
	background-repeat: no-repeat; 
	height:383px;
	width: 900px;

}
#header_left{
	float: left;
	width:403px;
	height: 383px;
}
#header_right{
height: 383px;
float: left;
}



#storer{
margin-left:220px;
margin-top: 125px;
}

/** SITE CONTENT **/

#content{
	width: 900px;
}
#left{
	width: 664px;
	float: left;
}
#right{
	width: 235px;
	float: right;
}
				


.head_text{
	margin-left: 49px;
	margin-top:	47px;
	margin-right:20px;

}

.x3-content-left{
	width: 185px;
	margin-left: 49px;
	float: left;
	
}
.x2-content-left{
	width:390px;
	float: left;
	margin-left: 49px;
}	
	
	
.x3-content-center{
	width: 185px;
	margin-left: 20px;
	float: left;
}
	
.x3-content-right{
	width: 165px;
	margin-left:20px;
	padding:10px;
	float: left;
	background-color: #002f58;
}

.spalte{
	
	width: 185px;
	margin-right: 20px;
	float: left;
	margin-bottom:20px;
}
	
.comment{
	clear: both;
	margin-left: 49px;
	width: 575px;
	padding:10px;
	margin-bottom:20px;
	background-color: #002f58;
	color:white;
	font-weight: bold;

}	


#content{
clear:both;
}
.link_unterseite{
color:#0FA5DC;
font-weight:bold;
text-decoration:none;
}
.link_unterseite:hover{

text-decoration:underline;
}

/** FOOTER **/

#footer{

	background-image: url(../img/endlos_footer.gif);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	

}
.footer{
	padding-top: 5px;
	width:900px;
	margin:0 auto;

}
.footer a{
	margin-left:465px;
	color: black;
	text-decoration: none;
	
}
.footer a:hover{
	text-decoration: underline;
}

