#wrapper {
	width: 900px;
	height: 500px;
	
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  	
	margin: auto;
	text-align: center;

	font-family: Geneva, Tahoma, Verdana, sans-serif; 
	font-style: normal; 
	font-variant: normal;
	color: #666666;
}

#wrapper1 {
	width: 900px;
	height: 900px;
	
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  	
	margin: auto;
	
	font-family: Geneva, Tahoma, Verdana, sans-serif; 
	font-style: normal; 
	font-variant: normal;
	color: #666666;
}


#logo {
	font-size: 36px; 
	text-align: center;
}
#logo1 {
	font-size: 36px; 
	margin-top: -5px;
	margin-bottom: 35px;
	text-align: center;
}

#claim {
	margin-top: 20px;
	font-size: 28px; 
	text-align: center;
}
#claim1 {
	font-size: 28px;
	margin-top: -5px;
	margin-bottom: 150px;
	text-align: center;
}

#datenschutz {
font-size: 16px;
margin-top: 10px;
text-align: left !important;
}

#normtext {
font-size: 16px;
margin-top: 10px;
text-align: center !important;
margin-top: 40px;
margin-bottom: 40px;
}


#linker {
width: 900px;
height: 100px;
text-align: center;
margin-top: 20px;
font-size: 16px; 
}
#one {
width: 300px;
float: left;
float: left;
}
#two {
width: 300px;
float: left;
}
#three {
width: 300px;
float: right;
float: left;
}
* {
margin: 0px auto;
}


#box {
width: 900px;
text-align: center;
}

#box_care {
width: 900px;
text-align: center;
margin-left: 1px;
}

img {
  -webkit-filter: drop-shadow(1px 1px 1px #222 );
  filter: drop-shadow(1px 1px 1px #222);
}

a {
  outline: none;
  text-decoration: none;
}

a:link {
  color: #666666;
}

a:visited {
  color: #666666;
}

a:focus {
  color: #666666;
}

a:hover {
  color: #cacaca;
}

a:active {
  color: #666666;
}


a.logohead:link,
a.logohead:visited,
a.logohead:active { color: #666666; text-decoration: none; }

a.logohead:hover { color: #cacaca; text-decoration: none; }


