#content-left {
	width: 580px;
	padding-top: 32px;
	margin-left: 40px;
	float: left;
}

.space-h-text {
	height: 9px;
}

#service-text1 {
	width: 530px;
}


#service-text2 {
	margin-top: 35px;
	width: 530px;
}

#service-text3 {
	margin-top: 35px;
	width: 500px;
}

.service-infografik {
	margin-top: 66px;
	margin-left: 150px;
	margin-bottom: 0px;
}

#credits {
	margin-top: 0px;
	margin-left: 12px;
	color: #6e6e6e;
	font-size: 15px;
	padding-bottom:8px;
}


a.link {text-decoration:underline;color: #348fbc;}
a.visited {text-decoration:underline;color: #348fbc;}
a.link:hover {text-decoration:none;}
a.link:active {color: #2788b8;}


#content-right {
	width: 317px;
	padding-top: 32px;
	margin-left: 15px;
	float: left;
}


#audio-player {
	margin-left: 4px;
}

.service-h-hoerbeispiele {
	margin-left: 91px;
	margin-top: 74px;
}

#hoerbeispiele-hinweis {
	width: 317px;
	height: 131px;
	background: url('../images/service-hinweis-back.png') top no-repeat;
	margin-top: -43px;
}

#hoerbeispiele-hinweis-text {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 20px;
	padding-top: 50px;
}

img.service-video-thumb {
	margin-left: 22px;
	margin-top: 34px;
}

#video-thumb-hinweis {
	width: 317px;
	height: 131px;
	background: url('../images/service-hinweis-back.png') top no-repeat;
	margin-top: -72px;
}

#video-thumb-hinweis-text {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 21px;
	padding-top: 83px;
}

#service-angebot-text {
	font-size: 15px;
	font-weight: bold;
	margin-top: 66px;
	text-align: center;
}

.service-formular-pfeil {
	margin-left: 133px;
	margin-top: 8px;
}

#formular {
	box-shadow: 0px 0px 12px #dddddd;
	width: 315px;
	margin-top: 26px;
	margin-left: -30px;
	padding: 25px 30px;
}

.service-h-unverbindliche-anfrage {
	margin-bottom: 14px;
}


.input-text {

	color:#1F1F1F;
	
	font-size:12px;
	
	border-radius: 0px;
	border: 1px solid #2788b8;
	
	margin-top:4px;
	margin-bottom: 12px;
	
	width: 100%;
	height: 25px;
	padding:0px 5px 0px 5px;
	
	
}

.input-area {

	color:#1F1F1F;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	border: 1px solid #2788b8;
	background-color: #FFFFFF;
	padding:5px;
	width: 100%;
	max-width: 100%;
	height:163px;
	margin-top:4px;
	
}


input:focus {

	outline:0;
	border:1px solid #09597b;
	-webkit-box-shadow: 0 0 3px 2px #d3ecf9;
	-moz-box-shadow: 0 0 3px 2px #d3ecf9;
	box-shadow: 0 0 3px 2px #d3ecf9;

}

textarea:focus {

	outline:0;
	border:1px solid #09597b;
	-webkit-box-shadow: 0 0 3px 2px #d3ecf9;
	-moz-box-shadow: 0 0 3px 2px #d3ecf9;
	box-shadow: 0 0 3px 2px #d3ecf9;

}


#formular-text {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 12px;
}



form input[type="submit"] {
	
	font-family: Lato, Arial;
	font-size: 17px;
	color: #FFF;
	padding: 5px 9px;
	
	border-radius: 7px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #FFF;
	
	background: #348fbc;
	border: 1px solid #87cedc;

}

form input[type="submit"]:hover {
	
	color: #FFF;
	
	background: #4abed5;
	border: 1px solid #87cedc;

}

#content-thanks {
	width: 580px;
	padding-top: 82px;
	margin-left: auto;
	margin-right: auto;
}


