body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: url(../images/bg.jpg) no-repeat;
	background-color: #dfdfdf;
	font-family: Arial;
	font-size: 15px;
}

a {
	text-decoration:none;
	color: #555;
}

img {
	border: none;
}

#header {

	
}

.fadein1, .fadein2, .fadein3, .fadein4 {
	display:none;
}


#wrapper {
  width: 904px;
  height: 500px;
  margin: 0 auto;
}

#header {
  margin: 40px 0 80px 0;
}

.text {
  width: 600px;
  border: 1 px solid red;
  float: left;
}

.text h1 {
  font-size: 23px;
  color: #4e4e4e;
  margin: 0;
  padding: 0;
}

.under {
  font-size: 15px;
  color: #4e4e4e;
  letter-spacing: 0.2em;
}

.erfahrung {
  margin-top: 70px;
}

.erfahrung p {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.5em;
  padding-left: 80px;
}
.erfahrung ul {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.5em;
  padding-left: 80px;
}

.erfahrung p b {
  font-weight: bold;
  font-style:italic;
  
}

.angebot {
  margin-top: 70px;
}

.angebot p {
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.5em;
  padding-left: 80px;
}

.kontakt {
  margin-top: 70px;
  font-family: georgia, arial;
  font-size: 18px;
  font-weight: bold;
  color: #626262;
}

.kontakt a, .kontakt a:visited, .kontakt a:hover, .kontakt a:visited:hover {
    font-family: georgia, arial;
  font-size: 18px;
  font-weight: bold;
  color: #626262;
}

.mail {
  background: url(../images/mail.png) no-repeat;
  height: 40px;
  padding: 10px 0 0 50px;
}

.handy {
  background: url(../images/handy.png) no-repeat;
  height: 40px;
  padding: 10px 0 0 50px;
}

.telefon {
  background: url(../images/telefon.png) no-repeat;
  height: 40px;
  padding: 10px 0 0 50px;
}


.foto {
  width: 250px;
  float: right;
}

.footer {
  margin-top: 30px;
  height: 50px;
  background: url(../images/footer.png) no-repeat;
}


