body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	background: #9EE5A5 url(images/verlauf.png);
}
p
{
	line-height: 20px;
}
p, h1, h2, h3
{
	margin-top: 0;
}
div#pageContainer
{
	width: 950px;
	margin: 0 auto;
}
div#bannerContainer
{
	height: 150px;
	background: url(images/banner.jpg) #44A94E no-repeat center;
	border-bottom: 5px solid #196B21;
}
div#contentContainer
{
	background: #D0FFD4;
	border-right: 5px solid #196B21;
	border-left: 5px solid #196B21;
	padding: 10px;
}
div#bottomContainer
{
	border-bottom: 5px solid #196B21;
	border-top: 5px solid #196B21;
	background: #44A94E;
	text-align: center;
	padding: 10px;
	color: #fff;
}
div#menuContainer
{
	background: #44A94E;
	border-right: 5px solid #196B21;
	border-left: 5px solid #196B21;
	border-bottom: 5px solid #196B21;
}
div#menuContainer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menuContainer ul li
{
	float: left;
	position: relative;
}
div#menuContainer ul li a
{
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #44A94E;
}
div#menuContainer ul li a:hover
{
	background: #57B961;
}
div#menuContainer ul li a.act
{
	background: #5DC367;
}
div#menuContainer ul li ul
{
	display: none;
	position: absolute;
	z-index: 1000;
}
div#menuContainer ul li ul li a
{
	width: 120px;
}
div#menuContainer ul li:hover ul
{
	display: block;
}
div#laufschriftContainer
{
	background: #196B21;
	border-right: 5px solid #196B21;
	border-left: 5px solid #196B21;
	border-top: 5px solid #196B21;
	font-size: 20px;
	font-weight: bold;
	color: #D0FFD4;
}
div#laufschriftContainer div
{
	display: inline;
}

div.clear
{
	clear: both;
}

.align-center
{
	text-align: center;
}
table.contenttable
{
	border: 1px solid #9EE5A5;
	margin-bottom: 10px;
}
table.contenttable p
{
	margin: 0;
}
table.contenttable td, table.contenttable th
{
	padding: 10px;
}
table.contenttable th
{
	background: #9EE5A5;
}