html {
height:100%;
} 

body { 
height: 100%; 
margin: 0%; 
margin-top: 18px;
padding: 0%; 
padding-bottom: 18px;
font-family: Verdana, Geneva, sans-serif;
background-color: #e8e8e8;
background-image: url(bilder/background.jpg);
background-repeat: repeat-x;
} 

/* FONTS */

P, OL, DIV, H1, H2 {
font-size: 11px;
line-height: 1.5em;
color: #000;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 { margin: 0px 0px 5px 0px; }

H3, H4 { 
font-size: 16px; 
line-height: 1.3em;
font-weight: bold;
}

sup {  
vertical-align:top;  
font-size:0.8em;  
line-height:100%; 
}
sub {  
vertical-align:bottom;  
font-size:0.8em;  
line-height:100%;
}


a:link {
	color: #00599B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00599B;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#outer {
width: 900px;
margin: 0px auto;
}

#top {
height: 130px;
width: 898px;
border: 1px solid #70788c;
}

#nav_top {
width: 896px;
height: 39px;
padding: 4px 5px 0px 1px;
}

.nav_link A {
font-size: 11px;
line-height: 1.3em;
font-weight: bold;
color: #000;
text-align: center;
padding-top: 1px;
display: block;
background-image: url(bilder/nav_u.jpg);
border: 1px solid #70788c;
width: 143px;
float: left;
height: 32px;
margin-left: 4px;
}
.nav_link A:hover {
color: #fff;
background-image: url(bilder/nav_o.jpg);
}

.nav_link_act A {
font-size: 11px;
line-height: 1.3em;
font-weight: bold;
color: #fff;
text-align: center;
padding-top: 1px;
display: block;
background-image: url(bilder/nav_o.jpg);
border-left: 1px solid #70788c;
border-top: 1px solid #70788c;
border-right: 1px solid #70788c;
width: 143px;
height: 37px;
margin-left: 4px;
float: left;
}

#main {
background-image: url(bilder/screen2.jpg);
background-repeat: no-repeat;
width: 898px;
min-height: 500px;
height: auto !important;
height: 500px;
border: 1px solid #70788c;
background-color: #FFF;
}

#content {
width: 684px;
float: left;
padding: 18px;
padding-top: 74px;
}

#right {
width: 162px;
float: right;
padding: 26px 8px 8px 8px;
}

#bottom {
width: 898px;
clear: both;
}