* {
margin: 0 0 0 0;
padding: 0;
}

html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
line-height: 17px;
width: 100%;
height: 100%;
min-width: 890px;
}

#bg {
background-image: url(/bilder/hg.gif);
background-position: top center;
background-repeat: repeat-y;
background-color: #dddddd;
}

h1{
color: #00699b;
font-size: 12px;
line-height: 17px;
font-weight: bold;
margin: 0px 0px 15px 0px;
}

.schrift-blau {
color: #00699b;
font-weight: normal;
}

.startseite-titel{
font-size: 18px;
line-height: 30px;
margin: 0px 0px 16px 0px;
}

.startseite-text{
font-size: 16px;
line-height: 30px;
margin: 0px 0px 0px 0px;
}

a:link,
a:visited,
a:hover,
a:active {
color: #00699b;
font-size: 11px;
line-height: 17px;
font-weight: bold;
text-decoration: none;
}


#subnavigation ul li a:link,
#subnavigation ul li a:visited {
color: #666666;
font-size: 11px;
line-height: 17px;
font-weight: bold;
text-decoration: none;
}

#subnavigation ul li a:hover,
#subnavigation ul li a:active {
color: #00699b;
font-size: 11px;
line-height: 17px;
font-weight: bold;
text-decoration: none;
}


#subnavigation ul li a.aktiv {
color: #00699b;
font-size: 11px;
line-height: 17px;
font-weight: bold;
text-decoration: none;
}



ul.liste {
list-style-image: url(/bilder/bullet.gif);
list-style-position: outside;
padding-left: 12px;
}

*html ul.liste {
list-style-image: url(/bilder/bullet-ie.gif);
list-style-position: outside;
padding-left: 16px;
}

*+html ul.liste {
list-style-image: url(/bilder/bullet-ie.gif);
list-style-position: outside;
padding-left: 16px;
}


.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -4em;
position: relative;
padding: 0;
text-align: left;
width: 890px;
}

*html .container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -3em;
position: relative;
padding: 0;
text-align: left;
width: 890px;
}

*+html .container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -1em;
position: relative;
padding: 0;
text-align: left;
width: 890px;
}


#header {
min-height: 85px;  
height: auto !important;
height: 85px;
width: 890px;
}




#navigation {
width: 669px;
float: left;
margin: 53px 0px 0px 0px;
}

#navigation ul {
list-style-image: none;
}

#navigation ul li {
float: left;
margin: 0;
display: inline;
}




#logo {
min-height: 85px;  
height: auto !important;
height: 85px;
width: 221px;
float: left;
}

#flash {
min-height: 260px;  
height: auto !important;
height: 260px;
width: 890px;
clear: both;
/*clear: left;*/
}





#metanavigation {
width: 73px;
margin: 6px 0px 0px 0px;
float: right;
}

#metanavigation ul {
list-style-image: none;
}

#metanavigation ul li {
float: left;
margin: 0;
display: inline;
}



.inhaltbereich {
padding-bottom: 30px;
width: 890px;
margin: 38px 0px 0px 0px;
}

.inhaltbereich-netzwerk {
min-height: 60px;  
height: auto !important;
height: 60px;
width: 670px;
margin: 38px 0px 0px 220px;
}


#subnavigation {
width: 220px;
float: left;
margin: 0px 0px 0px 0px;
}

#subnavigation ul li {
float: none;
list-style-type: none;
white-space: nowrap;
margin-bottom: 15px;
}



.inhalt {
padding-bottom: 30px;
width: 570px;
min-height: 60px;  
height: auto !important;
height: 60px;
float: left;
margin: 0px 0px 20px 0px;
}


#inhalt-netzwerk {
width: 350px;
min-height: 60px;  
height: auto !important;
height: 60px;
float: left;
margin: 0px 0px 20px 0px;
}

#subnavigation-netzwerk {
width: 145px;
float: left;
margin: 0px 0px 0px 0px;
}






/* Fusszeile */

.footer, .push {
height: 4em;
clear: both;
}

.footer {
width: 890px;
margin: 0 auto;
position: relative;
border-top: 1px dotted #00699b;
}

.footer p {
width: 670px;
margin: 0px 0px 0px 220px;
color: #00699b;
line-height: 2.5em;
text-transform: lowercase;
}







/* Formular */


input.eingabe {
width: 482px;
height: 18px;
background-color: #d3e5ee;
color: #000000;
border: none;
margin: 2px 0px 4px 0px;
padding: 2px 4px 0px 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

textarea.eingabe-text {
width: 482px;
height: 98px;
background-color: #d3e5ee;
color: #000000;
border: none;
margin: 2px 0px 4px 0px;
padding: 2px 4px 0px 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.senden-button {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
line-height: 17px;
border: none;
background-color: transparent;
text-decoration: none;
padding: 0px;
margin: 0px;
cursor: pointer;
}


