body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif; 
    color: black;
    background-color: white;
}

label {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

input[type="text"] {
    width: 250px;
}

#suche input[type="text"] {
    width: 200px;
}

select {
    width: 254px;
}

textarea {
    width: 250px;
    height: 100px;
}

a  {
    text-decoration: none;
}

p, li {
    font-size: 14px;

}

img{
    border: none;
}

table {
    border: none;

}

th {
    text-align: left;
    font-size: 15px;
    color: rgb(0, 80, 80);
    line-height: 28px;    
}

td {
    vertical-align: top;
    font-size: 15px;    

}

#seitenueberschrift {
    position: absolute;
    top: 170px;
    z-index: 2;
    background-color: white;
    left: 50%;
    margin-left: -400px;
    padding: 6px 16px 6px 5px;
    text-transform: uppercase;
    font-size: 25px;
}

#container {
    width: 948px;
    margin: 0 auto;
    overflow: hidden;
}

#kopf {
    margin-top: 15px;
    height: 85px;
}

#inhalt_hauptseite {
    width: 950px; 
    height: 620px;
    position: relative;    
}

#inhalt {    
    width: 950px; 
    height: 620px;
    position: relative;
}


#fuss {
    margin-top: 30px;
}

#fuss ul {
    list-style: none;
    padding: 0;
    margin: 3px 0 0 0;
    float: left;
    font-size: 14px;
}

#fuss ul li {    
    margin-right: 10px;
    float:left;
}

#fuss ul li a {
    text-decoration: none;
    color: black;
}

#fuss #soziale_netzwerke_links {
    float: left;
    width: 50px;
}

#fuss #soziale_netzwerke_links ul {
    margin-top: 0;
}

#fuss #suche {
    float:right;
    margin-left: 20px;
}

#fuss #suche input[type="submit"] {
    background-color: black;
    border: none;
    color: white;
    font-size: 11px;
    padding: 2px 10px 2px 10px;    
}

#fuss #suche input[type="text"] {
    border: solid black 1px;;
    font-size: 11px;

}

#fuss a.facebook{
    background-image: url('styles/social/facebook.jpg');
    display: block;
    height: 23px;
    width: 23px;    
}

#fuss a.facebook:hover  {
    background-image: url('styles/social/facebook_hover.jpg');
}

#fuss a.twitter{
    background-image: url('styles/social/twitter.jpg');
    display: block;
    height: 23px;
    width: 23px;    
}

#fuss a.twitter:hover  {
    background-image: url('styles/social/twitter_hover.jpg');
}

#fuss a.rss{
    background-image: url('styles/social/rss.jpg');
    display: block;
    height: 23px;
    width: 23px;    
}

#fuss a.rss:hover  {
    background-image: url('styles/social/rss_hover.jpg');
}

#footerlinks {
    width: 890px;
    float: right;
}

#breadcrump {   
    color: rgb(0, 80, 80);
    font-size: 0.7em;
    margin-bottom: 6px;
    margin-top: 37px;
}

#breadcrump a{   
    color: rgb(0, 80, 80);
}


#inhaltspalte {
    width: 550px;    
    overflow-y: auto;
    margin: 0 0 0 20px;
    height: 582px;
}

#inhaltspalte h1{
    color: rgb(50, 65, 70);
    font-weight: normal;
    font-size: 28px;
    margin-right: 20px;
}

#inhaltspalte h2{
    color: rgb(50, 65, 70);
    /*font-family: 'Times new Roman';*/
    font-weight: normal;
    font-size: 21px;
    margin-right: 20px;
}

#inhaltspalte h2 a{
    color: rgb(50, 65, 70);
    font-weight: normal;
    font-size: 21px;
    margin-right: 20px;
}

#inhaltspalte h2 a:hover{
    text-decoration: none;
}

#inhaltspalte p{
    margin-right: 20px; 
    vertical-align: top;
}

#inhaltspalte .bild{
    float: right;
    margin-left: 15px;
}

#inhaltspalte h3{
    color: rgb(50, 65, 70);
    font-weight: normal;
    font-size: 18px;
    margin-right: 20px;
}

#inhaltspalte a{
    color: rgb(0, 80, 80);
}

#inhaltspalte a:hover{
    text-decoration: underline;
}

#inhaltspalte ul {
    font-size: 15px;
}

.clear {
    float: none;
    clear: both;
}

.titelbild {
    position: absolute; 
    top: 68px;
    left: 0;
    opacity: 0;
}

.hauptmenu {
    position: absolute; 
    top: 18px;
    background-color: rgb(0, 80, 80);
    color: white;
    width: 188px;
    height: 32px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
}

.menuueberschrift {
    display: inline;
    background-color: white;
    padding: 10px 20px 10px 5px;
    text-transform:uppercase;
}

.menu {
    height: 620px;
    width: 190px;
    float: left;
}

.menu a {
    text-align: center;
    background-color: white;
    color: black;
    
}

.menu a h2{
    font-size: 14px;
    padding: 7px;
}

.menu_normal {
    border: solid white 1px;
    height: 500px;
    width: 158px;
    float: left;
}

.menu_aktiv {
    border: solid white 1px;
    height: 500px;    
    float: left;
}

.menu_inaktiv {
    border: solid white 1px;
    height: 500px;    
    float: left;
    color: transparent;

}

.menu_normal h2 {
    color: white;
    font-size: 15px;
    height: 30px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    
}

.menu_aktiv h2 {
    color: white;
    font-size: 15px;
    height: 30px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.menu_inaktiv h2 {
    color: transparent;
    font-size: 0.0em;
    height: 40px;
}

.submenu {
    background-image: url('styles/transparent_weiss.png');
    position: relative; 
    height: 30px;
    padding: 6px;
    width: 176px;
    color: rgb(0, 80, 80);
    font-size: 14px;
}

.submenu:hover{
    background-image: url('styles/verlauf_gruen.png');
    background-repeat: repeat-y;
    cursor: pointer;
}

.submenu.active{
    background-image: url('styles/verlauf_gruen.png');
    background-repeat: repeat-y;
}

.submenu a{
    background-color: transparent;
    color: rgb(0, 80, 80);
    font-size: 14px;
    text-transform: none;
}

.formularelement {
    margin-top: 10px;
    font-size: 15px;
}

.bildunterschrift {
    font-size: 14px;    
}

.galerieelement {
    float: left;
  width: 275px;
  margin-bottom: 15px;
}



.menuicon {
    border: solid white 1px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 6px;
}

.blau {
    color: rgb(0, 80, 80);
}
