﻿@charset "UTF-8";
/* CSS Document */


html {
	width:100%;
	height:100%;
	line-height:140%;
}

body {
	font-family:Arial,Verdana;
	color:#1a3138;
	background:url(../img/layout/bg.jpg) repeat  fixed #ebedee;
	width:100%;
	height:100%;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
	padding: 0;
}

p {
    margin-block-end: 1em;
	margin-block-start: 0;
}
img {
	max-width: 100%;
	height: auto;
	border:none;
}

a{
	text-decoration:underline;
	color:#1a3138;
}
a:hover{
	color:#0066b3;
}

h1{
	font-size:160%;
	line-height:120%;
	color:#0066b3;
	font-weight:normal;
    clear:both;
	padding-bottom:2%;
}

body.unterseite h1{
    font-size:160%;
    line-height:120%;
}

h2{
	font-size:100%;
	line-height:100%;
	color:#0066b3;
	padding-top:2%;
	padding-bottom:2%;
}

body.unterseite h2{
    font-size:140%;
    line-height:140%;
}

/* p{
	padding-bottom:2%;
} */

#frame{
	width:940px;
	/* margin-top:5px; */
	max-width:100%;
	background-color: #fff;
	word-wrap: break-word;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%;
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#colone{
	background-color: #ebedee;
	float:left;
	height:100%;
	width:220px;
	max-width:21%;
	padding:2%;
	padding-top:35px;
}

#background-fixed{
	background-color: #ebedee;
	height:100%;
	width:235px;
	max-width:25%;
	position:fixed;
	left:0;
	top:0;
}

div.image{
	width:220px;
	max-width:22%;
	padding:2%;
}

div.image.logo{
	position:fixed;
	width:210px;
	margin:0px auto;
	padding-top:0%;
	padding-right:0%;
	padding-left:0%;
}



#coltwo{
	background-color: #fff;
	float:right;
	height:100%;
	width:720px;
	max-width:75%;
}

#coltwo div.bannerSection{
	width:720px;
	max-width:100%;
	position:relative;
	z-index:2;
}

#coltwo div.description {
    background:url(../img/layout/description-bck.png) repeat;
    font-size: 140%;
    font-weight: bold;
    height: auto;
    padding: 1%;
    position: absolute;
    right: 0;
    top: 73%;
    width: 50%;
	z-index:3;
	color:#fff;
}

div.teaser{
	border-top: 1px dotted #b4bcbe;
	padding-top:4%;
	padding-bottom:4%;
	margin-top:2%;
}

hr{
	border:none;
	padding-top:0%;
	padding-bottom:0%;
	margin-top:2%;
	margin-bottom:2%;
	height:2px;
	background:url(../img/layout/hr.jpg) repeat;
}

hr.top{
	width:940px;
	max-width:100%;
	height: 5px;
	background-color:#1a3138;
	background-image:none;
	border:none;
	position:fixed;
	top:0px;
	z-index:999;
	margin:0%;
}

div.teaser h2{
	padding-top:0%;
}

img[align=left], img.left, img[align=right], img.right{
	float:left;
	padding-right:40px;
	padding-top:2%;
}

img[align=right], img.right{
	float:right;
	padding-left:40px;
    padding-right:0;
}

ul#nav{
	margin-top:35px;
	margin-bottom:15px;
	position:fixed;
	width:195px;
	max-width:21%;
	top:115px;

}

ul#nav li{
	border-top: 1px dotted #b4bcbe;
	list-style-type:none;
}

ul#nav li:last-child{
	border-bottom: 1px dotted #b4bcbe;
}

ul#nav li a{
	font-size: 100%;
	line-height:130%;
	padding-top:4%;
	padding-bottom:4%;
	display:block;
	color:#1a3138;
	text-decoration:none;
}

ul#nav li a.active, ul#nav li a:hover{
	color:#0066b3;
	text-decoration: underline;
}

ul#nav li ul li, ul#nav li ul li:last-child{
    border-top:0px;
    border-bottom:0px;
}

ul#nav li ul li a{
    font-size: 90%;
    line-height:120%;
    padding-left:5%;
}

div.content{
	padding:5%;
	margin-bottom:5%;
	background-color: #fff;
}

#footer{
	position:fixed;
	left:30px;
	bottom: 10px;
	width:175px;
	max-width: 21%;
	padding:0;
	text-align:center;
	font-size:11px;
	line-height:150%;
}

