/* CSS Document */
HTML {
	 padding: 0px;
	 margin: 0px; 
}
body{
	padding: 0;
	margin: 0;
	text-align: left;
	COLOR: #3c4556;
	background-color:#b2bfd8;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}


#content { 
	position: absolute;
	width: 830px;
	top: 121px;
	left: 50%; 
	margin-left:-415px;
	overflow: visible;  
}
#logo{
position:absolute;
width:230px;
height:85px;
top:-68px;
left:-3px;
}

#menue{
	position:relative;
	left:0px;
	top:100px;
	width:215px;
	height:250px;
}
#inhalt{
	position:absolute;
	left:239px;
	top:0px;
	width:589px;
	height:600px;
}
#bg_top{
	width:589px;
	height:160px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
}

#bg_fill{
	background-image:url(../images/bg_fill_kachel.jpg);
	background-repeat:repeat-y;
}
#bg_bottom{
width:589px;
	height:20px;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
}
#text{
padding:20px;
 background-image:url(../images/bg_fill.jpg);
 background-repeat:no-repeat;
 min-height:341px;
}
*html #text {
	height:341px;
	}