* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
    line-height: 150%;
    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: 150%;
	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: 1200px;
    margin: auto;
	background-image: url(images/hg-vk.png);
	background-repeat: repeat-x;
}
#bottom {
margin: 0;
	background-image:url(images/randunten.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height: 106px;
	padding-top: 10px;
}
#address {
	color: white;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin-top: 26px;
	padding: 20px 15px 0 5px; 
	background-image:url(images/hintergrundaddress.jpg);
	background-position: left;
	background-repeat:repeat-x;
	height: 70px;
}
/* === Menu === */

div#nav {
	width: 100%;
	height: 160px;
	text-align: center;
}

div#nav ul{
	list-style: none;
	width: 1200px;
}
div#nav li{
	float:  left;
	width: 150px;
	height: 150px;
	display: block;
}
div#nav li a{
	color: #E4801B;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;
}
div#nav li a:hover{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
    border-top: 10px solid #333333;
}
div#nav li#home a:hover {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	height: 155px;
}

div#nav li#mich a:hover {
	background-image: url(images/max_fellinger.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#fach a:hover {
	background-image: url(images/uebersetzen.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#sonst a:hover {
	background-image: url(images/sonst_leistungen.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#arbeit a:hover {
	background-image: url(images/arbeitsweise.jpg);
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#preis a:hover {
	background-image: url(images/preise.jpg) ;
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#kontakt a:hover {
	background-image: url(images/kontakt.jpg) ;
	background-repeat: no-repeat;
	height: 155px;
}
div#nav li#imp a:hover {
	background-image: url(images/impressum.jpg) ;
	background-repeat: no-repeat;
	height: 155px;
}

#selecthome {
 display: block;
  width: 150px;  height: 150px;
  background-image: url(images/home.jpg);    
  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.jpg);    
  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.jpg);    
  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.jpg);    
  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.jpg);    
  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.jpg);    
  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.jpg);    
  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.jpg);    
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-top: 11px solid #E4801B;
  letter-spacing: 1px;
}

#content {
text-align:justify;
 margin: 0 20% 0 20%;
 padding-top: 20px;
 color: #221E1F;
 font-size: 90%;
 }
.aufzaehlung {
padding-left: 100px;
list-style: circle; 
}

