
* { padding:0 ; margin: 0; }
html { height: 101%; } /* erwzingt scrollbar in Firefox*/
body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #BBD8E1;
}


#wrapper {
                color: black;
                 background-color: #BBD8E1;
                 background-image: url(bg.gif);
                 background-repeat: repeat-y;
                 background-position: top left;
                 width: 720px; /* Breite des Innenbereichs */
                 border: 1px solid #1C4C5C;
                 margin-top: 10px;
                 margin-right: auto;
                 margin-bottom: 10px;
                 margin-left: auto;
                 border: 1px solid #1C4C5C;
         }

#navigation {

        float: left;
         width: 160px;
         padding: 10px 5px 5px 5px;
         font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 24px;
         background-color: #1C4C5C;
         background-image: url(bg.gif);
         background-repeat: repeat-x;



}

#navigation ul{

         padding-left:10px;
         margin-left:0;
         }

#navigation li {

         list-style-type:none;
         margin:0;

         }

#navigation a {
        display:block;
         text-decoration: none;
         outline: none;
         color: white;
}

#navigation a:visited,
#navigation a:hover {
         color: #1C4C5C;
        background-color: #F7FBFB;
        text-decoration: none;
}

#navigation a.focus {
         color: #1C4C5C;
        background-color: #F7FBFB;
         }

#navigation ul.subnav {
        list-style-type:circle;
}

#navigation li.subnav {
        list-style-type:circle;
         color: white;}



#inhalt {
         float: right;
         color: black;
         background-color:#CBC9C9;
         font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        width:520px;
         /*margin-left: 180px; */
         padding: 20px 10px 20px 20px;

}

span {
        color:#1C4C5C;
         font-weight: bold;
         }

h1 {
        font-size: 18px;
        color: #1C4C5C;
         font-weight:bold;
        text-align: center;
         margin-bottom: 1em;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #1C4C5C;
        text-align: center;
         margin-bottom:1em;
         margin-top: 1em;
}

h3 {
         font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #1C4C5C;
        text-align: left;
         margin-bottom:1em;
}

p, ul {
        margin-top:0;
         margin-left:5px;
         margin-bottom:1em;
         margin-right:5px;
              color: black;
      }

a:link {
color:#000000;
background-color: #1C4C5C;
text-decoration: none;
}

a:visited,
a:hover,
a:focus {
color: #B4A39C;
background-color: #1C4C5C;
text-decoration: none;
outline:none;
}

.zentriert {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
}

#form {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        position:absolute;
        margin-left:150px;
        top: 16px;
        padding: 10px;
}

#inhalt p {
        font-family: sans-serif;
        font-size: 11px;
        text-align: left;
        color: #000000;
         margin-left: 3px;
}

#formular h1, h2, h3
         {
        text-align: left;
         margin-left: 20px;
         font-family: Verdana, Arial, Helvetica;
         }

th {
        font-family: Georgia, serif, Times;
         font-size: small;
         font-weight: bold;

}

#formular td {
        font-family: Georgia, serif, Times;
         font-size: small;
         font-weight: bold;
}

#formular li {
        font-size: small;
         font-weight: normal;
         font-family: Verdana, Arial, Helvetica;
}

#fussbereich {

}
