@import url("../fonts/stylesheet.css");
/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
html{
	overflow-y:scroll;
	height: 100%;
}
body{
	margin: 0;
	color: #222;
	font-family: 'Maven Pro Medium', sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	background-color: #76a1b1;
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
table, td{
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe{
	border:0px;
	margin:0px;
	padding:0px;
}
#header {
	position: relative;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
}
#logo{
	position: absolute;
	left: 60px;
	top: 60px;
}
#logo a{
	color: #fff;
	text-decoration: none;
	font-size: 18pt;
	text-shadow: 2px 2px 2px #000;
}
#navi{
	position: absolute;
	bottom: -49px;
	width: 949px;
	height: 67px;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 45px;
}
#navi ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	display: block;
	height: 45px;
	float: left;
}
#navi ul a {
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 50px;
	font-size: 18.5pt;
	height: 42px;
	padding-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
	color: #421A03;
}
#navi ul a:hover, #navi ul a.active{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #3682C5;
	line-height: 34px;
	color: #3682C5;
}
#adresse{
	position: absolute;
	right: -30px;
	bottom: -70px;
	width: 230px;
	height: 124px;
	background-image: url(../images/adresse.png);
	color: #fff;
	line-height: 16px;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 10.5pt;
}
#content {
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/content.png);
	margin-top: 30px;
	padding-top: 50px;
	padding-right: 55px;
	padding-bottom: 45px;
	padding-left: 55px;
}
#content-left {
	width: 410px;
	float: left;
}
#content-right {
	width: 410px;
	float: right;
}
#footer{
	width: 939px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9.5pt;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 20px;
	color: #fff;
	padding-right: 55px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover,#footer a.active{
	text-decoration:underline;
}
#slider-container{
	position: relative;
	width: 884px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF1D7;
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#slider-prev{
	position: absolute;
	left: 25px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -10px;
}
#slider-next{
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 10;
	cursor: pointer;
	margin-top: -10px;
}
/*##############################*/
/*ENDE Basis-Layout Definitionen*/
/*##############################*/




/*#######################*/
/*  Absatz Formatierung  */
/*#######################*/
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul{
	padding-left: 20px;
	margin: 0px;
	list-style-type: circle;
}
ol{
	padding-left: 20px;
	margin: 0px;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.links {
	float:left;
	margin:0 20px 0 0;
}
.rechts {
	float:right;
	margin:0 0 0 20px;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.blocksatz { text-align: justify; }
/*########################*/
/*ENDE Absatz Formatierung*/
/*########################*/




/*#####################*/
/*  Schriften Layout  */
/*####################*/
h1{
	font-size: 16.5pt;
	line-height: normal;
	color: #3682C5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
}
h2{
	font-size: 14.5pt;
	line-height: normal;
	color: #3682C5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
}
h3{
	font-size: 11.5pt;
	line-height: normal;
	color: #3682C5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
}
a {
	color: #222;
	outline: none;
}
a:hover {
}
.h08{font-size:8pt;}
.h09{font-size:9pt;}
.h10{font-size:10pt;}
.h11{font-size:11pt;}
.h12{font-size:12pt;}
.h13{font-size:13pt;}
.h14{font-size:14pt;}
.h15{font-size:15pt;}
.h16{font-size:16pt;}
.h17{font-size:17pt;}
.h18{font-size:18pt;}
.h19{font-size:19pt;}

.gelb{color:#d5a600;}
.schwarz{color:#000;}
.weiss{color:#000;}
.tt{
	font-family: 'courier new',courier,monospace;
	font-size: 14pt;
	color: #BB0000;
	font-weight: normal;
}
/*#####################*/
/*ENDE Schriften Layout*/
/*#####################*/





/*#################*/
/*  Bilder Layout  */
/*#################*/
.bild_rahmen {
	border: 3px solid #6FAC28;
	display: inline;
}
a .bild_rahmen:hover{
	border: 3px solid #3682C5;
}
img {
	display:inline-block;
	border: 0;
	margin: 0;
	padding: 0;
}
/*##################*/
/*ENDE Bilder Layout*/
/*##################*/




/*####################*/
/*  Sonstiges Layout  */
/*####################*/
.trennlinie,hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
}
.error {
	font-size:8pt;
	color: #bb0000;
}
input.error {
	font-size:10pt;
	color: #bb0000;
	border: 1px solid #bb0000;
}
p.form {
	margin: 10px 0 0 0;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}
input, textarea{
	border: 1px solid #C8C8C8;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	behavior: url(js/PIE.htc);
	position: relative;
	color: #000;
}
input{
	background: #E8EBEF; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #E8EBEF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%, #E8EBEF 100%); /* W3C */
	-pie-background: linear-gradient(#fff, #E8EBEF); /*PIE*/
	behavior: url(js/PIE.htc);
	position: relative;
	line-height: 25px;
	height: 25px;
}
input.submit{
	cursor: pointer;
	line-height: 24px;
	height: 30px;
	font-size: 14.5pt;
	padding: 0px;
	font-weight: bold;
	color: #3682C5;
}
input.submit:hover{
	border: 1px solid #3682C5;
}
textarea{
	height: 120px;
	background: #E8EBEF; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #E8EBEF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #E8EBEF 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%, #E8EBEF 100%); /* W3C */
	-pie-background: linear-gradient(#fff, #E8EBEF); /*PIE*/
	behavior: url(js/PIE.htc);
	position: relative;
}
.boxcolor{
	background-color: #E0E0E0;
	color: #000;
	padding: 6px;
}
#formular{
	padding: 10px;
	border: 2px dotted #CCCCCC;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(js/PIE.htc);
	position: relative;
}
#formular table td{
	font-size:10pt;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 7px;
	margin-left: -22px;
	cursor: pointer;
	display:inline;
}
/*#####################*/
/*ENDE Sonstiges Layout*/
/*#####################*/
