body {
	background: #fff url(bilder/bg_lines.gif) fixed;
	margin:0;
	text-align:left;
	height:100%;
	}
	
#main {
	position:absolute;
	background-color:#fff;
	width:820px;
	z-index:10;
}	

#head {
    position:relative;
}

#header_pic {
    position:relative;
    margin:2px 0 2px 0;
    width:820px;
    height:135px;
    z-index:20;
}

#menue{
	position:absolute;
	top:232px;
	left:100px;
	width:600px;
	z-index:20;
}
 
#maincontent {
    position:relative;
    margin:5px 0 5px 0;
    top:20px;
    width:820px;
    z-index:19;
}

 #submenu {
    position:relative;
    float:left;
    width:112px;
    min-width:112px;
    min-height:1px;
    z-index:100;
 }

 #inhalt{
    position:relative;
    float:left;
    width:390px;
    min-height:1px;
    padding-right: 10px;
    margin-bottom:20px;
    z-index:100;
 }
 
 #rechts{
    position:relative;
    float:left;
    width:210px;
    min-height:1px;
    padding: 0 0 0 5px;
    z-index:100;
 }
 
 #side{
	position:relative;
 	float:right;
 	width:38px;
 	margin: 0 42px 0 0;
 	top:-28px;
 }

#fussnote{
	clear:both;
	position:relative;
	visibility: visible;
	width: 100%;
	margin-top:20px;
	z-index:10;
}

#legal{
	position:absolute;
	top:0px;
	left:112px;
	width:600px;
	z-index:100;
}