/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #968750;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA9B64;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AA9B64;
}
a:hover {
	text-decoration: none;
	color: #003C8C;
}
a:active {
	text-decoration: none;
	color: #003C8C;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	color: #003C8C;
	margin-bottom: -5px;
	margin-top: 10px;
}
.adresse {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 30%;
}
.adresse a {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 30%;
	color: #AA9B64;
	font-weight: bold;
}
.adresse a:link {
	text-decoration: none;
}
.adresse a:visited {
	text-decoration: none;
	color: #AA9B64;
}
.adresse a:hover {
	text-decoration: none;
	color: #003C8C;
}
.adresse a:active {
	text-decoration: none;
	color: #003C8C;
}

#box {
	height: 600px;
	width: 950px;
	border: 1px solid #333333;
}
.navi {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 30%;
	font-weight: bold;
	vertical-align: top;
}
.aktiveseite {color: #003C8C}

