* {
    padding:0;
    margin:0;
    line-height: 1.6em;
}

html, body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    line-height: 1.4em;
    padding:0;
    margin:0;
}


#kopfoben {
    background-image:url(../bilder/bgoben.png);
    height:65px;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}

#kopfoben p {
    padding: 10px 0 0 10px;
    font-size: 12pt;
    line-height: 1.5em;
}

.sthgoben {
    background-image:url(../bilder/stoben.png);
    background-repeat:repeat-x;
    background-position:center bottom;
    padding-bottom: 12px;
    left:0;
    position:fixed;
    display: block;
    top:65px;
    width:100%;
    z-index:100;
}

#sthgunten  {
    background-image:url(../bilder/bgoben.png);
    width:100%;
    border-top : 1px solid black;
}

#sthgunten p {
    padding: 0 10px;
}

 

#menuoben ul {
    list-style-type:none;
    white-space:nowrap;
    padding-left:10px;
}

#menuoben ul li {
    display:block;
    float:left;
    text-align:left;
    /* padding-left: 1em; */
    padding-right: 1em;
    margin-right: 1em;
    border-right:1px solid silver;
}

#mittelbereich {
    text-align: center;
    
}

#inhalt {
    /* background-color: #F0F0F0; */ 
    width: 600px;
    margin:0 auto;
    text-align: left;
}

#inhalt ul {
    margin-left: 2em;
    margin-bottom: 2em;
}

h1 {
    color: #808000;
    margin-top: 110px;
    font-size: 2em;
    /* line-height: 2em; */
}

h2 {
    color: #808080;
    font-size: 1.2em;
    /* line-height: 2em; */
}


p {
    padding-bottom: 1.6em;
}

hr {
    border: 0px solid white; 
    color:white; 
    clear: both;
    margin-top:15px;
}

.bildr {
    /* clear: both; */
    float: right;
    text-align: right;
    border:1px solid silver;
    margin-bottom:0em;
    margin-bottom: 10px;
    margin-left: 10px;
}

.mail {
    border:0px;
    vertical-align:text-bottom;
}

form {
    margin-bottom: 2.5em;
}

