html {
	background-color: #ffffff;
}



body {
	font-family: Times, serif;
	width: 1024px;
	margin-top: 80;
	margin: auto;
}

/* ------------------------ Linkeigenschaften -------------------------------------*/
a:link { 
	color:#8D8D8D;
	text-decoration: none;
	font-weight: normal;
}

a:visited { 
	color:#8D8D8D;
	text-decoration: none; 
	border: none;
}

a:focus {
	color:#323232;
	text-decoration: none;

}

a:hover { 
	color:#323232;
	font-weight: bold;
	text-decoration: none; 
}

a:active { 
	color:#323232;
	text-decoration: underline;
}

/* -------------------------------- Bild Anne -------------------------------- */
#bild {
	position: absolute;
	margin-left: 30px;
	margin-top: 30px;
	width: 523px;
	height: 424px;
	z-index: 2;
}

/* -------------------------------- logo -------------------------------- */
 #logo { 
	position: relative; 
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto; 
	display: block; 
	width: 344px;
	height: 141px;
	z-index: 5;
} 

/* ------------------------------- Adresse Grafik ----------------------------------------- */
#local {
	position: absolute;
	margin-left: 670px;
	margin-top: 491px;
}


/* ------------------------------- social net ----------------------------------------- */
#contact {
	position: absolute;
	margin-left: 675px;
	margin-top: 530px;

}

/* ------------------------------- text rechts ----------------------------------------- */
#text_rechts {
	position: absolute;
	margin-left: 570px;
	margin-top: 210px;
	width: 380px;
}

/* ------------------------------- text unten ----------------------------------------- */
#text_unten {
	position: absolute;
	margin-left: 26px;
	margin-top: 480px;
	width: 420px;
	height: 60px;
	z-index: 2;
}

/* ------------------------------- testimonials 1 ----------------------------------------- */
#testimonials {
	position: absolute;
	margin-left: 34px;
	margin-top: 700px;
	text-align: left;
	width: 839px;
	height: 984px;
}

/* ------------------------------- Impressum Seite ----------------------------------------- */
#impressum{
	position: absolute;
	margin-left: 30px;
	margin-top: 60px;
}

