@charset "ISO-8859-1";
body {
	color: #000;	
	background-color: beige;
	font-family: 'Calibri';
	background-position:bottom right;
	background-attachment: fixed;
	background-repeat: repeat;
	overflow:scroll;
}
a:link {
	color:#900; 
	text-decoration: none;
}
a:visited {
	color:#505; 
	text-decoration: none;
}
a:active {
	color:#990; 
	text-decoration: underline;
}
a:hover {
	color:#059; 
	text-decoration: underline;
}
a:focus {
	color:#059; 
	text-decoration: underline;
}
a.name:hover {
	color: black;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
p {
	margin: 0;
	padding: 0;
}
h2, h3 {
	margin:0 0 5px;
}
table {
	border: 2px solid #999;
}
td, th {
	border: 1px solid #999;
}
code {
	background-color: #EEC;
}
.quote {
	border: 1px solid #BBB;
	background-color: #CCC;
	padding: 2px;
}
abbr {
	cursor: help;
}
#headline {
	background-color: #FA0;
	background-image: url(../img/headline.png);
	background-position: top;
	width: 990px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 24pt;
}
#head {
	background-color: #E2B762;
	position:relative;
	color: black;
	width: 990px;
	height: 22px;
	margin: 5px auto 0;
	text-align: center;
}
#nav {
	width: 990px;
	height: 27px;
	margin: 5px auto 0;
	font: 16pt 'Calibri';
	background-color: #FA0;
}
#content {
	width: 990px;
	height: auto;
	margin: 5px auto 0;
	position: relative;
}
#hinweis {
	width: 974px;
	position:relative;
	background-color: #FC5;
	padding: 5px;
	margin: 5px auto 5px;
	font-size: 13pt;
	border: 3px dotted red;
}
#anchors {
	background-color: #EDA;
	width: 299px;
	height: auto;
	position:absolute;
	left: 690px;
	border-bottom: 1px solid #CC8;
	border-right: 1px solid #CC8;
}
#main {
	background-color: #FFD;
	background-color: #FEB;
	width: 684px;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: -153px;
	border-bottom: 1px solid #CC8;
	border-right: 1px solid #CC8;
}
#footer {
	text-align: center;
}
#footer span {
	margin: 0 auto;
	width: 990px;
	position:relative;
}
.text {
	padding: 5px;
}
/* End of Primary Blocktypes */
#anchors ul li {
	color: #111;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
}
.menu {
	text-align: center;
}
.menu li {
	float: left;
	position: relative;
	border-right: 1px solid #AA0;
} 
.menu li a {
	background-image: url(../img/nav.png);
	display: block;               
	text-decoration: none;
	color: black;
	height: 27px;
}
.menu li a:hover {
	background-image: url(../img/nav2.png);
	color: black;    
}
.menu li a:focus {
	background-image: none;
	color: #770;    
}
#anchors div ul li {
	padding-bottom: 5px;
}
table.alpha, table.alpha tr td {
	border: 0;
}
#image {
	width: 990px;
	height: 325px;
	margin: 5px auto 0;
	background-image: url(../img/treppe2.jpg);
	background-position: 0 85%;
}