* {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 3px;
	background: #ececec;
	color: #000;
	font: 0.8em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
h1 {
	font: 1.5em Georgia,Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
	color: #787994;
}
p, h1, #inhalt ul {
	margin-bottom: 12px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #24214c;
}
#inhalt a:hover {
	text-decoration: underline;
}
#inhalt ul {
	margin-left: 18px;
}
#site {
	width: 947px;
	margin: 0 auto;
	background: transparent url(../img/bg_site.gif) repeat-y;
}
#nav, #content, #marginal {
	float: left;
}
#nav {
	width: 220px;
	background: #cfd3dd;
}
#uln {
	padding: 126px 0 32px 24px;
	color: #fff;
	background: #24214c;
	font: 1em Georgia,Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
#uln li {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 18px;
}
#uln li a, #uln li span {
	padding-left: 28px;
	color: #787994;
	background: transparent url(../img/bg_uln_n.gif) no-repeat;
}
#uln li a:hover, #uln li span {
	color: #fff;
	background: transparent url(../img/bg_uln_h.gif) no-repeat;
}
#nav_bottom {
	position: absolute;
}
#content {
	width: 501px;
}
#head {
	background: #24214c;
	text-align: center;
	padding-top: 34px;
}
#head #logo {
	background: #fff;
	padding: 18px 0 30px 0;
}
#inhalt {
	padding: 0 36px 36px 36px;
}
#marginal {
	width: 226px;
}
* html #marginal {
	overflow: hidden;
}
#slogan {
	height: 56px;
	background: #cfd3dd;
	padding: 34px 10px 30px 10px;
	font-size: 0.8em;
}
#slogan_bottom {
	position:relative;
	left: -14px;
	top: -398px;
}
#footer {
	clear: both;
	margin-left: 220px;
	padding: 12px 36px;
	color: #fff;
	background: #24214c;
}
.list {
	float: left;
	margin-right: 10px;
}
.listcontent {
	float: left;
	width: 290px;
}

.clearfloat {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.iframe {
	width: 100%;
	height: 350px;
	border: 0;
}