body {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}

.webcontainer {
background:url(../images/hg.png) repeat-x #FFFFFF;
}

.head_div {
	height: 300px;
	width: 988px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:middle;
	background:url(../images/hg_oben.png) no-repeat;
}

.head_table{
	height: 300px;
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.body_div {
	/* height: ???px; = variabel */
	width: 988px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../images/hg_mitte.png) repeat-y;
}

.body_table{
	height: 100%;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.feet_div {
	height: 58px;
	width: 988px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../images/hg_unten.png) no-repeat;
	
}

.feet_table{
	height: 100%;
	width: 890px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/

a:link , a:hover, a:visited, a:active {
	color: #00811e;
}

#menu a:link, #menu a:visited, #menu a:active  {
	color:red;
}

#active_menu {
	background:url(../images/readmore.gif) left no-repeat #DDD;
}

.sublevel {
display:block;
text-decoration:none;
padding:2px 0px 2px 14px;
margin-left:2px;
}

.sublevel:hover {
	font-weight:bold;
	color:#444444;
}

.sublevel:link, .sublevel:visited{
padding-left:15px;
color:#444444;
}

.mainlevel {
display:block;
padding:2px 3px 2px 15px;
text-decoration:none;
border-bottom:1px solid #CCC;
background:url(../images/readmore.gif) left no-repeat;
}

.mainlevel:hover {
	font-weight:bold;
	color:#444444;
}

.mainlevel:link, .mainlevel:visited{
padding-left:15px;
color:#444444;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/

.contentheading {
font-size:14px;
font-weight:bold;
margin: 0px 0px 0px 0px;
padding: 5px 5px 10px 5px;
}

div.moduletable h3 {
text-transform:uppercase;
font-size:14px;
font-weight:bolder;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 0px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/

.larger{
	font-size : 14px;
	font-weight: bold;
}

.normal{

}