html {
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	padding-top: 3%;
	background: #47545A;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
}

#box {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	padding-top: 5px;
}

#content {
	color: #444;
	width: 64.5%;
	height: 100%;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}

#content h1 {
	font-size: 1.4em;
	margin: 12px 12px 8px 12px;
}
#content h2 {
	font-size: 1.3em;
	margin: 12px 12px 8px 12px;
}
#content h3 {
	font-size: 1.2em;
	margin: 12px 12px 8px 12px;
}
#content h4 {
	font-size: 1.1em;
	margin: 12px 12px 8px 12px;
}

#content p {
	margin: 8px 12px 8px 12px;
}

#navilist {
	width: 30%;
	height: 209px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#navilist li {
	margin: 0px 0 0 40px;
	width: 75%;
}

#navilist a {
	color: #363636;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: .5em 0 .5em 0;
	margin-left: 2.5em;
}

#navilist a:hover {
	color: #919191;
}

#navilist img {
	float: left;
	border: none;
	padding-top: .5em;
}

.space-white {
	width: 1%;
	background-color: #fff;
	float: left;
}

.space-blue {
	height: 105px;
	background: url(gfx/blau_header.png) left repeat-x #000;
	float: left;
}

.space-black {
	height: 209px;
	background: url(gfx/haupt_verlauf.png) left repeat-x #000;
	float: left;
}

.space-yellow {
	background: url(gfx/verlauf_rechts_unten.png) top left repeat-x #f7f7ed;
	height: 200px;
	float: left;
}

.logo-topic {
	width: 30%;
	height: 105px;
	background: url(gfx/bg_topic.png) center repeat-x #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

.white-line {
	width: 100%;
	height: 5px;
}

#termine {
	width: 30.5%;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	margin: 0 auto;
	padding-bottom: 300px;
	background-color: #fff;
	float: left;
}

#termine h3 {
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	margin: 10px 0 0 10px;
}

#termine p {
	color: #929292;
	font-size: 0.8em;
	margin: 0 10px 0 10px;
}

#termine img {
	margin: 15px 0 8px 10px;
}

#hundert {
	width: 98%;
	margin: 0 1% 0 1%;
	background: url(gfx/verlauf_rechts_unten.png) top left repeat-x #f7f7ed;
}

