body {
	background-color: #09F;
	background-image: url(pictures/hg-1jpg.png);
	background-repeat: repeat;
}
#div-out {
	background-color: #0462FE;
	height: 766px;
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0462FE;
}

#div-header {
	background-color: #0462FE;
	height: 160px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#div-menue {
	background-color: #936;
	height: 32px;
	width: 1024px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#div-main {
	height: 520px;
	width: 1024px;
	background-color: #6CF;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}
#div-footer {
	height: 30px;
	width: 1024px;
	margin-bottom: 0px;
	background-color: #936;
	color: #FFF;
	font-size: 12px;
	float: left;
	margin-top: 5px;
}
