
#Seitenbereich 
{
  margin: 0 auto;
  width: 1200px;
  background-color: white;
  font-family: calibri;
  font-size: 40px;
  font-weight: bolder;

}

           
h1
{
position: relative;
color: #000000; 
font-family: calibri; 
font-size: 40px; 
line-height: 54px; 
margin-left: 65px;
top: 100px;
}


#Logo
{
    position: relative;
    float:right;
    width: 490px;
    height: 140px;
    padding-right: 0em;
} 

#Foto-Startseite
{
    position: relative;
    float:right;
    top: 65px;
    width: 450px;
    height: 290px;
    padding-right: 1em;

}
            
#Leistungen
{
    position: relative;
    top: 100px;
    margin-left: 35px;
    font-family: calibri;
    font-size: 35px; 
    font-weight: bolder;
}

#Fusszeile01
{
background-color: #000099;
position: relative;
width: 1200px;
height: 10px;

right: auto;
text-align: right;
font-family: calibri;
font-size: small;
padding-right: 1em;       /* definiert den Abstand des Textes zum rechten Rand*/

}         

#Fusszeile02
{
background-color: #3366FF;
position: relative;
width: 1200px;
height: 15px;

right: auto;
text-align: right;
font-family: calibri;
font-size: small;
padding-right: 1em;       /* definiert den Abstand des Textes zum rechten Rand*/

}

#Fusszeile03
{
background-color: #B1E8ED;
position: relative;
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-Startseite
{
text-decoration: none;
}

#Navigation-Startseite ul
{
list-style: none;           /* keine Aufzählungspunkte*/
margin-top: 0px;
margin-bottom: 0px;



}

#Navigation-Startseite li
{
text-decoration: none;      /* Link ohne Unterstrich*/
float: left;
margin-left: 50px;
font-family: calibri;
font-size: 25px;
}

a:link 
{
color: #000000;
}
a:visited
{ 
color: #000000;             /* Farbe für besuchten Link - erforderlich für Internet Explorer*/
}


