html, body {
	background-color:#fff;
	margin:0px;
	padding:0px;
}

#mainbox {
	background-color: #ddb109;
	background-image: url(images/homepic.gif);
	background-repeat: no-repeat;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 950px;
}

/* kopf anfang */

#menubox {
	float: right;
	width: 838px;
	margin-top: 390px;
}
/* kopf ende */

#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 950px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

#footer a{
    color:#000000;
	text-decoration: none;
}

#footer a:hover{
	color:#666666;
	text-decoration: none;
}

