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

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
	padding: 0px;
	text-align: center;
	}
body strong {
	font-weight: bold;
	}
table {
	font-size: 13px;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #791B78;
	text-decoration:underline;
	}
a:hover, a:active {
	color: #EC4100;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6, .start {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #791B78;
	}
h1, .start  {
	font-size: 22px;
	margin-bottom: 15px;
	}
h2 {
	font-size: 20px;
	margin-bottom: 5px;
	}
h3{
	font-size: 18px;
	margin-bottom: 5px;
	}
h4{
	font-size: 16px;
	margin-bottom: 5px;
	}
h5{
	font-size: 14px;
	margin-bottom: 3px;
}
ul {
	margin: 3px 0 0 10px;
	padding: 2px 0 2px 0px;
}
ol {
	margin: 3px 0 0 15px;
	padding: 2px 0 2px 0px;
}
li {
	line-height: 15px;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style-position: outside;
}
/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#header {
	width: 956px;
	height: 153px;
	margin: 0 auto;
	}
#flashbalken {
	width: 100%;
	height: 144px;
	}
#logo {
	width: 293px;
	height: 153px;
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: 151px;
	z-index: 100;
	}
#facebook {
	width: 82px;
	height: 49px;
	margin: 0 26px 0 24px;
	float: left;
	}
#slogan {
	width: 159px;
	height: 15px;
	position: absolute;
	top: 120px;
	left: 50%;
	z-index: 99;
	margin-left: -70px;
	}
#navigation {
	width: 956px;
	height: 86px;
	background: url(../img/navi-hg.png) no-repeat center top;
	position: absolute;
	left: 50%;
	margin-left: -478px;
	top: 246px;
	z-index: 101;
	}
#language, #features {
	height: 12px;
	float: left;
	text-align: left;
	padding: 24px 0 0 0;
	font-size: 11px;
	line-height: 1em;
	}
#features {
	padding: 24px 0 0 34px;
	}
#features a {
	color: #000;
	text-decoration: none;
	}
#features a:hover {
	color: #791B78;
	}
#content {
	width: 890px;
	margin: 0 auto;
	padding: 85px 0 70px 0;
	text-align: left;
	}
#adressbalken {
	width: 952px;
	height: 83px;
	margin: 0 auto 35px auto;
	background: url(../img/adress-box-hg.png) no-repeat center top;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	}
#adressbalken a {
	color: #fff;
	text-decoration: none;
	}
#adressbalken a:hover {
	color: #EC4100;
	}
#adresslogo {
	width: 77px;
	height: 45px;
	float: left;
	padding: 14px 37px 0 41px;
	}
#adressbalken address {
	width: 522px;
	height: 30px;
	float: left;
	padding: 33px 0 0 0;
	font-style: normal;
	}
#impuls {
	float: right;
	padding: 49px 29px 0 0;
	}
#left {
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 1.3em;
	}
#inhalte {
	width: 590px;
	float: right;
	}
#terminator {
	clear: both;
	}


/*---------------------KLASSEN------------------------------*/

.startbox {
	width: 430px;
	height: 230px;
	background: url(../img/start-box-hg.png) no-repeat center top;
	}
.startbox table {
	font-size: 11px;
	line-height: 1.3em;
	}
.printey { display: none; }

.text-hervorhebung {
	display: block;
	background: #F3F3F3;
	padding: 8px;
	font-weight: bold;
	color: #9C1619;
	}
.tabelle {
	border-collapse: collapse;
	border: none;
	background: #DFDFDF url(../img/verlauf-hg.png) repeat-y left top;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: bottom;
	}
.tabelle td {
	padding: 10px;
	}
.tabelle-header {
	background-color: #DFDFDF;
	font-weight: bold;
	color: #7C522E;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #DFDFDF;
	font-weight: normal;
	padding: 4px;
	}
.EGthumbnail { 
	padding: 3px;
	background-color: #DFDFDF;
	margin: 1px 0px; 
	}
.newsticker {
	font-size: 11px;
	line-height: 1.3em;
	}

