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

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
html, body {
	margin:0px;
	padding:0px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
	font-size:18px;
	font-weight:normal;
	height:101%;
	background:#EFECF0;
	line-height:26px;
}
a, a:hover, a:active, a:visited {
	color:#D9342C;
	text-decoration:none;
	border:none;
	outline:none;
}
h1 {
	font-size:20px;
	padding-bottom:15px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	text-align:justify !important;
}
.iframe {
	border:#CCC 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:425px;
	height:410px;
}
img {
	border:none;
	outline:none;
}
#site-wrapper {
	min-width:1000px;
}
#contact-wrapper {
	width:100%;
	background:#000;
}
#contact {
	width:960px;
	margin:0 auto;
	padding:10px;
}
#contact a, #contact a:active, #contact a:visited, #footer a, #footer a:active, #footer a:visited {
	color:#FFF;
}
#contact a:hover, #footer a:hover {
	color:#CCC;
}
#contact li {
	list-style:none;
	display:inline-block;
	color:#FFF;
	line-height:25px;
	height:25px;
}
ul {
	padding:0px;
	margin:0px;
}
.last {
	margin-right:0px !important;
}
.left {
	text-align:left;
	padding-left:35px;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.tel {
	background:url(../img/tel.png) no-repeat;
}
.mail {
	background:url(../img/mail.png) no-repeat;
}
.small {
	font-size:12px;
	line-height:16px;
}
.justify {
	text-align:justify !important;
}
#contact-form {
	width:480px;
	float:left;
}
#map {
	width:440px;
	float:right;
}
input, select, textarea {
	width:360px;
	padding:3px;
	border:#CCC 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#FFF;
	outline: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#000;
	cursor:pointer;
	height:20px;
	margin-bottom:7px;
}
input:focus, select:focus, textarea:focus {
	border:#333 1px solid;
}
textarea {
	height:100px;
}
.button {
	margin-top:15px;
	width:368px;
	height:50px;
	cursor:pointer;
}
.button:hover {
	background:#CCC;
}
#header-wrapper {
	width:100%;
	background:#FFF;
}
.error-msg {
	font-size:14px;
	color:#F00;
}
.ok-msg {
	font-size:14px;
	color:#093;
}
#header {
	width:960px;
	height:220px;
	margin:0 auto;
	background:url(../img/header.png) no-repeat;
	padding-top:25px;
}
#logo {
	width:250px;
	height:83px;
	margin-bottom:110px;
}
#navi {
	float:left;
	width:600px;
}
#navi img {
	margin:1px;
	background:#EFECF0;
}
#navi img:hover {
	background:#CCC;
}
#reklame {
	float:right;
	width:250px;
	height:40px;
}
#main {
	width:960px;
	margin: 0 auto;
	padding:40px 25px 50px 25px;
}
#main .service {
	float:left;
	margin-top:20px;
	width:30%;
	border:#CCC 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#FFF;
	margin-right:10px;
	padding:10px;
}

#main .service-title {
	font-size:20px;
	display:block;
	border-left:#D9342C 4px solid;
	padding-left:10px;
	margin-bottom:10px;
}

#main .service-desc {
	padding-top:20px;
	width:100%;
	height:140px;
	text-align:justify;
	font-size:16px;
	line-height:20px;
}

#service-desc-active {
	float:left;
	width:500px;	
}

#service-desc-active ul, #vermietung-preise ul {
	padding-left:20px;	
}


.service img {
	width:95%;
	border:#CCC 1px solid;
	padding:7px;
}

.service-img {
	float:right;
	width:400px;
	border:#CCC 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	margin-top:75px;
}

#vermietung-preise {
}
.clearing {
	clear:both;
}
.clearing20 {
	clear:both;
	padding-top:20px;
}
.clearing50 {
	clear:both;
	padding-top:50px;
}
.hinweis {
	display:block;
	padding:5px;
	border:none !important;
	background:#8B1E18;
	color:#FFF !important;
	font-size:16px;
	text-align:center;
}
.r
.read {
	display:block;
	padding:5px;
	border:none !important;
	background:#999;
	color:#FFF !important;
	font-size:16px;
	text-align:center;
}
.read:hover {
	color:#333 !important;
	background:#CCC !important;
}