* {
	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: 100%;
    margin: auto;
}
#bottom {
margin-top: 10px;
}
#address {
	color: #343434;
	font-size: 80%;
	padding-top: 10px;
	border-top: 1px solid #343434;
}
/* === Menu === */

div#nav {
	width: 100%;
	text-align: center;
}

div#nav ul{
	list-style: none;
}
div#nav li{
	float:  left;
	display: block;
}
div#nav li a{
	color: #E4801B;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;
    border-left: 5px solid #333333;
	margin: 0 3px 8px 3px;
	padding: 0 2px 0 2px;

}
#selecthome {
 display: block;
  color: #343434;
  font-weight: bold;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectmich {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectfach {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectsonst {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectarbeit {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectpreis {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectkontakt {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}
#selectimp {
 display: block;
  color: #343434;
  font-weight: bold;
  text-align: center;
  border-left: 5px solid #E4801B;
  letter-spacing: 1px;
}

#content {
text-align:justify;
 padding-top: 20px;
 color: #221E1F;
 font-size: 90%;
 }
.aufzaehlung {
padding-left: 100px;
list-style: circle; 
}

