
#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: 24px; 
  line-height: 44px; 
  margin-left: 0px;
}


#Logo
{
    position: relative;
    float:right;
    width: 490px;
    height: 140px;
    padding-right: 0em;
} 


#Foto-Unternehmen
{
    float:right;
    width: 375px;
    height: 230px;
    padding-right: 25px;
    margin-left: 20px;          /* definiert den Abstand zwischen Bild und Text*/
    margin-top: 30px
}



#Inhalt
{
  float:left;
  margin-left: 0px;
}


#Fusszeile
{
  background-color: #833C0B;
  margin-top: 590px;           /* 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-Unternehmen
{
  text-decoration: none;
}

#Navigation-Unternehmen ul
{
  list-style: none;           /* keine Aufz�ungspunkte*/
  margin-top: 0px;
  margin-bottom: 0px;


}

#Navigation-Unternehmen 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 für besuchten Link - erforderlich für Internet Explorer*/
}

