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

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	background: url(../images/template/bg.jpg) center top fixed no-repeat #fff;
	}

#header {
	width:980px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	display:block;
	overflow:hidden;
	}
	
#wrap-content {
	width:980px;
	margin: 0 auto;
	background: url(../images/template/bg_content.png);
	position: relative;
	top:-81px;
	left: 0px;
	z-index: 0;
	min-height:1000px;
	/* Styles f&uuml;r Schattierung */
	-moz-box-shadow: 0px 0px 10px #3d3d3d;
	-webkit-box-shadow: 0px 0px 10px #3d3d3d;
	box-shadow: 0px 0px 10px #3d3d3d;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* Ende Schattierung */
	}
	
.logo-div {
	float:left;
	padding: 10px 0 10px 0;
	background-color: #fff;
	max-width: 210px;
	position: relative;
	top: 0px;
	left: 50px;
	z-index: 999;
	/* Styles f&uuml;r Schattierung */
	-moz-box-shadow: 0px 0px 10px #3d3d3d;
	-webkit-box-shadow: 0px 0px 10px #3d3d3d;
	box-shadow: 0px 0px 10px #3d3d3d;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* Ende Schattierung */
	}
	.logo-div a {border:none;}
	
.logo-leist {
	float:left;
	margin-left: 20px;
	padding-top: 5px;
	color: #009ee2;
	font-size:1.00em;
	position: relative;
	top: 0px;
	left: 50px;
	z-index: 999;
	}
	.logo-leist h2 {
		font-size:1.35em;
		margin-bottom: 0px;}
		
.tel-div {
	float:right;
	background-color: #fff;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 999;
	/* Styles f&uuml;r Schattierung */
	-moz-box-shadow: 0px 0px 10px #3d3d3d;
	-webkit-box-shadow: 0px 0px 10px #3d3d3d;
	box-shadow: 0px 0px 10px #3d3d3d;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* Ende Schattierung */
	}
	.tel-div h2 {
		background: url(../images/template/icon_tel.png) 25px 13px no-repeat;
		padding:10px 30px 10px 80px;
		font-size: 2.5em;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		color: #009ee2;
		}
	.tel-div a {
		color: #009ee2;
		text-decoration:none;
		}	
	
.fotomotiv {
	border-top: 3px solid #009ee2;
	}

.clear-left {clear:left;}
.clear-both {clear:both;}

.content {
	min-height:500px;
	}
	
