@charset "UTF-8";
/* ###################################################################################################################################################### */
/* LAYOUT */

/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #454e60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-color: #dadfe7;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../img/gif/bkg_body.gif);
}

td,th {
	color: #454e60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: none;
}

label {
	float:left;
	display:block;
	vertical-align: inherit;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

div.table { display:table; border-collapse:collapse; width: 99%; }
div.tr { display:table-row; width:100%; }
div.td { display:table-cell; float: left; vertical-align: top; }

span.td { display:inline-block; vertical-align: top; }

/* Überschriften, Links und Formular */
h1 {
	font-size: 180%;
	color: #009036;
	font-weight: normal;
	line-height: 125%;
}
h2 {
	font-size: 150%;
	color: #009036;
	font-weight: normal;
	line-height: 100%;
}
h3 {
	font-size: 130%;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
}
h4 {
	font-size: 100%;
	color: #009036;
	font-weight: normal;
	line-height: 100%;
}

hr {
	border: thin;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	outline:0;
	-moz-outline:0;
}
a:link {
	color: #009036;
	text-decoration: none;
}
a:visited {
	color: #009036;
	text-decoration: none;
}
a:hover {
	color: #009036;
	text-decoration: underline;
}

a.sitemap:link {
	font-size: 11px;
	color: #009036;
	text-decoration: none;
}
a.sitemap:visited {
	font-size: 11px;
	color: #009036;
	text-decoration: none;
}
a.sitemap:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

input {
	border: 1px solid #289aa4;
}
.chb{
	background-color: #ebebeb;
	border: 0px;
}
textarea {
	border: 1px solid #289aa4;
}
select {
	border: 1px solid #289aa4;
}
.btn{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009036;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

/* Anpassungen START */
#page {
	position: relative;
	text-align: left;
	margin: auto;
	width: 970px;
	left: 0 !important;
}
	#page #datetime {
		position: absolute;
		top: 10px;
		left: 0px;
		z-index: 1000;
		font-size: 90%;
	}
		#page #datetime #datum {
			position: relative;
			float: left;
			width: 70px;
		}
		#page #datetime #zeit {
			position: relative;
			float: left;
			width: 60px;
		}
		#page #datetime #tageszeit {
			position: relative;
			float: left;
			width: 150px;
			vertical-align: middle;
		}

	#page #topmenu {
		position: absolute;
		top: 10px;
		left: 0px;
		text-align: right;
		width: 970px;
		font-size: 90%;
	}	
	#page #topbild {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 970px;
		height: 285px;
		/*box-shadow: 0px 2px 5px #888;
		-o-box-shadow: 0px 2px 5px #888;
		-moz-box-shadow: 0px 2px 5px #888;
		-webkit-box-shadow: 0px 2px 5px #888;*/
	}
	#page #menu {
		position: absolute;
		top: 280px;
		left: 210px;
		background-image: url(../img/png/bkg_menu.png);
		width: 750px;
		height: 55px;
		padding-left: 15px;
		z-index: 120;
	}
		#page #menu .umenu {
			font-size: 100%;
		}
	#page #aktivmenu {
		position: absolute;
		top: 325px;
		left: 0px;
		width: 192px;
		height: 40px;
		background-image: url(../img/png/bkg_aktivmenu.png);
		z-index: 110;
		padding: 10px 10px 0px 23px;
	}	
		#page #aktivmenu h1 {
			font-size: 150%;
			color: #FFFFFF;
			font-weight: normal;
			line-height: 125%;
		}
	
	#page #content {
		position: relative;
		float: left;
		margin-top: 325px;
		z-index: 100;
		background: #FFFFFF url(../img/gif/bkg_content.gif);
		width: 970px;
		/*box-shadow: 0px 2px 5px #888;
		-o-box-shadow: 0px 2px 5px #888;
		-moz-box-shadow: 0px 2px 5px #888;
		-webkit-box-shadow: 0px 2px 5px #888;*/
	}
		#page #content ul {
			margin: 15px 0px 15px 0px;
			padding: 0px;
		}
		#page #content ul li {
			margin-left: 0px;
			padding: 0px 0px 5px 25px;
			list-style: none;
			background-image: url(../img/gif/ul.gif);
			background-repeat: no-repeat;
		}
		#page #content ol {
			margin: 15px 0px 15px 25px;
			padding: 0px;
		}
		#page #content #left {
			position: relative;
			float: left;
			width: 225px;
			padding: 52px 15px 0px 0px;
		}
			#page #content #left a.umenu:link {
				color: #009036;
				text-decoration: none;
			}
			#page #content #left a.umenu:visited {
				color: #009036;
				text-decoration: none;
			}
			#page #content #left a.umenu:hover {
				color: #000000;
				text-decoration: underline;
			}
			#page #content #left #untermenu {
				position: relative;
				float: left;
				width: 195px;
				padding-left: 30px;
				padding-bottom: 15px;
			}
			#page #content #left #direktbuttons {
				position: relative;
				float: left;
				padding: 0;
			}
			
			#page #content #left #tourenrssfeeds {
				position: relative;
				float: left;
				width: 205px;
				padding: 10px;
				border-top: 1px solid #c4ccda;
				border-bottom: 1px solid #c4ccda;
				background-color: #e8edf5;
			}
				#page #content #left #tourenrssfeeds ul {
					margin: 0px 0px 0px 18px;
					padding: 0px;
				}
				#page #content #left #tourenrssfeeds ul li {
					margin: 0px 0px -2px 0px;
					padding: 0px;
					background: none;
					list-style: circle;
				}
				#page #content #left #tourenrssfeeds h1 {
					font-size: 130%;
				}
				#page #content #left #tourenrssfeeds h3 {
					font-size: 90%;
				}
				
		#page #content #right {
			position: relative;
			float: left;
			width: 715px;
			padding: 15px 15px 70px 0px;
		}
			#page #content #right #usp {
				padding-left: 5px;
				font-size: 90%;
			}
			
			#page #content #right #page_left {
				position: relative;
				float: left;
				width: 505px;
				padding: 0px 10px 0px 0px;
			}
			#page #content #right #page_right {
				position: relative;
				float: left;
				width: 200px;
				padding: 0px 0px 0px 0px;
			}
			
			#page #content #right .standard_listing_titel {
				position: relative;
				float: left;
				width: 680px;
				padding: 5px;
				margin-bottom: 2px;
				background-color: #f7faff;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				cursor: pointer;
			}
				#page #content #right .standard_listing_titel:hover {
					background-color: #e8edf5;
				}
				
			#page #content #right .betrieb_beschreibung {
				position: relative;
				float: left;
				width: 680px;
			}
				
				#page #content #right .betrieb_beschreibung .standalone_vtip {
					position: relative;
					margin-top: 10px;
					margin-bottom: 10px;
					padding: 6px;
					margin-left: 35px;
					font-size: 90%;
					background-color: white;
					border: 1px solid #a6c9e2;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
				}
				
				#page #content #right .betrieb_beschreibung .standalone_vtip .vtipArrow {
					position: absolute;
					top: -10px;
					left: 5px;
					background-image: url(../img/png/vtip_arrow.png);
					width: 21px;
					height: 10px;
				}
				
			#page #content #right .betrieb_titel_standard {
				position: relative;
				float: left;
				padding: 5px;
				margin-bottom: 2px;
				background-color: #f7faff;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				cursor: pointer;
				width: 215px;
				margin-left: 5px;
				margin-bottom: 5px;
			}
				#page #content #right .betrieb_titel_standard:hover {
					background-color: #e8edf5;
				}
				
			#page #content #right .standalone_vtip_standard {
				padding: 6px;
				font-size: 90%;
				background-color: white;
				border: 1px solid #a6c9e2;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
				#page #content #right .standalone_vtip_standard .vtipArrow {
					position: absolute;
					top: -10px;
					left: 5px;
					background-image: url(../img/png/vtip_arrow.png);
					width: 21px;
					height: 10px;
				}
				
			#page #content #right .pressedownload {
				position: relative;
				float: left;
				padding-top: 20px;
			}
			
			#page #content #right #login_area {
				position: relative;
				margin: 20px 0px 20px 0px;
				padding: 20px;
				width: 210px;
				background-color: #dadfe7;
			}
			#page #content #right #login_area input {
				font-size: 110%;
				margin: 0px 0px 5px 0px;
				padding: 5px;
			}
			#page #content #right .login_menu {
				position: relative;
				float: left;
				width: 705px;
				margin: 1px 0px 0px 0px;
				padding: 5px;
				background-color: #f6f9fe;
			}
			#page #content #right .login_menu .menu_ueber {
				position: relative;
				float: left;
				width: 125px;
			}
			#page #content #right .login_menu ul {
				padding: 3px 0px 0px 0px;
				margin: 0px;
			}
			#page #content #right .login_menu li {
				float: left;
				padding-right: 20px;
			}
			#page #content #login_content{
				position: relative;
				float: left;
				margin-top: 10px;
				padding-left: 12px;
			}


	

	#page #searchbox {
		position: absolute;
		top: 270px;
		right: 23px;
		z-index: 110;
	}	
		#page #searchbox label {
			width: 0px;
			padding: 0px;
			margin: 0px;
		}
		
	#page #historyback {
		clear:both;
		display:block;
		font-size: 11px;
		text-align: right;
		width: 100%;
		padding-top: 10px;
	}
	
	#page .newslisting {
		position: relative;
	}
	
	#page .newslistingabstand {
		padding-top: 20px;
	}
	
	#page .newslistingbox {
		position: relative;
		float: left;
		width: 350px;
		font-size: 90%;
	}
	
	#page #content .rssfeeds {
		position: relative;
		float: left;
		width: 327px;
		padding: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #c4ccda;
		border-bottom: 1px solid #c4ccda;
		background-color: #e8edf5;
	}
		#page #content .rssfeeds ul {
			margin: 0px 0px 0px 18px;
			padding: 0px;
		}
		#page #content .rssfeeds ul li {
			margin: 0px 0px -2px 0px;
			padding: 0px;
			background: none;
			list-style: circle;
		}
		#page #content .rssfeeds h1 {
			font-size: 100%;
		}
		#page #content .rssfeeds h3 {
			font-size: 90%;
		}
	
