html, body {
	color: #535353;
	background-color: #BCBDBD;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h1 {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h2 {
	color: #535353;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}
h3 {
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 18px;
}
a.more {
	color: #c00418;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
li {
	line-height: 18px;
}

dd {
	line-height: 18px;
	margin-bottom: 1em;
}
dd br {
	margin-bottom: 0.75em;
}


#wrap {
	width: 956px;
	margin: 12px auto;
}

#top {
	background: url(../img/bg_top.gif) top left no-repeat;
	width: 956px;
	height: 28px;
}
#cont {
	background: url(../img/bg_cont.gif) top left repeat-y;
	width: 956px;
	position: relative;
}
#bottom {
	background: url(../img/bg_bottom.gif) top left no-repeat;
	width: 956px;
	height: 28px;
}

#verlauf {
	margin: 0 13px 0 15px;
	background: #EFEEEE url(../img/bg_verlauf.jpg) top left repeat-x;
}

#footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 2em;
	color: #000000;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}

#logo {
	width: 392px;
	height: 104px;
	position: absolute;
	top: 13px;
	left: 47px;
}
#people {
	width: 342px;
	height: 242px;
	position: absolute;
	top: 0px;
	right: 65px;
	z-index: 0;
}

#sidebar {
	width: 200px;
	background-color: #ffffff;
	position: absolute;
	top: 157px;
	left: 50px;
	z-index: 20;
}

#text {
	min-height: 460px;
	padding: 155px 55px 55px 265px;
	position: relative;
	z-index: 10;
}

#menu {
	text-transform: uppercase;
	color: #fff;
	background-color: none;
}
#menu a {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}
.m1 {
	font-size: 14px;
	background: #2C5A7C url(../img/bg_m1.gif) top left no-repeat;
	width: 190px; /* 200-10 */
	height: 26px; /* 36-10 */
	margin-top: 2px;
	padding-left: 10px;
	padding-top: 10px;
}
.m2 {
	font-size: 12px;
	background-color: #658EAB;
	width: 190px; /* 200-10 */
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 150%;
}
.m2 a {
	padding-left: 10px;
}
.m2 a.active {
	background: url(../img/m2_active.gif) left center no-repeat;
}
.m2.hide {
	display: none;
}

#initiative {
	color: #d1d1d1;
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 5px;
}
#initiative span {
	padding-left: 10px;
}

#totop {
	clear: both;
	margin-left: 36px;
	font-size: 11px;
	background: url(../img/arrowtop.gif) left top no-repeat;
}
#totop a {
	color: #8f8f8f;
	text-decoration: none;
	padding-left: 20px;
}
#totop a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}
