* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
    width: 100%;
    text-align: left;
    background-color: white;
    padding: 0;
}
a:link {
	color: #E4801B;
	text-decoration: none;
	}
a:hover, a:visited {
	color: #CC3300;
	text-decoration: none;
	}
	
h1 {
	margin: 30px 0 20px 0px;
	color: #E4801B;
	font-size: 120%;
	letter-spacing: 3px;
}
h2 {
	margin: 15px 0 5px 0px;
	color: #E4801B;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#wrapper {
    background-color: transparent;
    width: 100%;
}
#bottom {
margin:0;}
#address {
	color: white;
	font-size: 80%;
	margin-top: 42px;
	padding: 5px 0 0 5px; 
	background-image:url(images/hintergrundaddress.png);
	background-position: left;
	background-repeat:repeat-x;
	height: 70px;
}
/* === Menu === */

div#nav {
	width: 100%;
	text-align: center;
}

div#nav ul{
	list-style: none;
}
div#nav li{
	float:  left;
}
div#nav li a{
	color: #E4801B;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
div#nav li a:hover{
	display: block;
	color: #343434;
	text-decoration: none;
	font-weight: bold;
    border-left: 10px solid #333333;
}
#selecthome {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/home.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectmich {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/max_fellinger.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectfach {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/uebersetzen.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectsonst {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/sonst_leistungen.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectarbeit {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/arbeitsweise.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectpreis {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/preise.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectkontakt {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/kontakt.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}
#selectimp {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/impressum.png);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}

#content {
 margin: 0 2% 0 2%;
 padding-top: 20px;
 color: #221E1F;
 font-size: 90%;
 }
.aufzaehlung {
padding-left: 100px;
list-style: circle; 
}

