body {
	text-align:center;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


#all {
	position:relative;
	width:750px;
	margin:0px auto;
	text-align:left;
	}
	
h1, h2, q { text-align:center; }
h1 { color:#40A18D; font-size:16px }
h1 a { color:#40A18D; font-size:16px; }
h2 { color:#009966; font-size:14px; }
h3 { font-size:14px }
h4 { color:#40A18D;}
a { color:black }
ol { list-style:none; line-height:20px }
td { font-size:12px }

#nav {
	position: absolute;
	top:110px;
	left:0px;
	z-index:99;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 146px; /* Width of Menu Items */
	font: normal 10px Arial, Helvetica, sans-serif;
	
	}
	
ul li {
	position: relative;border-bottom: 1px solid white;
	}
	
li ul {
	position: absolute;
	width: 145px;
	left: 99px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	line-height:12px;
	color: white;
	background: #40A18D; /* IE6 Bug */
	background-image:url('pics/pfeilrechts.gif');
	background-repeat:no-repeat;
	padding:5px;
	text-indent:20px;
	}

ul li a:hover { color:black; }

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

li:hover ul, li.over ul { display: block; }

#su {
	position: absolute;
	top:503px;
	left:0;
	width:146px;
	height:40px;
	padding-top:5px;
	text-align:center;
	background:#40A18D;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:white
	}

*html #su {padding-top:3px;}

#lu {
	position: absolute;
	top:548px;
	left:0;
	width:146px;
	height:75px;
	text-align:center;
	background:#40A18D;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:white
	}

*html #lu {top:495px;}
	
#ani {
	position: absolute;
	top:618px;
	left:0px;
	background:#40A18D;
	width:146px;
	height:70px;
}

*html #ani {top:563px}

#cont {
	position:absolute;
	top:110px;
	left:155px;
	width:565px;
	height:480px;
	padding-right:5px;
	/*overflow:auto;*/
	}

.geb {
	position:absolute;
	left:450px
	}

.green {
	color:#40A18D;
	font-weight:bold;
}

#footer {
	position:absolute;
	top:595px;
	left:580px;
	font-size:10px;
	}
	
#anker {
	width:100%;
	background-color:#40A18D;
	text-align:right;
	font-weight:bold;
	}
	
#anker a {
	color:white;
	text-decoration:none
	}