#pagefooter {
	position: relative;
	clear: both;
	background-image: url(../img/gif/bkg_footer.gif);
	height: 123px;
	z-index: 110;
}
	#pagefooter #adresse {
		position: relative;
		width: 970px;
		padding-top: 20px;
		margin: 0px auto;
		font-size: 90%;
		color: #FFFFFF;
		text-align: right;
	}
		#pagefooter #adresse a:link {
			color: #FFFFFF;
			text-decoration: none;
		}
		#pagefooter #adresse a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#pagefooter #adresse a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}

#siteindex {
	display: none;
}

#rsvErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #ff9b00;
	line-height: 12px;
	margin-bottom: 12px;
}
.formstern {
	color: #C00;
}
.errorField {
	background-color: #ffffcc;
	/*color: #ff9b00;*/
}

#table_anfrage{
	background-color: #e8edf5;
	padding: 2px;
}
#td_anfrage1{
	height: 25px;
}
#td_anfrage2{
	height: 25px;
	padding-left: 20px;
}
#td_anfrage3{
	color: #e8edf5;
}
#td_anmeldung_bkg{
	background-color: #f4f4f4;
	color: #000000;
	vertical-align: top;
	height: 20px;
	padding: 5px;
}

/* Anpassungen ENDE */

/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* THICKBOX */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 0px 10px 0px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 28px 2px 2px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 150;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #009036;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	color: #009036;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#666;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* MULTI-DMM */

