body
{
margin:0px; padding:0px; background-image:url(hintergrund.jpg);
}

#header
{
position: absolute; height:130px; width:100%; background-image:url(header.jpg);
}

#navi
{
position:absolute; margin-top:130px;height:35px;width:100%; text-align:center; font-family:Arial; font-size:16x;color:#FFFFFF;background-image:url(navigation.jpg);
}

div.navielement
{
margin-left:15px; margin-right:15px; display:inline;
}

#content
{
position:absolute; margin-top:165px; background-image:url(main.jpg); width:100%; height:420px; min-height:420px; background-repeat :repeat-x;
}

#inhalt
{
padding:10px; font-family:Arial; font-size:14px;
}

#footer
{
position :absolute; height:11px; bottom:0px; width:100%; background-image:url(footer.jpg);
}

#navi a:link, #navi a:active, #navi a:visited
{
	text-decoration: none;
	color: #000000;
}

#navi a:hover
{
	text-decoration: underline;
}
