* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font: 0.8em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
* html body, html, body, * html #site {
	height: 98%;
}
img {
	border: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #a47a7a;
}

h1 {
	font-size: 1.3em;
	border-bottom: 1px solid #a47a7a;
	padding-bottom: 8px;
}

p, h1 {
	margin-bottom: 1em;
}
#inhalt ol, #inhalt ul {
	padding-bottom: 0.5em;
	margin-left: 18px;
}
#inhalt ol li, #inhalt ul li {
	margin-bottom: 0.5em;
}
#nav, #keyvisual, #inhalt {
	float: left;
}
/* nav */
#nav {
	width: 167px;
	padding-top: 7px;
}
#nav .ulnHead {
	
}
#nav .uln:first-child {
	margin-bottom: 64px;
}
.uln, #nav .ulnHead {
	margin-bottom: 32px;
}

.uln li {
	list-style: none;
	margin-bottom: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #a47a7a;
	text-transform: uppercase;
	font-size: 0.8em;
}
#nav .uln:first-child li a {
	color: #000;
}
.uln li a, #nav .ulnHead {
	color: #666;
}
.uln li a, .uln li span {
	display: block;
	margin-left: 6px;
}
.uln li span {
	color: #a47a7a;
}

.uln li li {
	padding-bottom: 0;
	border-bottom: 0;
	margin: 4px 0 0 8px;
	font-size: 1em;
}
/* site */
#site {
	width: 773px;
	margin: 0 auto;
	padding: 10px 0;
}
#content {
	background: #fff url(../img/bg_content.jpg) repeat-x;
	padding: 40px 0;
	margin-top: 25px;
	min-height: 406px;
}
* html #content {
	height: 406px;
}
#inhalt {
	width: 554px;
	padding-left: 26px;
}
#inhalt img {
	margin: 6px 12px 12px 0;
}

/* form */
fieldset {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
div.formdiv {
	margin-bottom: 6px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	padding:  0 6px;
	margin: 6px 0 6px 6px;
}
label {
	/*display: block;*/
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: right;
}
.input, .inputcaptcha, textarea {
	padding:2px;
	width: 350px;
	margin-bottom: 0.4em;
	border: 0;
	border: 1px solid #000;
}
input, textarea {
	font: 1em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
.msg {
	height: 100px;
	overflow: auto;
}
.inputcaptcha {
	margin-left: 130px;
}
/* sonstiges */
.clearfloat {
	height: 1px;
	clear: both;
	overflow: hidden;
	background: transparent;
}