* {
	margin: 0;
	padding: 0;
}
html {
	font: 400 9px/11px Verdana, arial, helvetica, sans-serif;
}
body {
	background-color: #000000;
	color: #666666;
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
h1, h2, h3, p {
	font: 400 11px/14px Verdana, arial, helvetica, sans-serif;
}
h1 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 25px 0px 10px 0px;
}
h2 {
	color: #66666;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	margin: 20px 0px 10px 0px;
}
h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
p {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}
a {
	color: #C6A64A;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #C6A64A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C6A64A;
	font-weight: bold;
	text-decoration: none;
}

/* HAUPT-DIVs */
/* ============================================================================================== */
div#seite {
	background-color: #000000;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 900px;
}

div#mitte{
	background-color: #000000;
	height: 458px;
	overflow: hidden;
	width: 900px;
}

div#footer {
	background-color: #000000;
	clear: both;
	height: 10px;
	margin-top: 5px;
	line-height: 10px;
}
/* Navigation CSS */
/* ============================================================================================== */
/* Haupt-Navigation */
.nav {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	height: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	text-align: center;
}
a.nav {
	color: #C6A64A;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #C6A64A;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #C6A64A;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