.inhalt {
	margin-left: 285px;
	margin-right: 40px;
	padding-top: 33px;
	padding-bottom: 15px;
	}
	.inhalt p {
		line-height: 145%;
		font-size: 1.1em;
		margin-bottom: 15px;
		}
		
	.inhalt a {	color: #009ee2;	}
	.inhalt a:hover { color: #2fc0ff;}
	.inhalt ul {
		font-size: 1.10em;
		margin-left: 18px;
		margin-bottom: 15px;
		}
		.inhalt ul li {
			list-style-type:square;
			line-height: 145%;
			}

/* ######################## N A V I G A T I O N ############################### */
	
.menu {
	width: 260px;
	float:left;
	height:100% auto !important;
	}
	.menu ul li {
		list-style-type:none;
		border-bottom: 1px dotted #c4c4c4;
		}
		.menu ul li:last-child {
			border-bottom: 1px solid #fff;
			}
		.menu ul li a {
			display:block;
			line-height: 60px;
			background: url(../images/template/bg-button.png) 0 0 no-repeat;
			padding-left: 75px;
			text-decoration:none;
			color: #5a5a5a;
			font-size: 1.35em;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			}
			.menu ul li a:hover,
			.menu ul li a.aktiv {
				background: url(../images/template/bg-button.png) 0 -60px no-repeat;
				color: #fff;
				}
				
				/* ########## U N T E R M E N Ü ########### */
				
				.menu ul ul li {
					border-bottom: 1px dotted #fff;
					}
					.menu ul ul li:last-child {
						border:none;
						}
		
				.menu ul ul li a {
					display:block;
					line-height: 25px;
					background-image: none;
					background-color: #d5d5d5;
					padding-left: 75px;
					text-decoration:none;
					color: #5a5a5a;
					font-size: 1.00em;
					font-family: 'Open Sans', sans-serif;
					font-weight: 400;
					}
					.menu ul ul li a:hover {
						background-image: none;
						background-color: #009ee2;
						}
						.menu ul ul li a.aktiv {
						background-image: none;
						background-color: #009ee2;
						}
					
					
/* ######################## E N D E   N A V I G A T I O N ############################### */


h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	color: #009ee2;
	}
	
h1 {
	font-weight:300;
	margin-top: 0px;
	margin-bottom: 15px;
	}


.akt-div {
	background-color: #f7fafd;
	margin-top: 10px;
	padding: 10px;
	border:1px solid #cdcdcd;
	}
	.akt-div img {
		float:left;
		margin: 0 10px 0 0;
		border: 1px solid #e2e2e2;
		}
	.akt-div h3 {margin-bottom: 5px;}
	.akt-div p {
		margin: 5px 0 5px 0;
		}
	.akt-div a.weiter {
		font-size: 0.9em;
		text-decoration:none;
		color: #bdbdbd;
		}
		.akt-div a.weiter:hover {
			color: #009ee2;
			text-decoration:underline;
			}

ul.leistungen li {margin-bottom: 10px;}

img.ref-bild {
	margin: 0 8px 8px 0;
	border: 1px solid #BDBDBD;
	}

/*################# FORMULAR ###########################*/

.formular {
	max-width:550px;
	margin-left:50px;
	margin-top:50px;
	margin-bottom: 30px;
}

.formular_hinweis {
	text-align:right;
	padding:10px 0 10px 0;
}

label.anfragen {
	display:block;
	float:left;
	margin: 0 10px 0 0px;
	width:140px;
	line-height:25px;
	text-align:right;
}
input.anfragen {
	width:380px;
	height:25px;
	margin-bottom:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8fafb;
}

select {
	display:block;
	height:25px;
	margin-bottom:8px;
	width:380px;
}

label.lab_textarea {
	display: block;
	margin-top:10px;
	font-weight:bold;
}

textarea.anfragen {
	width:380px;
	height:150px;
	margin-bottom:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8fafb;
	border-color: #999;
}


input.buttonsenden {
	color:#fff;
	font-weight:bold;
	margin-left:150px;
	border: 1px solid #999;
    background:url(../images/template/bg_but_send.png) 0px 0px repeat-x;
	width:150px;
	max-height:30px;
	height:30px;
	line-height:26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
input.buttonsenden:hover {
	color:#fff;
	font-weight:bold;
	margin-left:150px;
	border: 1px solid #999;
    background:url(../images/template/bg_but_send.png) 0 -30px repeat-x;
	width:150px;
	max-height:30px;
	height:30px;
	line-height:26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

input.buttondelete {
	color:#fff;
	font-weight:bold;
	margin-left:28px;
	border: 1px solid #999;
    background:url(../images/template/bg_but_dele.png) 0px 0px repeat-x;
	width:150px;
	max-height:30px;
	height:30px;
	line-height:26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
input.buttondelete:hover {
	color:#fff;
	font-weight:bold;
	margin-left:28px;
	border: 1px solid #999;
    background:url(../images/template/bg_but_dele.png) 0 -30px repeat-x;
	width:150px;
	max-height:30px;
	height:30px;
	line-height:26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}

/*################# ENDE FORMULAR ###########################*/	

input.zurueck {
	width:auto;
	padding: 0 20px 0 20px;
	line-height:50px;
	height:50px;
	color:#fff;
	text-transform:uppercase;
	background-color:#A8A8A8;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior:url('border-radius.htc'); 
	border:none;
	}
	input.zurueck:hover,
	input.zurueck:active {
		background-color:#696969;
		text-shadow: 0.1em 0.1em #333
		}



/* ######################## F O O T E R ############################### */

#footer {
	background: url(../images/template/bg_footer.png) left top repeat-x;
	min-height:190px;
	color: #b5daf4;
	}
	
	#footer h3 {
		color: #fff;
		font-weight:bold;
		font-size:1.0em;
		margin-bottom: 10px;
		}
		#footer a {
			color: #fff;
			text-decoration:none;
			}
	
	#footer ul {margin-left:17px;color:#fff;}
	#footer ul li {margin-bottom: 5px;}
	#footer ul li a {
		color: #b5daf4;
		text-decoration:none;
		}
		#footer ul li a:hover {
			text-decoration:underline;
			}
		#footer ul li a.aktiv {font-weight:bold;color:#fff;}
	
.zert-div {
	float:right;
	padding: 15px 10px 0 10px;
	background-color: #fff;
	width: 145px;
	height:145px;
	color: #009ee2;
	font-size: 1.15em;
	text-align:center;
	position: relative;
	top: 0px;
	right: 40px;
	z-index: 999;
	/* Styles f&uuml;r Schattierung */
	-moz-box-shadow: 0px 0px 10px #3d3d3d;
	-webkit-box-shadow: 0px 0px 10px #3d3d3d;
	box-shadow: 0px 0px 10px #3d3d3d;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#3d3d3d')";
	/* Ende Schattierung */
	}
	
.fb-div {
	float:right;
	position: relative;
	top: 75px;
	right: 50px;
	z-index: 999;
	}
	
.footer-sp1 {
	position: relative;
	top: 85px;
	left:50px
	}
	
#poweredby {
	width:980px;
	margin: 0 auto;
	text-align:right;
	position: relative;
	top:-65px;
	left: 0px;
	z-index: 0;
	}
	#poweredby a {
		color:#bbbbbb;
		font-size: 0.9em;
		text-decoration:none;
		}
		#poweredby a:hover {
			color: #969696;
			text-decoration:underline;
			}