/*---------------------ANFRAGEFORMULAR-----------------------------*/

/*---------------------Notification Boxes*/
#errorMessage {
	background: #DFDFDF;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background: #DFDFDF;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label { display: block; }
#formular input {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	}
#formular textarea {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	width: 99%;
	}
#formular .pflichtfelder {
	border: 1px solid #818181;
	}
	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #818181;
	color: #fff;
	background: #818181 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #818181;
	font-weight: bold;
	background: #818181 url(../img/button-hg.png) repeat-x top;
	cursor: hand;
	}

/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 1px solid #BFBFBF;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #DFDFDF url(../img/verlauf-hg.png) repeat-y left top;
	padding: 5px;
	}
#adresseingabe {
	width: 360px;
	padding: 1px;
	height: 20px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #523F34;
	}
#mapsButton1 {
	width: 200px;
	height: 25px;
	padding: 3px;
	border: 1px solid #818181;
	color: #fff;
	background: #818181 url(../img/button-hg.png) repeat-x top;
	vertical-align: bottom;
	}
#mapsButton1:hover {
	border: 1px solid #818181;
	font-weight: bold;
	background: #818181 url(../img/button-hg.png) repeat-x top;
	cursor: hand;
	}
.sprechblase {
	text-align: left;
	}
/*----------------------- NEWSTICKER ---------------------------------------*/

#marqueecontainer{
	position: relative;
	width: 170px; /*marquee width */
	height: 120px; /*marquee height */
	background-color: none;
	overflow: hidden;
	border: 0px ;
	padding: 0px;
	}
#vmarquee {
	position: relative; 
	width: 170px;
	}

/*----------------------- FLASHÜBERSCHRIFTEN ---------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	/*display: block;*/
	overflow: hidden;
	}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
	line-height: 43px;
	}
.sIFR-hasFlash .start {
	visibility: hidden;
	line-height: 40px;
	}
.sIFR-hasFlash h2 {
	visibility: hidden;
	line-height: 32px;
	}
.sIFR-hasFlash h3 {
	visibility: hidden;
	line-height: 30px;
	}

/*--------------------------LIST-NAVIGATION-------------------------------*/

#linkespalte ul, #linkespalte ul {
	margin: 0;
	padding: 0;
	}

#LM_level_1 {
	margin: 0;
	padding: 0;
	}
#LM_level_1 ul{	
	margin: 0;
	padding: 0;
	}
#LM_level_1 li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	}
#LM_level_1 li a{
	width: 178px;
	height: 20px;
	border: 1px solid #E1E1E1;
	margin-bottom: 1px;
	padding: 0 0 0 20px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	background: url(../img/subnavi.gif) no-repeat left top;
	}
#LM_level_1 li a:hover{
	color: #fff;
	border: 1px solid #791B78;
	background: url(../img/subnavi-hover.gif) no-repeat left top;
	}	
#LM_level_2 ul{
  	margin: 0;
	padding: 0;
	}
#LM_level_2 li{	
	padding: 0;
	margin: 0;
	}	
#LM_level_2 li a{
	width: 183px;
	height: 20px;
	border: 1px solid #E1E1E1;
	padding: 0 0 0 15px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	background: url(../img/subnavi.gif) no-repeat left top;
	}
#LM_level_2 li a:hover{ color: #fff; }

#LM_level_1 li.LM_expanded a{
	color: FFCE7D;
	border-bottom: none;
	}
#LM_level_1 li.LM_expanded a:hover{
	color: #FFAE06;
	}
#LM_youAreHere {
	width: 178px;
	height: 20px;
	border: 1px solid #E1E1E1;
	padding: 0 0 0 20px;
	margin-bottom: 1px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #791B78;
	text-decoration: none;
	background: url(../img/subnavi.gif) no-repeat left top;
	}
#LM_level_2 #LM_youAreHere {
	color: #791B78;
	font-size: 11px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
	height: 20px;
	background: url(../template_img/subnavi-arrow.gif) no-repeat left top;
	border: none;
	}
