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


#wrapper {
                color: black;                              
                 width: 1200px; /* Breite des Innenbereichs */
                 background-color: white
                 margin-top: 10px;
                 margin-right: auto;
                 margin-bottom: 10px;
                 margin-left: auto;
                 
         }




#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 {
	
	color: black;
         background-color:#FFFFFF;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 11px;
         width: 800x;
         padding: 20px 20px 20px 20px;

}

.bildlinks {
	float: left;
}

.bildrechts {
	float: right;
	
}

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

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

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

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

li {
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:2em;
	color: black;
}
      

a:link {
color:#B72E36;
text-decoration: none;
}

a:visited,
a:hover,
a:focus {
color: #B72E36;
text-decoration: underline;
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 {

}