body {
       margin: 0px;
       padding: 8px;
       font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
       color: #0C0404;
       background-image:

}


#kopfleiste {
        width: inherit; height: 160px;
        color: #3C06F9;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;

}

#kopfleiste h1 {
       margin: 0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
       font-size: 36px;
       color: #FAF9F8;


}

#menu {

         float: left;
         width: auto; height: auto;
         background-color: #FFFFFF;
         margin: 0px 0px 0px 0px;
         padding:10px 0px 0px 0px;
}

#menu a:hover {
        background-color: #f2f1f0;
}

#menu ul {

        list-style-type: none;
        padding: 0px 0px 0px 5px;
}

#menu li {
         font-size: 20px;
         margin: 0px 0px 6px 0px;
         padding: 0px 20px 10px 0px;
}

#menu li.current {
        background-color: #366BF4;
        color: #FAF9F8;
}


#inhalt {

        background-color: #f3f3f3;
        width: auto;
        height: 700px;
        padding: 10px 15px 10px 15px;
        overflow: scroll; /*damit das Layout mit float funktioniert*/


}

#inhalt h2 {
        font-size: 10px
        line-height: 1.4;
        text-align: center;
}


#inhalt p {
        font-size: 15px
        line-height: 1.3;

}

#inhalt a {
        color: inherit;
        font-family: inherit;
        text-decoration: underline;

}



#hintergrund {
        max-width: 1200px;
        margin: 0 auto 0 auto;
        background-image: color: #FFFFFF

}
#container {
       width: inherit;
       max-width: 1000px;
       margin: 0 auto 0 auto;

}

a {
       color: inherit;
       font-family: inherit;
       text-decoration: none;/*link ist nicht standardmäßig unterstrichen*/

}

a:link {
       color: inherit;
       font-family: inherit;
       text-decoration: none;

}

#a:visited {
       color: inherit;
       font-family: inherit;
       text-decoration: none;

}

#a:hover {
       color: inherit;
       font-family: inherit;
       text-decoration: none;

}

#a:active {
       color: inherit;
       font-family: inherit;
       text-decoration: none;


form.kontaktformular fieldset {
        margin-top: 25px;
        padding: 10 10 10px;
        width: 500px
        border: none;

}

form.kontaktformular legend {
       padding: 0 10px;
       font-weight: bold;

}

form.kontaktformular label {
      float: left;
      width: 130px;


}

.bold {
      font-weight: bold;

}

form.kontaktformular input, textarea {
      width: 220px
      margin-bottom: 5px;

}

form.kontaktformular textarea {
       width: 350px;
       height: 150px;
}

#submitbutton {
       margin-left: 0px;
       margin-top: 25px;
       width: 100px;

}

#fusszeile {
        float: bottom;
        width: inherit; height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px 30px 0px 25px;
        color:<font color=#000000></font>
        background-color: #FBF9F6

}

iframe {
        width: 800px; heigth: 700px;

}