body{
	background: #FDF8B3 url(pics/hintergrundstreifen.gif) repeat-y 0 0;
	font-family: Verdana, Geneva, sans-serif;
}

#kopfzeile {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	background-color: #FDF8B3;
}
#kopfzeile {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:140px;
	background-color:#FDF8B3;
	border:8px;
	border-bottom-style:solid;
	border-bottom-color:#A0522D;
}

#logo {
	position:absolute;
	left:20px;
	top:20px;
	width:78px;
	border:0px;
}

#kopfzeilenheader {
	position:absolute;
	left:240px;
	top:30px;
	height:110px;
	color:#A0522D;
}

#login {
	position:absolute;
	right:0px;
	top:80px;
	border:0px;
	margin:0px;
	padding:0px;
	margin-right:20px;
	
}

#login li{
	display: inline;
	display:block;
	list-style:none;
	text-decoration:none;
	font-size:small;
	text-align:center;
	border:1px solid #A0522D;
	float:right;
	padding-right:2px;
}

#login li a:link, #login li a:visited{
	display:block;
	padding: 0.5em 0 0.5em 0.5em;
	color:#A0522D;
	text-decoration:none;
	border:1px solid #FDF8B3;
}

#login li a:hover {
	color:#FDF8B3;
	background-color:#A0522D;
}

#inhalt {
	position:absolute;
	left:0px;
	top:150px;
	width:100%;
}

#menu {
	position:absolute;
	font-size:small;
	left:20px;
	top:0px;
	width:150px;
	height:250px;
	color:#FDF8B3;
}

#menu ul{
	list-style:none;
	margin: 0;
	padding:0;
}
#menu ul ul{
	font-size:80%;
	margin-left:12px;
}

#menu li a:link, #menu li a:visited{
	font-size:85%;
	display:block;
	padding: 0.4em 0 0.4em 0.5em;
	color:#FDF8B3;
	text-decoration:none;
	border:1px solid #FDF8B3;
}

#menu li a:hover, #menu li a:active{
	color:#A0522D;
	background-color:#FDF8B3;
}

.menuelinks {
	color:#FDF8B3;
	text-decoration:none;
}

.aktuellerMenuepunkt {
	color:#A0522D !important;
	font-weight:bold;
	background-color:#FDF8B3;
}
#textinhalt {
	position:absolute;
	width:750px;
	color:#A0522D;
	font-size:small;
	left:240px;
	top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana, Geneva, sans-serif;
}

.headline{
	color:#A0522D;
}

.hyperinksimtext{
	color:#A0522D;
}

.auffaelligerLink{
	color:#333;
	font-weight:bold;
}

.bilderrechts {
	float: right;
}

hr{
	border-top: 1px inset #A0522D;
}
