@charset "UTF-8";
/* CSS Document */

html{
	height: 	100%;
}

body{
	font-family: Droid Sans, Arial, sans-serif;
	color: 		#000;
	padding:	0px;
	margin: 	0px;
	background-color: #F5F5F5;
	font-size: 	100%;
	overflow-y: scroll;
}

#wrapper {
	width: 			804px;
	height: 		600px;
	margin-left: 	auto;
	margin-right: 	auto;
	background-color:#F5F5F5;
}


.header {
	margin-top: 		50px;
	float: 				left;
}


.logo{
	float: 				left;	
	width: 				804px;
	height:				600px;
	background-image: 	url(../bilder/equip.gif);
	background-repeat: 	no-repeat;		
}
.zusatz{
	font-family:inherit;
	position: 	absolute;
	margin-top: 170px;
	margin-left: 40px;
	font-size: 18px;
	font-weight: bold;	
}
.adresse{
	position: 			absolute;
	margin-top: 		460px;
	margin-left: 		570px;
}
.adresse h1{
	font-family: inherit;
	font-size: 18px;
	color: #e6007e;
	text-align: right;
	margin-bottom:-10px;
}
.adresse p{
	font-family: inherit;
	line-height: 22px;
	font-size: 16px;
	text-align: right;
}
.adresse a{
	color: #e6007e;
}


