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

body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin:0px;
padding:0px;
text-align: center;
background: #597a9b;
}

#container {
position: relative;
margin: auto;
width: 980px;
background: url(bilder/container_bg.gif) repeat;
text-align: left;
}

#header {
height: 127px;
text-align: right;
background: #bfccd9 url(bilder/header_bg.gif) no-repeat;
}

#navi {
text-align: left;
padding-left: 10px;
margin-bottom: 20px;
margin-top: 20px;
float: left;
}

#navi ul {
list-style-type: none;
}

#navi a {
display: block;
width: 132px;
padding: 4px;
background-color: #cc0000;
border-bottom: 3px solid #ffffff;
font-size: 13px;
font-weight:300;
}

* html #navi a { /* nur fuer Internet Explorer */
width:142px;     /* Version 5.x */
w\idth:132px;    /* Version 6 */
}

#navi a.aktuell {
background-color: #003366;
}

#navi a.video {
background-color: #003366;
}

#navi a:link, #navi a:visited {
color: #ffffff;
text-decoration: none;
}

#navi a:hover {
background-color: #003366;
color: #ffffff;
}

#navi a.gslogo {
display: block;
margin-top: 39px;
padding: 0px;
background-color: #ffffff;
border-bottom: 0px #ffffff;
}

#content {
text-align: left;
margin:19px 114px 5px 210px;
padding: 0px 0px 0px 0px;
font-size: 13px;
}

* html div#content {  /* nur fuer Internet Explorer 3 pixel bug */
height: 1em;
}

#content a:link, #content a:visited {
color: #597a9b;
text-decoration: none;
}

#content a:hover {
color: #003366;
}

#content h1 {
font-weight: bold;
font-size: 18px;
color: #003366;
margin-bottom: 20px;
/* padding-bottom: 3px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #91a7bd; */
}

#content h2 {
font-weight: bold;
font-size: 13px;
color: #003366;
margin-top: 20px;
margin-bottom: 10px;
}

#content h3 {
font-weight: bold;
font-size: 12px;
color: #003366;
margin-bottom: 10px;
}

#content p {
	/* color: #000000; */
margin-bottom: 12px;
}

#content em {
color: #003366;
font-weight: bold;
font-style: normal;
}

#content ul {
/* list-style-type: none; */
margin-left: 0px;
padding-left: 16px;
}

#content li {
margin-left: 0px;
padding-left: 0px;
margin-bottom: 12px;
}

#content li.aufzaehlung {
margin-left: 0px;
padding-left: 0px;
margin-bottom: 0px;
}

#content img {
border-width: 1px;
border-style: solid;
border-color: #003366;
padding: 0px;
margin: 2px 0px 10px 0px;
text-align: justify;
}

#content img.links {
float: left;
margin: 2px 30px 10px 0px;
}


#content img.rechts {
float: right;
margin: 2px 0px 10px 30px;
}

#content img.stoerer {
border-width: 0px;
padding: 0px;
float: right;
margin: 2px 0px 0px 30px;
}

#footer {
	color: #ffffff;
	height: 86px;
	text-align: center;
	clear: both;
	background: #003366 url(bilder/footer_bg.gif) no-repeat;
}

#footerbild {
margin: 0px 0px 0px 5px;
padding: 0px;
width: 105px;
height: 200px;
background: url(bilder/footerbild_bg.gif) no-repeat;
position: absolute;
right: 10px;
bottom: 10px;
}
#container #footer p {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

