body{
margin: 0px;
padding: 0px;
background-color: white;
}

.div_header{
position: absolute;
left: 0px;
top: 0px;
width: 841px;
height: 172px;
}

.div_nav{
position: absolute;
left: 0px;
top: 171px;
width: 225px;
height: auto;
}

.div_content{
position: absolute;
left: 225px;
top: 171px;
width: 628px;
height: auto;
}

h1{
font-family: Verdana, Arial;
font-size: 14px;
font-weight: normal;
padding: 0px;
margin: 0px;
margin-bottom: 20px;
color: black;
}

.text{
font-family: Verdana, Arial;
font-size: 13px;
font-weight: normal;
color: black;
line-height: 20px;
}
.text a:link { text-decoration: underline; color: black;}
.text a:visited { text-decoration: underline; color: black;}
.text a:active { text-decoration: underline; color: black; }
.text a:hover { text-decoration: none; color: black;}

.text_klein{
font-family: Verdana, Arial;
font-size: 11px;
font-weight: normal;
color: black;
line-height: 20px;
}
.text_klein a:link { text-decoration: underline; color: black;}
.text_klein a:visited { text-decoration: underline; color: black;}
.text_klein a:active { text-decoration: underline; color: black; }
.text_klein a:hover { text-decoration: none; color: black;}