
#Seitenbereich 
{
  margin: 0 auto;
  width: 1200px;
  background-color: white;
  font-family: calibri;
  font-size: 18px;
  font-weight: 
}

           
h1
{
position: relative;
color: #833C0B; 
font-family: calibri; 
font-size: 40px; 
line-height: 54px; 
margin-left: 65px;
top: 100px;
padding-bottom: 3.5em;
}

h2
{
position: relative;
color: black; 
font-family: calibri; 
font-size: 34px; 
line-height: 44px; 
margin-left: 0px;
}

h3
{
position: relative;
color: black; 
font-family: calibri; 
font-size: 27px; 
line-height: 44px; 
margin-left: 0px;
}


h4
{
position: relative;
color: #833C0B; 
font-family: calibri; 
font-size: 22px; 
line-height: 44px; 
margin-left: 0px;
padding-bottom: 0px;
}




#Logo
{
    position: relative;
    float:right;
    width: 490px;
    height: 140px;
    padding-right: 0em;
} 


#Inhalt
{
float:left;
margin-left: 0px;
}


#Fusszeile
{
background-color: #833C0B;

margin-top: 1670px;           /* definiert den Abstand der Fusszeile zu oben*/
width: 1200px;
height: 20px;


right: auto;
text-align: right;
font-family: calibri;
font-size: small;
padding-right: 1em;       /* definiert den Abstand des Textes zum rechten Rand*/

}         



#Navigation-Datenschutz
{
text-decoration: none;
}

#Navigation-Datenschutz ul
{
list-style: none;           /* keine Aufzählungspunkte*/
margin-top: 0px;
margin-bottom: 0px;


}

#Navigation-Datenschutz li
{
text-decoration: none;      /* Link ohne Unterstrich*/
float: left;
margin-left: 50px;
margin-bottom: 2em;
font-family: calibri;
font-size: 25px;
}

a:link 
{
color: #000000;
}

a:visited
{ 
color: #000000;              /* Farbe besuchter Link - erforderlich für Internet Explorer*/
}

