@charset "iso-8859-1";

* {
	margin: 0;
	padding : 0;
}

body {
	margin : 0;
	padding : 0;
	font-size : 100.1%;
	color : #000;
	background-color : #fd4;
	font-family : "Lucida Sans Unicode", Geneva, Helvetica, Arial, sans-serif;
	/*background-image : url(../bilder/bg_body_8b.gif);
	background-repeat : repeat-y;
	background-position: top right;*/

}

h1, h2, h3, h4, h5, h6 {
	color : #000;
	background-color : #fff;
	font-family : Georgia, Times, "Times New Roman", serif;
	font-weight : normal;
	line-height : 120%;
}

h1 {
	font-size : 2em;
	margin : 2em 0 1em 0;
}

h2 {
	font-size : 1.5em;
	margin : 1.5em 0 1em 0;
}

h3 { 
	font-size : 1em;
	margin : 1em 0;
	font-weight : bold;
}

h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active, h1 a:focus, h2 a:focus, h3 a:focus  {
	color : inherit;
	background-color : inherit;
	font-weight : inherit;
}

p {
	margin : 0 0 1em 0;
}

a:link {
	color : #43b;
	background-color : #fff;
}

a:visited {
	color : #076;
	background-color : #fff;
}

a:focus, a:hover, a:active {
	color : #000;
	background-color : #fd4;
}

#wr {
	color : #000;
	background-color : #fff;
	margin : 0 auto;
	padding : 0;
	border : 0 solid #3b9;
	border-width : 0 1em 0 0.2em;
	width : 84%;
}

#kopf {
	font-size : 0.8em;
	margin : 0 3em 0 12em;
	padding : 2em 0 0.5em 0;
	border : 0 solid #ccc;
	border-width : 0 0 1px 0;
}

#kopf h1, #kopf h2 {
	display : none;
}

#kopf img {
	display : block; 
	border : none;
}

#inhalt {
	color : #000;
	background-color : #fff;
	font-size : 0.8em;
	line-height : 160%;
	margin : 0 3em 0 12em;
	padding : 0;
}

#inhalt p, #inhalt ul, #inhalt ol, #inhalt blockquote {
	max-width : 43em;
}

#inhalt ul  {
	list-style-type : disc;
}

#inhalt ul, #inhalt ol {
	margin-left : 0; 
	padding : 0 0 1em 2.5em;
}

#inhalt li  {
	margin : 0 0 0.5em 0;
	min-width : 100%;
}

.r {
	float : right;
}

#fuss {
	font-size : 90%;
	text-align : center;
	margin : 4em auto 0;
	padding : 0.5em 0 1em 0;
	border : 1px solid #ccc;
	border-width : 1px 0 0 0;
}

#fuss a {
	color : #000;
	background-color : #fff;
	font-weight : normal;
	text-decoration : none;
}

#fuss a:hover, #fuss a:active, #fuss a:focus {
	color : #000;
	background-color : #fd4;
}
	
#nav {
	position : absolute;
	top : 210px;
	width : 10em;
	font-size : 0.8em;
	line-height : 180%;
	margin : 0 0 0 1em;
}

#nav ul, #snav ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#nav li {

}

#nav a {
	display : block;
	text-decoration : none;
	padding : 0 0 0 25px;
	background-image : url(../bilder/bg_nav.gif);
	background-repeat : no-repeat;
}

#nav a:link, #nav a:visited {
	color : #43b;
	background-color : #fff;
	background-position : 0 1px;
}

#nav a:focus, #nav a:hover, #nav a:active {
	color : #000;
	background-color : #fff;
	background-position : 0 -50px;
}

.hier {
	padding : 0 0 0 25px;
	background-image : url(../bilder/bg_nav.gif);
	background-repeat : no-repeat;
	background-position : 0 -50px;
}

#nav .akt a:link, #nav .akt a:visited {
	/*color : #000;
	background-color : #fff;*/
	background-position : 0 -50px;
}

#nav ul ul a {
	background-image : none;
	padding : 0;
	line-height : 140%;
}

#nav ul ul a:link, #nav ul ul a:visited {
	color : #076;
	background-color : #fff;
}

#nav ul ul a:focus, #nav ul ul a:hover, #nav ul ul a:active {
	color : #000;
	background-color : #fff;
}

.inv, dfn {
	position : absolute;
	left : -1000px;
	top : -1000px;
	width : 0;
	height : 0;
	overflow : hidden;
	display : inline;
}

.top {
	text-align : right;
	margin : 5px 0 17px 0;
	clear : both;
} 

.top a {
	padding : 0 20px 0 0;
	background-image : url(../bilder/top.gif);
	background-repeat : no-repeat;
	background-position : right;
} 


.no {
	display : none;
}

abbr, acronym {
	cursor : help;
}

.bildr, .bildl {
	padding : 0;
	text-decoration : none;
	text-align : left;
	background-color : #fff;
	display : inline;
	position : relative;
	top : 3px;
}

.bildr  {
	margin : 0 0 0.8em 1em;
	float : right;
	clear : right; 
}

.bildl  {
	margin : 0 1em 0.8em 0;
	float : left;
	clear : left;
}

.ex {
	font-weight : bold; 
	background-color : #fd4;
	color : #fff;
	padding : 0 2px;
	margin-right : -0.1em;
	text-decoration : none;
}

address {
	font-style : normal;
	margin : 0 0 1em 0;
}

.weiter {
	margin : 1.5em 0;
}

dt {
	width: 6em;
	float: left;
	clear: left;
}

dd {
	padding-left: 6.5em;
}

#karte {
	clear:both;
	display:block;
	width:500px;
	height:400px;
}
