body 
{
	background-image:url(../bilder/Hintergrund.jpg);
}

#wrapper 
{
    margin: 0px auto;
    position: relative;
    width: 727px;
    height: 700px;
}

#logo
{
    position: absolute;
	width: 724px;
	height: 124px;
	background-image: url(../bilder/hintergrund-new.png);
	background-repeat: no-repeat;

}

#banner
{
    position: absolute;
	width: 727px;
	height: 44px;
	background-image:url(../bilder/farbstreifen.jpg);
	background-repeat:no-repeat;
	top: 124px;


}

#inhalt
{
    position: absolute;
    width: 727px;
    height: 435px;
	background-image:url(../bilder/inhalt.jpg);
	top: 172px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#bild 
{
    position: absolute;
	height: 213px;
	width: 320px;
	background-image: url(../bilder/home.jpg);
	left: 380px;
	bottom: 164px;
	background-repeat: no-repeat;
}

#navigation
{
    position: absolute;
	width: 727px;
    height: 45px;
    top: 612px;
   
}



h1 
{

    font-family: arial;
    color: white;
    width: 300px;
    margin-left: 40px;
	margin-top: 30px;
	font-size: 20px;
}

#strich
{
	background-image:url(../bilder/strich.jpg);
	background-position:center;
	width: 300px;
	height: 1px;	
	margin-left: 38px;
	margin-top: -10px;
}

p 
{
    color: White;
    width: 300px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 19px;
    margin-left: 40px;
    padding-top: 10px;
}