* {
margin: 0;
padding: 0;
}
body {
background-image: url(../images/bg.gif);
background-position: center;
background-repeat: no-repeat;
background-color: #ffffff;
text-align: center; /*fuer IE*/
font-family: Arial; sans-serif;
font-size: 100%;
}

#wrapper {
background-color: #ffffff;
width: 60em;
margin: 5% auto;
text-align: left; /*fuer IE*/
margin-bottom: 4%;
}

img {
border: 0 none;
}

/*Header*/
#header {
background-color: #335588;
height: auto;
}

#subheader2 {
border-bottom: 1px dotted #B5E1FB;
border-top: 1px dotted #B5E1FB;
}

#logo {
float: left;
margin-top: 10px;
}

p.time {
float: right;
margin-top: 5px;
margin-right: 2px;
color: #ffffff;
text-align: right;
}

/*Footer*/
#footer {
clear: both;
margin-top: 20px;
border-top: 1px dotted #B5E1FB;
}
#footer p {
margin-right: 0px;
padding: 3px 0;
font-size: 90%;
text-align: center;
background-color: #335588;
}

#footer a {
text-decoration: none;
color: #ffffff;
}
/*Ende footer*/

/*Hauptmenue*/
#hauptmenue {
position: relative;
height: 3em;
display: block;
width: auto;
background-color: transparent;
color: #076196;
}

#hauptmenue ul {
position: absolute;
top: 70px;
right: 0px;
list-style: none;
background-color: transparent;

}

#hauptmenue ul li {
float: left;
width: 8em;
list-style: none;
margin: 0px 0px 0 5px;
text-align: center;
border: 1px dotted #B5E1FB;
background-color: transparent;

}

#hauptmenue ul li a {
display: block;
padding: 13px 10px;
font-weight: bold;
text-decoration: none;
background-color: #F5F5F7;
color: #335588;
}

#hauptmenue ul li a:hover {
height: auto;
background-color: #335588;
color: #ffffff;
}

#hauptmenue ul li a.aktuell {
display: block;
padding: 13px 10px;
font-weight: bold;
text-decoration: none;
background-color: #335588;
color: #ffffff;
cursor: default;
}

/*Ende Hauptmenue*/



.clearer {
clear: both;
height: 10px;
}

/* Menue*/


#menue {
margin : 30px 0;
float : left;
width : 12em;

}
#menue ul {
list-style : none;
margin-left : 10px;
}
#menue ul li {
margin : 5px 0;
}
#menue ul a {
display : block;
padding: 7px 0 7px 7px;
text-decoration: none;
background-color: #transparent;
color: #335588;
border: 1px dotted #B5E1FB;
background-color: #F5F5F7;
}
#menue ul a:hover {
background-color : #335588;
color : #ffffff;
}

#menue ul li span.aktuell {
display: block;
padding: 7px 0 7px 7px;
text-decoration: none;
background-color: #335588;
color: #ffffff;
cursor: default;
height: auto;
border: 1px dotted #B5E1FB;
}

#liste ul li a {
list-style: none;
background-color: #ffffff;
border: 0px;
}

/*Aktuelles*/
#aktuelles {
float: left;
margin: 25px 0 0 0;
}

#aktuelles h2 {
font-size: 150%
background-color: transparent;
color: #335588;
font-style: bold;
}
/*Aktuelles*/



/*Ende Menue*/

/*Content*/
#content {
margin-top: 30px;
margin-left: 14em;
border-left: 1px dotted #B5E1FB;
padding-left: 30px;
}

#content h1 {
margin: 5px 0 30px 0;
font-size: 150%
background-color: transparent;
color: #335588;
font-style: bold;
}

#content h2 {
margin: 30px 0 20px 0;
font-size: 150%;
background-color: transparent;
color: #335588;
font-style: bold;
}

#content a {
text-decoration: none;
font-style: bold;
color: #000000;
}

#content a:hover {
background-color: #335588;
color: #ffffff;
}

#content ul {
list-style: disc;
margin-top: 0px;
margin-left: 2em;
}

#content ul li {
margin: 5px 0 5px 0;
color: #000000;
}

#content ul li a {
text-decoration: none;
}

#sitemap li {
list-style: none;}

#sitemap li a {
font-size: 110%;
background-color: transparent;
color: #335588;

}
/*Ende Content*/
/*Styles Javascript Drucken*/

#print {
margin: 20px 10px 10px 0px;
text-align: right;
}

#print a {
display: bolck;
text-decoration: none;
background-color: transparent;
color: #335588;
}

#print a:hover {
background-color: #335588;
color: #ffffff;
}
/*Ende Styles Javascript Drucken*/
/*Kontaktformular*/

label {
float: left;
width: 150px;
color: #434343;

}

#label {
padding-top: 10px;
font-family: Arial;
font-weight: bold;
font-size: 1em;
}

input, textarea {
font-family: Arial;
font-size: 1em; /* fuer IE */
width: 20em;
border: 1px solid #8B8B8B;
background-color: #ffffff;
color: #434343;
}

input {
width: 200px;
}

input.absenden {
width: 190px;
background-color: transparent;
color: #335588;
cursor: pointer;
text-align: center;
border: 0px;
margin-left: 206px;
text-decoration: none;
}

input.absenden:hover{
background-color: #335588;
color: #ffffff;
}

select{
font-family: Arial;
font
}

fieldset {
width: 500px;
border: 1px solid #E4E4E4;
background-color: #F3F3F3;
margin-top: 2px;
}

/*Ende Kontaktformular*/