body {
	background-image: url(grafik/body.gif);
	background-repeat: repeat-x;
	font: 11px verdana;
	line-height: 1.4em;
}
a {
	color: #AD843A;
}


#inhalt_rahmen {
	position: absolute;
	top: 366px;
	left: 0px;
	width: 100%;
}
#inhalt {
	margin-left: 210px;
	width: 390px;
}
#inhalt h1 {
	font-size: 100%;
	margin: 16px 0px 0px 0px;
}
#inhalt h2 {
	font-size: 100%;
	margin: 16px 0px 0px 0px;
	font-weight: normal;
}
#inhalt p {
	margin: 0px 0px 16px 0px;
}
#inhalt ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
#inhalt ul li {
	margin-left: 18px;	
}
#inhalt a.external-link-new-window {
	padding-right: 14px;
	background-image: url(grafik/neuesfenster.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#fuss {
	position: relative;
	height: 110px;
	margin-top: 50px;
	background-image: url(grafik/fuss.gif);
	background-repeat: repeat-x;
	color: #AD843A;
	font-weight: bold;
}
#fuss div.innen {
	float: left;
	height: 110px;
	width: 630px;
	background-color: white;
}
#fuss div.links {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 10px;
	font-weight: normal;
}
#fuss div.links a {
	color: #C09E56;
	text-decoration: none;
}
#fuss div.links a:hover{
	text-decoration: underline;
}



#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(grafik/kopf.gif);
	background-repeat: repeat-x;
	width: 630px;
	height: 300px;
}

#logo {
	position: absolute;
	top: 15px;
	right: 4px;
}

#kopffoto {
	position: absolute;
	top: 73px;
	right: 0px;
}

#menu1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}
#menu1 li {
	display: block;
	float: left;
	width: 200px;
	height: 18px;
	background-color: red;
	margin: 0px;
	padding: 4px 0px 0px 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: white;
}
#menu1 li a {
	color: white;
	text-decoration: none;
}

#farbfeld {
	position: absolute;
	width: 210px;
	top: 210px;
	height: 68px;
	background-color: #5F686F;
}



#menu2 {
	position: absolute;
	left: 10px;
	top: 366px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu2 li {
	width: 200px;
	padding-bottom: 8px;
}
#menu2 li a {
	color: #CC9966;
	font-weight: bold;
}
#menu2 li.here a {
	color: #800000;
	text-decoration: none;
}
#menu2 li a.external {
	padding-right: 14px;
	background-image: url(grafik/neuesfenster.gif);
	background-position: right;
	background-repeat: no-repeat;
}