#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 0;
}

#multi-ddm li {
	float: left;
}

#multi-ddm li a {
	display: block;
	/*width: 100px;
	text-align: center;*/
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	/*color: #232323;
	font-weight: bold;
	background-color: #f1f1f1;
	border: 1px solid #c5c5c5;*/
}

#multi-ddm li .parent-hover {
	background-color: #419751;
	/*border-left: 1px solid #545454;*/
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#multi-ddm li ul {
	display: none;
	width: 160px;
	list-style: none;
	position: absolute;
	/*margin: -1px 0 0 0;*/
	margin: 0 0 0 0;
	z-index: 90;
	padding: 0;
}

#multi-ddm li ul a {
	display: block;
	width: 160px;
	padding: 4px;
	/*border-bottom: 1px solid #545454;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;*/
	text-decoration: none;
	/*font-weight: bold;
	font-size: 10pt;
	color: #232323;*/
	color: #000000;
	background-color: #dfdfdf;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#multi-ddm li ul li a.first {
	/*border-top: 1px solid #545454;*/
}

#multi-ddm li ul .child-hover1 {
	background-color: #419751;
	color: #FFFFFF;
}

#multi-ddm li ul .child-hover2 {
	background-color: #419751;
	color: #FFFFFF;
}

#multi-ddm li ul .child-hover3 {
	background-color: #419751;
	color: #FFFFFF;
}

