* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #f7e9d4;
	font: 0.8em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
* html body, html, body {
	height: 100%;
}
img {
	border: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #f9b000;
	/*text-decoration: underline;*/
}
#content a {
	font-weight: bold;
}
h1 {
	font: 1.3em georgia;
	margin-bottom: 32px;
	color: #ed7703;
}
h2, #accordion li {
	font: 1.3em georgia;
	color: #ed7703;
}
#accordion li, .ulmap li {
	color: #00b8df;
}
#accordion li .listcontent {
	color: #003b69;
}
p{
	margin-bottom: 16px;
}

/* nav */
#nav {
	width: 156px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}
ul.uln {
	
}
ul.uln li {
	list-style: none;
}
ul.uln li a {
	color: #f7e9d4;
}
ul.uln li a:hover, ul.uln li a.aktiv, ul.uln li span {
	color: #ed7703;
}
/* site */
#site {
	margin: 0 auto;
	width: 990px;
}
#inhalt, #nav {
	float: left;
}
#logo {
	height: 120px;
	overflow: hidden;
	background: #f1e300;
}
#content {
	font-size: 1em;
	line-height: 1.4em;
	background: #024a1a;
	padding: 38px 38px 38px 0;
}
#inhalt {
	margin-left: 60px;
	width: 716px;
	/*background: transparent url(../upload/image/bg_site.jpg) no-repeat;*/
	min-height: 416px;
}
* html #inhalt {
	height: 416px;
}
#footer {
	/*width: 926px;*/
	/*font-family: georgia;*/
	padding: 6px 0 0 216px;
}
/* form */
fieldset {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
div.formdiv {
	/*margin-left: 12px;*/
	margin-bottom: 4px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	padding:  0 6px;
	margin: 6px 0 6px 6px;
}
label {
	float: left;
	width: 120px;
	min-height: 20px;
	margin-right: 10px;
}
* html label {
	height: 20px;
}
.input, .inputcaptcha, textarea {
	padding:2px;
	width: 250px;
	margin-bottom: 0.4em;
	border: 0;
	background: #fff;
}
input, textarea {
	color: #1e1f57;
	font: 0.9em Arial,Verdana,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
.msg {
	height: 80px;
	overflow: auto;
}
.inputcaptcha {
	margin-left: 130px;
}
/* sonstiges */
.clearfloat {
	height: 1px;
	clear: both;
	overflow: hidden;
	background: transparent;
}
/* listen im content */ 
/*
*/
#inhalt ol, #inhalt ul {
	/*padding-bottom: 8px;*/
	margin-left: 13px;
	list-style-type: square;
}/*
#inhalt ol li, #inhalt ul li {
	margin: 0 0 4px 4px;
}*/
#inhalt ol ol, #inhalt ul ul {
	padding-bottom: 0;
	margin-left: 0;
}
