h1 {
	
	font-size: 15px;
	color: #1594d9;
	
	margin-bottom: 0px;
	
	
}

/*Feedback*/
img#feedback-icon {
position: relative;
float: left; 
margin-top: 8px;
}

#feedback-main {

	position: relative;

	width: 960px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;
	padding-bottom: 40px;
	
	z-index: 99;

}

#feedback-inhalt {

	position: relative;

	width: 516px;
	
	padding: 35px;
	
	float: left;
	
	margin-right: 25px;
	
	background-color: #f5f9fc;
	
	border:1px solid #e8e6e6;
	
	border-radius: 10px;

}

#feedback-formular {

	position: relative;
	width: 300px;
	float: left;

}

img.linie-feedback {

	margin-top: 30px;
	margin-bottom: 20px;
}

.feedback-text {
color:#1F1F1F;


border: 1px solid #3184BC;
background-color: #FFFFFF;

width:280px;
height:19px;
border-radius: 0px;
margin-top: 3px;

}

.feedback-area {
color:#1F1F1F;
resize: none;
border: 1px solid #3184BC;
background-color: #FFFFFF;

width:280px;
height:110px;
border-radius: 0px;
margin-top: 3px;
}

.feedback-hinweis {

font-size:11px;


}

