* {
margin:0;padding:0;
}

html, body { 
height:100%;
font-family: Verdana; 
}

body, p, td, div, input, textarea, select {
  font: normal 12px Verdana;
	color: #003399;
}

a {
	color: #003399;
}

li {
	text-indent: 5px;
	margin-left: 15px;
}

.hidden {  
	position: absolute; 
	visibility: hidden; 
	left: 500px; 
}

.mini {
	font-size: 9px;
}

div.logo {
position: absolute;
left: 0px; 
top: 30px;
border: 0;
}

/* Top Layer 157 hoch, 800 breit */

div.header { 
position:absolute; 
left: 170px; 
top: 40px; 
width: 680px; 
height: 35px; 
padding: 50px;
background-color: #F4F4F4; 
font-weight: bolder; 
font-size: 24px; 
text-align: center; 
}

/* Left Layer (Navigation) 150 breit */

div.menu { 
position:absolute; 
left:20px; 
top:200px; 
width:150px; 
height:850px; 
background-color: #ffffff; 
vertical-align: middle; 
font-size: 14px; 
font-weight: bold; 
}

div.logos {
position: absolute;
left: 15px; 
top: 450px;
border: 0;
}

td.xxxnavigation {
margin-left: 8px;
height: 23px;
cursor: pointer;
}


/* Main Layer 800 breit */

div.content { 
position:absolute; 
left: 171px; 
top: 198px; 
width: 800px; 
height: 1000px; 
background-color: #F4F4F4; 
text-align: left; 
}

table.content {
 width: 100%;
 border: 0;
 padding: 50px;
 cellspacing: 50px;
 text-align:justify;
}

.Stil1 {
	font-size: 18px;
	font-weight: bold;
	color: #009933;
}
.Stil2 {
	font-weight: bold
}


