* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-size: 12px;
	font-family: tahoma, verdana, sans-serif;
	color: #FFEA80;
	background-color: #000000;
}

a {
	color: #FFEA80;
	font-weight: bold;
	text-decoration: none;
}

#page {
	width: 960px;
	margin: 0px auto;
}

#head {
	position: relative;
	width: 960px;
	height: 150px;
	background-image: url('gfx/bild_oben.jpg');
}

#navi {
	position: absolute;
	top: 110px;
	left: 0;
	width: 960px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFEA80;
	text-align: center;
}

#main {
	width: 960px;
	height: 600px;
	background-image: url('gfx/hintergrund_mitte.jpg');
}

#foot {
	width: 960px;
	height: 54px;
	line-height: 54px;
	background-image: url('gfx/bild_unten.jpg');
	text-align: center;
}
