#erste_box {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 250px;
	background-color: #a6a698;
	color: white;
	margin: 15px 0 0 0;
}

#erste_box_text {
	position: absolute;
	top: 0;
	left: 650px;
	padding: 15px;
	height: 220px;
	width: 270px;
}

#erste_box h1 {
	color: #fff;
}

#erste_box h4 {
	color: #fff;
}

#erste_box p {
	color: #fff;
}

#erste_box a {
	text-decoration: none;
	color: #fff;
}

#erste_box a:hover {
	text-decoration: underline;
}



#zweite_box {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 250px;
	background-color: #febb31;
	color: #999;
	margin: 10px 0 0 0;
}

#zweite_box_text {
	position: absolute;
	top: 0;
	left: 650px;
	padding: 14px;
	border: 1px #ddd solid;
	height: 220px;
	width: 270px;
}

#zweite_box h1 {
	color: #fff;
}

#zweite_box h4 {
	color: #fff;
}

#zweite_box p {
	color: #fff;
}

#zweite_box a {
	text-decoration: none;
	color: #fff;
}

#zweite_box a:hover {
	text-decoration: underline;
}


#dritte_box {
	position: relative;
	top: 0;
	left: 10px;
	width: 950px;
	margin: 10px 0 0 0;
}

#dritte_box #inner_box1 {
	float: left;
	background-color: #bdd8ed;
	color: #333;
	width: 265px;
	padding: 15px;
}

#dritte_box #inner_box1 h4 {
	color: #333;
}

#dritte_box #inner_box1 p {
	color: #333;
}

#dritte_box #inner_box1 a {
	text-decoration: none;
	color: #444;
}

#dritte_box #inner_box1 a:hover {
	text-decoration: underline;
}


#dritte_box #inner_box2 {
	float: left;
	background-color: #a6a698;
	color: #fff;
	width: 270px;
	padding: 15px;
	margin: 0 0 0 25px;
}

#dritte_box #inner_box2 h4 {
	color: #fff;
}

#dritte_box #inner_box2 p {
	color: #fff;
}

#dritte_box #inner_box2 a {
	text-decoration: none;
	color: #febb31;
}

#dritte_box #inner_box2 a:hover {
	text-decoration: underline;
}


#dritte_box #inner_box3 {
	float: left;
	background-color: #ececec;
	color: #999;
	width: 258px; 
	padding: 14px;
	margin: 0 0 0 26px;
	border: 1px #ddd solid;
}

#dritte_box #inner_box3 h4 {
	color: #666;
}

#dritte_box #inner_box3 p {
	color: #444;
}

#dritte_box #inner_box3 a {
	text-decoration: none;
	color: #febb31;
}

#dritte_box #inner_box3 a:hover {
	text-decoration: underline;
}


#stoerer {
	position: absolute;
	top: 60px;
	right: -30px;
}




















