#footer ul{
	margin-bottom: 5%;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
    line-height:200%;
	text-decoration:none;
}

#footer ul li a:hover, #footer ul li a.active{
	text-decoration:underline;
}

#footer ul li a.kontakt {
    background: url("../img/icon/mail.png") no-repeat scroll 0 center transparent;
    padding-left: 15%;
	padding-right:15%;
}

#footer ul li a.impressum {
    background: url("../img/icon/info.png") no-repeat scroll 0 center transparent;
    padding-left: 8%;
}

* html .clearfix {
  height:1%;
  overflow:visible;
}

/* float clearing for IE7 */

*+html .clearfix {
  min-height:1%;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
}

.clearfix {
  display:block;
}

.breadcrumb{
    font-family:Tahoma;
    font-size: 85%;
    border-bottom: 1px solid #1a3138;
    float:left;
    width:100%;
    margin-bottom:5%;
    padding-bottom:2%;
}
.breadcrumb ul, #nav, #nav ul, #navfooter, .weiteres{
padding: 0;
margin: 0;
}
.breadcrumb ul li{
    float:left;
    background: url("../img/icon/breadcrumb.jpg") no-repeat scroll right center transparent;
    list-style: none;
    padding-right:10px;
    padding-left:5px;
    color:#0066b3;
}

.breadcrumb ul li:first-child{
    padding-left:0px;
}

.breadcrumb ul li:last-child{
    padding-right:0px;
    background: none;
}


.breadcrumb ul li a{
    text-decoration:none;
    color:#1a3138;
}

.breadcrumb ul li a:hover{
    color:#0066b3;
}

div.imgdescription{
    font-size:85%;
    line-height:140%;
    max-width: 28%;
    margin-bottom:5%;
}

div.imgdescription.right{
    float:right;
    padding-left:5%;
}

div.imgdescription.left{
    float:left;
    padding-rightt:5%;
}

div.imgdescription img{
    display:block;
    margin-bottom:3%;
}

ul.weiteres li{
    list-style: none;
    border-bottom: 1px dotted #c6cbcd;
    padding:1%;
    padding-left:0;
}

ul.weiteres li a{
    display: block;
}

ul.weiteres li a:hover{
    color:#0066b3;
}

ul.weiteres li:first-child{
    border-top: 1px dotted #c6cbcd;
}

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.small-text {
	font-size: 12px;
}

.video-link {
 margin-top: 30px;
 display: block;
}
.video-link img {
 width: 100%;
}


@media only screen and (max-width:940px){

	#footer{
		position:fixed;
		left:0px;
		bottom: 10px;
		width:175px;
		max-width: 21%;
		padding:0 2.5%;
		text-align:center;
		font-size:85%;
		line-height:150%;
	}
}

@media only screen and (max-width:650px){

	html {
		font-size:110%;
		line-height:140%;
	}

	#frame{
		width:100%;
		max-width:100%;
	}
	
	#colone, #coltwo{
		float:none;
		width:100%;
		max-width:100%;
		height:auto;
	}
	
	#coltwo div.description {
		font-size: 87%;
		line-height:100%;
	}
	
	div.image.logo{
		position:static;
		width:220px;
		max-width:100%;
	}
	
	ul#nav{
		position:static;
		width:100%;
		max-width:100%;
	}

	ul#nav li a{
		font-size: 100%;
		line-height:130%;
		padding-top:2%;
		padding-bottom:2%;
		display:block;
		color:#1a3138;
		text-decoration:none;
	}
	
	img[align=left], img.left, img[align=right], img.right{
		width:30%;
	}
	
	#footer{
		position:static;
		width:100%;
		max-width:100%;
		background-color: #ebedee;
		padding-top:5%;
	}

	#footer ul li{
		border-top: 1px dotted #b4bcbe;
		list-style-type:none;
		display:block;
	}

	#footer ul li:last-child{
		border-bottom: 1px dotted #b4bcbe;
	}

	#footer ul li a, #footer ul li a.kontakt, #footer ul li a.impressum{
		font-size: 100%;
		line-height:130%;
		padding:0%;
		padding-top:2%;
		padding-bottom:2%;
		display:block;
		color:#1a3138;
		text-decoration:none;
		background-image:none;
		text-align:left;
	}
	
	#footer ul li a.active, #footer ul li a:hover{
		color:#0066b3;		
	}
	
	#background-fixed{
		display:none;
	}

}


