/* CSS Document */

	
body {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #CCCCCC;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
	
#pagecontainer {
	height: 540px;
	width: 760px;
	background-color:#ffffff;	
	margin-left: auto;
	margin-right: auto;			
}
			
#container {
	position: relative;
	height: 540px;
	width: 760px;
}

	
#content {
	float: left;
	background-color: #ffffff;
	width:720px;
	height: 500px;
	border: 20px solid #FFFFFF;
}

#head{
	float: left;
	height:70px;
	width: 720px;
	background-color:#ffffff;	
}	

#menue{
	float: left;
	height:20px;
	width: 720px;
	background-color:#ffffff;
	background-image: url(img/bg_menue.gif);
	background-repeat: repeat;
	background-position: left top;
	word-spacing: 10px;
	text-align:right;
}		


			
#left{
	float: left;	
	width: 200px;
	height: 400px;
	margin-top: 15px;
	background-color:#ffffff;		
}
	
#right {
	float: left;
	width: 500px;
	height: 400px;
	background-color:#ffffff;	
	margin-left:20px;
	margin-top: 15px;	
}

#left_index{
	float: left;	
	width: 500px;
	height: 320px;
	margin-top: 15px;
	background-color:#ffffff;		
}
	
#right_index {
	float: left;
	width: 200px;
	height: 320px;
	background-color:#ffffff;	
	margin-left:20px;
	margin-top: 15px;	
}

#right_kontakt {
	float: left;
	width: 500px;
	height: 320px;
	background-color:#ffffff;
	margin-left:20px;
	margin-top: 15px;
	background-image: url(img/brev.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#containerbox_index{
	float: left;
	height:60px;
	width: 720px;
	background-color:#ffffff;	
	margin-top: 15px;
}	

#box1_index{
	float: left;
	height:60px;
	width: 355px;
	background-color:#008fd4;
	background-image: url(img/bg_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#box1_bild{
	float: left;
	height:60px;
	width: 120px;
	background-color:transperent;	
	
}

#box1_text{
	float: left;
	height:60px;
	width: auto;
	background-color:transperent;	
}


#box2_index{
	float: left;
	height:60px;
	width: 355px;
	background-color:#999999;
	margin-left: 10px;
	background-image: url(img/bg_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#box2_bild{
	float: left;
	height:60px;
	width: 170px;
	background-color:transperent;	
	
}

#box2_text{
	float: left;
	height:60px;
	width: 150px;
	background-color:transperent;	
}
#footer {
	width: 720px;
	height:15px;
	float: left;	
	text-align:center;
	
}

