* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #a4a4a4;
	font: 0.8em Arial,Verdana,"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: #a4a4a4;
}
a:hover {
	color: #cc2d30;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}
h1 {
	font-size: 1em;
}

p, h1, h2 {
	margin-bottom: 1em;
}
#inhalt ol, #inhalt ul {
	padding-bottom: 0.5em;
	margin-left: 18px;
}
#inhalt ol li, #inhalt ul li {
	margin-bottom: 0.5em;
}
#inhalt table {
	width: 100%;
	font-size: 12px;
	border: 1px solid #a4a4a4;
	border-style: solid none none solid;
}
#inhalt table td {
	border: 1px solid #a4a4a4;
	border-style: none solid solid none;
	padding: 2px;
	line-height: 18px;
}
#inhalt table.tbl, #inhalt table.tbl td {
	border: 0;
}
/*
*/
#nav, #footer {
	font-size: 0.8em;
}

#nav, #logo {
	float: left;
}
/* nav */
#nav {
	width: 536px;
	margin-left: 4px;
	padding: 16px 0 20px 0;
	border-bottom: 4px solid #a4a4a4;
	text-align: right;
}
#uln li, #ulsn li {
	list-style: none;
	display: inline;
}
#uln li.dot {
	margin-left: 7px;
	padding: 8px 0 0 15px;
	background: transparent url(../img/dot.gif) 0 1px no-repeat;
}
* html #uln li.dot {
	margin-left: 2px;
	padding: 0 0 0 10px;
}
#snav {
	text-align: right;
	margin-top: 10px;
	height: 56px;
	background: transparent url(../img/reddot.gif) 0 14px no-repeat;
}
#ulsn li {
	margin-left: 14px;
}
#ulsn li a {
	color: #a4a4a4;
}
#ulsn li a:hover, #ulsn li span, #ulsn li a.aktiv, #footer span {
	color: #cc2d30;
}
#pager {
	text-align: right;
	height: 4px;
}
#pager img {
	position: relative;
	top: -8px;
}
#pager a, #pager span {
	margin-left: 4px;
}
#pager a:first-child, #pager span:first-child {
	margin-left: 0;
}
* html #pager img {
	position: static;
	margin: 4px 0 0 4px;
}
/* site */
#site, #footer {
	width: 806px;
	margin: 0 auto;
}
#site {
	margin-top: 22px;
	min-height: 94%;
}
#logo {
	width: 266px;
	height: 56px;
	border-bottom: 4px solid #cc2d30;
}
#keyvisual {
	margin-top: 26px;
}
#content {
	font-size: 1em;
	margin-top: 26px;
	padding: 2px 0 0 50px;
	background: transparent url(../img/graydot.gif) no-repeat;
	line-height: 1.4em;
}
#inhalt {
	font-size: 1.4em;
	width: 730px;
	padding-right: 6px;
	line-height: 1.2em;
}
#inhalt img {
	margin: 4px 12px 4px 0;
}
/*
#inhalt, #marginal {
	float: left;
}
*/
#marginal {
	margin-left: 4px;
	width: 260px;
}
#footer {
	text-align: right;
	padding-bottom: 8px;
	margin-top: 4px;
}
#footerefx {
	border: 1px solid #a4a4a4;
	height: 2px;
	overflow: hidden;
	margin-bottom: 8px;
}
/* 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;
	/*display: block;*/
	width: 90px;
	min-height: 20px;
	/*
	text-align: right;*/
	margin-right: 10px;
}
* html label {
	height: 20px;
}/*
.pflicht {
	color: #cc2d30;
}*/
.input, .inputcaptcha, textarea {
	/*padding:2px;*/
	width: 220px;
	margin-bottom: 0.4em;
}
input, textarea {
	font: 1em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
.msg {
	height: 80px;
	overflow: auto;
}
.inputcaptcha {
	margin-left: 100px;
}
/* sonstiges */
.clearfloat {
	height: 1px;
	clear: both;
	overflow: hidden;
	background: transparent;
}
.list {
	float: left;
	margin: 0 34px 34px 0;
}