#multi-ddm li ul .child-hover4 {
	background-color: #419751;
	color: #FFFFFF;
}

/*#multi-ddm li ul .child-hover2 {
	background-color: black;
	color: white;
}

#multi-ddm li ul .child-hover3 {
	background-color: purple;
	color: white;
}

#multi-ddm li ul .child-hover4 {
	background-color: blue;
	color: white;
}*/

#multi-ddm li ul li ul {
	margin: -29px 0 0 163px;
	position: absolute;
}

#multi-ddm span {
	float: right;
}

/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* VTIP */

p#vtip {
	display: none;
	position: absolute;
	margin-top: 15px;
	padding: 6px;
	left: 5px;
	font-size: 90%;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px
}

.show_vtip {
	position: absolute;
	margin-top: 0px;
	padding: 6px;
	left: 5px;
	font-size: 90%;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}

.show_vtip .vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px;
	background-image: url(../img/png/vtip_arrow.png);
	width: 21px;
	height: 10px;
}

/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* CAPTIFY */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration: none;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */
/* Ortstellen */
#page #content #right #betrieb_show_1 {
	position: absolute;
	top: 157px;
	left: 410px;
	width: 190px;
	z-index: 100;
}
#page #content #right #betrieb_show_2 {
	position: absolute;
	top: 280px;
	left: 540px;
	width: 225px;
	z-index: 100;
}
#page #content #right #betrieb_show_3 {
	position: absolute;
	top: 329px;
	left: 458px;
	width: 190px;
	z-index: 100;
}
#page #content #right #betrieb_show_4 {
	position: absolute;
	top: 153px;
	left: 147px;
	width: 190px;
	z-index: 100;
}
#page #content #right #betrieb_show_5 {
	position: absolute;
	top: 128px;
	left: 60px;
	width: 180px;
	z-index: 100;
}
#page #content #right #betrieb_show_6 {
	position: absolute;
	top: 283px;
	left: 203px;
	width: 210px;
	z-index: 100;
}
#page #content #right #betrieb_show_7 {
	position: absolute;
	top: 250px;
	left: 433px;
	width: 210px;
	z-index: 100;
}
#page #content #right #betrieb_show_8 {
	position: absolute;
	top: 183px;
	left: 181px;
	width: 180px;
	z-index: 100;
}
#page #content #right #betrieb_show_9 {
	position: absolute;
	top: 276px;
	left: 112px;
	width: 270px;
	z-index: 100;
}
#page #content #right #betrieb_show_10 {
	position: absolute;
	top: 257px;
	left: 45px;
	width: 220px;
	z-index: 100;
}
#page #content #right #betrieb_show_11 {
	position: absolute;
	top: 140px;
	left: 233px;
	width: 250px;
	z-index: 100;
}
#page #content #right #betrieb_show_12 {
	position: absolute;
	top: 130px;
	left: 160px;
	width: 180px;
	z-index: 100;
}
#page #content #right #betrieb_show_13 {
	position: absolute;
	top: 228px;
	left: 139px;
	width: 215px;
	z-index: 100;
}
#page #content #right #betrieb_show_14 {
	position: absolute;
	top: 197px;
	left: 306px;
	width: 290px;
	z-index: 100;
}
#page #content #right #betrieb_show_15 {
	position: absolute;
	top: 215px;
	left: 240px;
	width: 175px;
	z-index: 100;
}
#page #content #right #betrieb_show_16 {
	position: absolute;
	top: 246px;
	left: 247px;
	width: 180px;
	z-index: 100;
}
#page #content #right #betrieb_show_17 {
	position: absolute;
	top: 200px;
	left: 595px;
	width: 180px;
	z-index: 100;
}
#page #content #right #betrieb_show_18 {
	position: absolute;
	top: 285px;
	left: 335px;
	width: 270px;
	z-index: 100;
}
#page #content #right #betrieb_show_19 {
	position: absolute;
	top: 176px;
	left: 97px;
	width: 190px;
	z-index: 100;
}
/* ###################################################################################################################################################### */

/* ###################################################################################################################################################### */