
html
{
	height: 100%; /* wichtig */
}


body
{
	height: 100%; /* wichtig */
	margin:0;
	background:url(../bilder/bg_body.png) top repeat-x;
	background-color:#6a7a9d;
}

a, p, ul, li, div, img
{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	text-decoration:none;
}

#wrapper
{
	min-height:100%;
	width: 1044px;
	margin: 0 auto 0 auto;
}

#header
{
	height: 85px;
	width: 1044px;
	margin-bottom: 10px;
	background:url(../bilder/header1.png) no-repeat;
}
