* {
	margin: 0; 
	padding: 0;
	border: 0;
	text-decoration: none;

}

body {
	background-color: #33CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat;
	color: #000;
	height: 100%;	
}

a { 
	color: #000;

}
a:link {
	color: #000;
}

a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

img {
border-style: none;
}


.momtable {
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	color: #000;
	width: 90%;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 3%;
	border-spacing: 3px;
}

.momtable td {
	padding: 5px;
}

.momtable tr.hell {
	background-color: #EEE;
}

.momtable tr.dunkel {
	background-color: #CCC;
}


.mwtable {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #000;
	width: 99%;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 16px;
	border-spacing: 1px;
}

.mwtable td {
	padding: 2px;
}

.mwtable td.kopf {
	background-color: #DDD;
	text-align: center;
}

.mwtable tr.hell {
	background-color: #EEE;
	text-align: right;
}

.mwtable tr.dunkel {
	background-color: #CCC;
	text-align: right;
}


.bottommenu {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #000;
	width: 99%;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 6px;
	border-spacing: 1px;
}

.bottommenu td.bottomleft {
	padding: 2px;
	text-align: left;
	width: 18%;
}
.bottommenu td.bottomcenter {
	padding: 2px;
	text-align: center;
}
.bottommenu td.bottomright {
	padding: 2px;
	text-align: right;
	width: 18%;
}


.tabelle3 {
   	font: 10px Verdana, sans-serif;
	color: #000;
    	border: 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;

}



h1 {
	margin-top: 15px;
	margin-bottom: -2px;
	margin-left: 20px;
	font: bold 14px Verdana, Helvetica, sans-serif;
	color: #000;

}
h2 {
	margin-top: 20px;
	margin-bottom: -17px;
	margin-left: 20px;
	font: bold 20px Verdana, Helvetica, sans-serif;
	color: #000;
}

/*Navleiste Buttons*/

a.header {
	text-decoration: none;
	border: none;
	margin: 0px;
}
a.footer {
	text-decoration: none;
	border: none;
	margin: 0px;
	background-color: transparent;
}

a.btm {
border: none;
text-decoration: none;

}

a.nav { 
	text-decoration: none;
	display: block;
	text-align: left;
	margin-top: 5px; 
	margin-left: 2px;
	width: 118px;
	border: none;
    /*border-style: ridge; 
	border-width: 1px;*/ 
	padding: 3px;  
}

a.nav:link    { 
color: #000; 
background-color: #CCC; 
}

a.nav:visited { 
color: #000; 
background-color: #CCC; 
}

a.nav:hover   { 
color: #000; 
background-color: #33CCFF; 
}

a.nav:active  { 
color: #CCC; 
font-weight: normal;
background-color: #666; 
}

a.navsup { 
	text-decoration: none;
	display: block;
	text-align: left;
	margin-top: 5px; 
	margin-left: 2px;
	border: none;
	width: 118px;
  	/*border-style: ridge; 
	border-width: 1px;*/  
	padding: 3px;  
}

a.navsup:link    { 
	color: #000; 
	background-color: transparent; 
}

a.navsup:visited { 
	color: #000; 
	background-color: transparent; 
}

a.navsup:hover   { 
	color: #000; 
	background-color: #33CCFF; 
}

a.navsup:active  { 
	color: #fff; 
	font-weight: normal;
	background-color: #666; 
}

/*Navleiste Buttons Ende*/

div#wrapper {
	position: relative;
	text-align: left;
	width: 980px;
	height: 100%;
	margin: 0 auto;
}


/*Linke Navleiste*/

div#nav {
	position: absolute;
	background-color: #fff;
	left: 0px;
	top: 127px;
	width: 128px;
	height: 459px;
	border: 1px solid black;
	text-align: center;
	z-index: 3;
}


div#nav2 {
	float: left;
	background-color: #fff;
	margin-top: 8px;
    	text-align: center;
	width: 128px;
	height: 78px;
	border: 1px solid black;
	z-index: 1;
}

div#counter {
	position: absolute;
	text-align: center;
	background-color: #fff;
	left: 0px;
	width: 128px;
	height: 33px;
	top: 90px;
	border: 1px solid black;
	z-index: 2;
}

/*Hauptbox*/

div#main {
	position: absolute;
	background-color: #fff;
	left: 135px;
	top: 8px;
	width: 840px;
	height: 578px;
	border: 1px solid black;
	z-index: 5;
}

p.text {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

div#main2 {
	float: left;
	background-color: #fff;
	margin-left: 5px;
	margin-top: 8px;
	width: 840px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	min-height: 578px;
	z-index: 5;
}

div#footer {
	position: absolute;
	background-color: #FFF;
	left: 135px;
	top: 588px;
	width: 840px;
	height: 17px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 6;
	font-size: 10px;
	color: #444;
	padding-top: 2px;
}

div#footerrel {
	position: relative;
	padding-top: 2px;
	background-color: #FFF;
	width: 840px;
	height: 18px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 10;
	}
	
div#footer2 {
	position: absolute;
	width: 128px;
	height: 19px;
	left: 0px;
	top: 588px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 4;
	background-color: #fff;
	}
	
div#footer2rel {
	position: relative;
	background-repeat: no-repeat;
	width: 128px;
	height: 19px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 10;
	}
	
p.footer1 {
	float: left;
	margin-left: 2px;
	text-align: left;
}

p.footer2 {
	text-align: right;
}

p.sonder1 {
margin-top: 2px;
}


.balken {
	position: relative;
	background-color: #ccc;
	width: 100%;
	height: 282px;
	text-align: center;
	font-size: 11pt;
	padding-top: 2px;
	}
	
.pic {
	margin-top: 2px;
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 240px;
	text-align: center;
	}

.valuebox {	
	position: absolute;
	border: 1px solid black;
	height: 284px;
	text-align: center;
}


