@charset "utf-8";

* {
	padding:0;
	margin: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/ah_background.jpg);
	background-color: #990000;
}
a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}



#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 4px;
}

#kopf {
	height: 186px;
	width: 950px;
	background-attachment: fixed;
	background-image: url(../images/briefkopf.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	z-index: 1;
}


#navigation {
	margin-top: 2px;
	margin-bottom: 12px;
	padding-bottom: 3px;
	background-color: #870118;
	margin-right: 50px;
	margin-left: 50px;
}
#navigation ul {
	padding: 3px;

}

#navigation li {
	display: inline;
	padding: 0 20px;

}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
#navigation    a:hover   {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}






#mainbox {
	line-height: 23px;
	text-align: left;
	margin-top: 3px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}



#fuss {
	margin-top: 5px;
	font-size: 60%;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
