/* obundo 18.10.2022 */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-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-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-600.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-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'),
	url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.gmap {
	position: relative;
}

.gmap-fallback-image {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../bilder/gmap-fallback.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-filter: blur(2.5px);
	-moz-filter: blur(2.5px);
	-ms-filter: blur(2.5px);
	-o-filter: blur(2.5px);
	filter: blur(2.5px);	
}

.gfi960x260 {
	background-image: url(../bilder/gfi960x260.png);
}

.gfi610x230 {
	background-image: url(../bilder/gfi610x230.png);
}

.gfi610x350 {
	background-image: url(../bilder/gfi610x350.png);
}

.gmap-placeholder {
	position: relative;
}

.gmap-consent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	max-width: 500px;
}

.gmap-consent-inner {
	position: relative;
	padding: 25px;
	text-align: center;
}

.gmap-consent-text {
	font-size: 13px;
	line-height: 18px;
	color: #fff;	
}

.gmap-consent-text a,
.gmap-consent-text a:link,
.gmap-consent-text a:hover,
.gmap-consent-text a:focus,
.gmap-consent-text a:active,
.gmap-consent-text a:visited {
	color: #fff;
}

.gmap-consent-button {
	margin-top: 15px;
}

.gmap-consent-button button,
.gmap-consent-button button:visited {
	color: #fff;
	background-color: rgba(255,255,255,0);
	padding: 8px 20px;
	border: 1px solid #fff;
	font-weight: bold;
}

.gmap-consent-button button:hover,
.gmap-consent-button button:focus {
	color: #e5352d;
	background-color: rgba(255,255,255,1);
	border: 1px solid #fff;
}

/* Reset CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; display:inline; font-size:14px;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}


html, body{font-family: 'Open Sans', sans-serif;font-size:14px;color:#333333;z-index:0;overflow-x:hidden;}
.wrapper{margin:auto;width:960px;}
.wrapper.minheight {min-height:700px;}

.spr2014{display:inline-block;background:url(/template/desktop/bilder/spr2014.png) no-repeat;}
.spr2014.logo{background-position:0px 0px;width:285px;height:46px; margin:15px 0px; cursor:pointer;}
.spr2014.search{background-position:0px -47px;width:52px;height:27px; cursor:pointer; border: none;}
.spr2014.home{background-position:-55px -47px;width:16px;height:16px; vertical-align:middle;}
.spr2014.iscout{background-position:-73px -47px;width:62px;height:30px; vertical-align:middle; margin:1px 0px 11px 0px;}
.spr2014.iscout:hover{background-position:-73px -77px;width:62px;height:30px; cursor:pointer;}
.spr2014.ascout{background-position:-329px -47px;width:62px;height:30px; vertical-align:middle; margin:1px 0px 11px 0px;}
.spr2014.ascout:hover{background-position:-329px -77px;width:62px;height:30px; cursor:pointer;}
.spr2014.iwelt{background-position:-137px -47px;width:109px;height:18px; vertical-align:middle; margin:13px 0px 11px 0px;}
.spr2014.iwelt:hover{background-position:-137px -65px;width:109px;height:18px; cursor:pointer;}
.spr2014.ebay{background-position:-396px -46px;width:63px;height:25px; vertical-align:middle; margin:8px 0px 11px 0px;}
.spr2014.ebay:hover{background-position:-396px -72px;width:63px;height:25px; cursor:pointer;}
.spr2014.immonet{background-position:-353px -140px;width:86px;height:14px; vertical-align:middle; margin:17px 0px 11px 0px;}
.spr2014.immonet:hover{background-position:-353px -154px;width:86px;height:14px; cursor:pointer;}
.spr2014.marker{background-position:-55px -62px;width:12px;height:35px; vertical-align:middle; cursor:pointer; margin-right:3px;}
.spr2014.back{background-position:-54px -98px;width:9px;height:17px; vertical-align:middle; margin-right:5px;}
.spr2014.det {background-position:0px -116px;width:15px;height:16px;vertical-align:middle; margin-right:3px;}
.spr2014.del {background-position:0px -100px;width:14px;height:14px;vertical-align:middle; margin-right:4px;}
.spr2014.mer {background-position:-15px -116px;width:19px;height:12px;}
.spr2014.anz {background-position:-34px -116px;width:17px;height:19px; vertical-align:middle; margin-left:5px;}
.spr2014.hot {background-position:-55px -116px;width:77px;height:19px;}
.spr2014.hot.hdet {vertical-align:middle; margin-top:-8px;}
.spr2014.boo {background-position:-134px -116px;width:114px;height:19px;}
.spr2014.boo.hdet {vertical-align:middle; margin-top:-1px;}
.spr2014.event{background-position:0px -289px;width:62px;height:30px; vertical-align:middle; margin:7px 0px 5px 0px;}
.spr2014.event:hover{background-position:0px -319px;width:62px;height:30px; cursor:pointer;}

.spr2014.star5 {background-position:-253px -116px;width:100px;height:18px; vertical-align:middle;}
.spr2014.star4 {background-position:-253px -116px;width:80px;height:18px; vertical-align:middle;}
.spr2014.star3 {background-position:-253px -116px;width:60px;height:18px; vertical-align:middle;}
.spr2014.star2 {background-position:-253px -116px;width:40px;height:18px; vertical-align:middle;}
.spr2014.star1 {background-position:-253px -116px;width:20px;height:18px; vertical-align:middle;}

.spr2014.liste       {background-position:0px -140px;width:115px;height:35px; cursor:pointer; margin-right:5px;}
.spr2014.liste.red   {background-position:0px -177px;width:115px;height:35px; cursor:pointer; color:#fff;}
.spr2014.liste:hover {background-position:0px -177px;width:115px;height:35px; color:#fff;}
.spr2014.karte       {background-position:-117px -140px;width:115px;height:35px; cursor:pointer; margin-right:5px;}
.spr2014.karte.red   {background-position:-117px -177px;width:115px;height:35px; cursor:pointer; color:#fff;}
.spr2014.karte:hover {background-position:-117px -177px;width:115px;height:35px; color:#fff;}
.spr2014.drucken       {background-position:-233px -276px;width:145px;height:35px; cursor:pointer; margin-right:5px;}
.spr2014.drucken.red   {background-position:-233px -313px;width:145px;height:35px; cursor:pointer; color:#fff;}
.spr2014.drucken:hover {background-position:-233px -313px;width:145px;height:35px; color:#fff;}
.spr2014.fotos       {background-position:-234px -140px;width:115px;height:35px; cursor:pointer; margin-right:5px;}
.spr2014.fotos.red   {background-position:-234px -177px;width:115px;height:35px; cursor:pointer; color:#fff;}
.spr2014.fotos:hover {background-position:-234px -177px;width:115px;height:35px; color:#fff;}
.spr2014.gemerkt       {background-position:0px -214px;width:135px;height:35px; cursor:pointer; margin-right:5px; color:#666;}
.spr2014.gemerkt.red   {background-position:0px -251px;width:135px;height:35px; cursor:pointer; color:#fff;}
.spr2014.gemerkt:hover {background-position:0px -251px;width:135px;height:35px; color:#fff;}
.num_gemerkt {position:absolute; margin:7px 0px 0px 105px;}
.spr2014.hd_map {background-position:-257px -48px;width:16px;height:25px; margin-top:2px;}
.spr2014.hd_foto {background-position:-277px -48px;width:23px;height:17px; margin-top:4px;}
.spr2014.hd_info {background-position:-304px -48px;width:21px;height:21px; margin-top:3px;}
.spr2014.fbuchen {background-position:-137px -214px;width:94px;height:29px; cursor:pointer; margin-right:10px;}
.spr2014.fbuchen:hover {background-position:-137px -245px;width:94px;height:29px;}
.spr2014.fmerken {background-position:-233px -214px;width:94px;height:29px; cursor:pointer;}
.spr2014.fmerken:hover {background-position:-233px -245px;width:94px;height:29px;}
.spr2014.fdetail {background-position:-137px -276px;width:94px;height:29px; cursor:pointer;}
.spr2014.fdetail:hover {background-position:-137px -306px;width:94px;height:29px;}
.spr2014.fkontakt {background-position:-329px -214px;width:94px;height:29px; cursor:pointer; margin-left:10px;}
.spr2014.fkontakt:hover {background-position:-329px -245px;width:94px;height:29px;}

.mapicon{display:inline-block;background:url(/template/desktop/bilder/spr_mapicons.png) no-repeat;}
.mapicon.apotheke{ background-position: 0 0; width: 24px; height: 24px; } 
.mapicon.bank{ background-position: 0 -25px; width: 23px; height: 23px; } 
.mapicon.tankstelle{ background-position: 0 -49px; width: 23px; height: 23px; } 
.mapicon.campingplatz{ background-position: 0 -73px; width: 23px; height: 23px; } 
.mapicon.information{ background-position: 0 -97px; width: 23px; height: 23px; } 
.mapicon.cafe{ background-position: 0 -121px; width: 23px; height: 23px; } 
.mapicon.restaurant{ background-position: 0 -145px; width: 23px; height: 23px; } 
.mapicon.aussichtspunkt{ background-position: 0 -169px; width: 23px; height: 23px; } 
.mapicon.fastfood{ background-position: 0 -193px; width: 23px; height: 23px; } 
.mapicon.haltestelle{ background-position: 0 -217px; width: 23px; height: 23px; } 
.mapicon.parkplatz{ background-position: 0 -241px; width: 23px; height: 23px; } 
.mapicon.polizei{ background-position: 0 -265px; width: 23px; height: 23px; } 
.mapicon.briefkasten{ background-position: 0 -289px; width: 23px; height: 23px; } 
.mapicon.postamt{ background-position: 0 -313px; width: 23px; height: 23px; } 
.mapicon.krankenhaus{ background-position: 0 -337px; width: 23px; height: 23px; } 
.mapicon.hotels{ background-position: 0 -361px; width: 23px; height: 23px; } 
.mapicon.veranstaltungsorte{ background-position: 0 -385px; width: 23px; height: 23px; } 
.mapicon.kino{ background-position: 0 -409px; width: 23px; height: 23px; } 
.mapicon.flughafen{ background-position: 0 -433px; width: 23px; height: 23px; } 
.mapicon.taxistand{ background-position: 0 -457px; width: 23px; height: 23px; }
.mapicon.lupe{ background-position: 0 -500px; width: 24px; height: 25px; }
.mapicon.route{ background-position: 0 -525px; width: 24px; height: 25px; }
.mapicon.strasse{ background-position: 0 -552px; width: 24px; height: 26px; } 
.mapicon.immobi{ background-position: 0px -578px; width: 24px; height: 26px; } 


.img_ausflug {background-image:url(/template/desktop/bilder/ausflug_planen.png); width:310px; height:109px;}
.text_ausflug {line-height:2.0em; font-size:12px;}


.breadcrumb {font-size:12px;color:#999; text-decoration:none; clear:both; margin-bottom:10px;}
.btn {background-color:#e5352d; text-align:center; padding:5px 10px; color:#ffffff; border:1px solid #cdcdcd; cursor:pointer;}
.btn:hover {background-color:#ff3b32;}
.btn.detail {display:block; width:70px; margin-top:28px;}
.btn.ange {display:block; margin-top:15px;}
.btn.hda {display:block; margin-top:5px;}
.btn.res {display:block; padding:8px 10px; width:140px; font-weight:bold; margin-top:20px;}
.btn.search {display:block; padding:8px 10px; width:140px; font-weight:bold; margin-left:10px;}
.btn.str_search {display:block; padding:8px 0px; width:100px; font-weight:bold;}
.btn.search_input {display:block; width:140px; height:38px; font-weight:bold; margin-left:10px;}
.btn.sp {display:block; width:260px; font-weight:bold;}
.btn.sp02 {display:block; width:180px; font-weight:bold;}



.nav {background-color:#f5f5f5; height:45px; width:100%; padding-top:12px; margin-bottom:10px;}
.nav02 {background-color:#f5f5f5; height:45px; width:100%; padding-top:12px; }
.sw {border:1px solid #cdcdcd;; height:25px; width:170px; padding:0px 5px;}
.bw {background-color:#ffffff; height:3px; width:100%}
/*LINKS*/
a.whi:link, a.whi:visited, a.whi:active, a.whi:focus, a.whi:hover{text-decoration:none; color:#fff;}
a.red:link, a.red:visited, a.red:active, a.red:focus, a.red:hover{text-decoration:none; color:#e5352d;}
a.dred:link, a.dred:visited, a.dred:active, a.dred:focus, a.dred:hover{text-decoration:none; color:#5c0618;}
a.blu:link, a.blu:visited, a.blu:active, a.blu:focus, a.blu:hover{text-decoration:none; color:#06F;}
a.grey:link, a.grey:visited, a.grey:active, a.grey:focus, a.grey:hover{text-decoration:none; color:#666666;}
a:link, a:visited, a:active, a:focus, a:hover{text-decoration:none; color:#333;}


a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active{font-size:12px;color:#999; text-decoration:none;}
a.breadcrumb:hover{text-decoration:underline; color:#333;}

a.mit:link, a.mit:visited, a.mit:active{text-decoration:none;}
a.mit:hover{text-decoration:underline;}

a.blck:link, a.blck:visited, a.blck:active, a.blck:hover{display:block;}




.mit{text-decoration:none;}
.mit:hover{text-decoration:underline; cursor:pointer;}

.button{width:100%;height:27px;padding:5px;color:#ffffff;border:1px solid #950000;background-color:#e5352d;font-size:14px;font-weight:bold; cursor:pointer;}
.button:hover{text-decoration:underline;}


.fl{ float:left;}
.fr{ float:right;}
 sup {vertical-align:top; font-size:0.7em; line-height:210%;}
 
a.litired {font-size:18px; color:#e5352d;}
.lico01 {width:100%; border:1px solid #cdcdcd; margin-bottom:20px;}
.lico01:hover { background-color:#f9f9f9;}
.lico01a {width:938px; border:1px solid #cdcdcd; margin-bottom:20px; padding:20px 10px;}
.lico01b {width:918px; border:1px solid #cdcdcd; margin-bottom:20px; padding:20px 20px;}
.lico01c {width:938px; border:1px solid #cdcdcd; margin-bottom:20px; padding:10px 10px;}
.lico01d {width:958px; border:1px solid #cdcdcd; margin-bottom:20px;}
.lico02 {width:180px; height:140px; overflow:hidden; float:left; margin:5px 30px 5px 5px;}
.lico02a {width:180px; height:140px; overflow:hidden; float:left; margin:5px 20px 5px 5px;}
.lico03 {width:730px; height:25px; overflow:hidden; margin:10px 0px 3px 0px; float:left;}
.lico03a {width:580px; margin:10px 0px 3px 0px; float:left;}
.lico03b {height:75px; overflow:hidden;}
.lico03c {width:700px; margin:10px 0px 3px 0px; float:left;}
.lico03d {width:700px; float:left; margin-bottom:20px;}
.lico04 {float:left; width:730px; height:35px;}
.lico04a {float:right; width:140px; border-left:1px solid #cdcdcd; margin:10px 10px 0px 0px; padding-left:10px;}
.lico04b {float:left; height:35px; font-size:16px;}

.lico05 {float:left; width:130px; padding-top:7px;}
.lico05a {float:left; width:160px; padding-top:7px;}
.lico05b {float:left; width:190px;}
.lico05c {float:left; width:150px; padding-top:7px;}
.lico05e {float:left; width:250px; padding-top:7px;}
.lico05d {float:left; margin-right:30px; max-width:400px; overflow:hidden; height:70px;}
#ac div.lico05 {float:left; width:180px; padding-top:7px;}
#ac div.lico05a {float:left; width:200px; padding-top:7px;}
#ac div.lico05b {float:left; width:190px;}
#us div.lico05 {float:left; width:140px; padding-top:7px;}
#us div.lico05a {float:left; width:190px; padding-top:7px;}
#us div.lico05b {float:left; width:230px; padding-top:7px;}
.lico04b {float:left; width:730px; height:38px; overflow:hidden; margin-bottom:0px;}



.lico06 {line-height:2.2em; font-weight:bold; font-size:16px;}
.lico06a {line-height:2.2em; font-size:16px;}
.lico07 {font-size:16px; color:#666;}
.lico07a {font-size:16px; color:#666; line-height:2.2em;}
.lico07b {font-size:16px; color:#333; line-height:2.2em; font-weight:600;}
.lico08 {float:left; width:730px;}
.licoad {width:100%; margin-bottom:20px;}
.licoad_opt {width:100%; border:1px solid #ffffff; margin-bottom:20px; padding-top:10px;}
.licoad_opt:hover { background-color:#fff;}
.lipic {float:left; width:180px; min-height:140px; cursor:pointer;}
.licobe{float:left; width:110px; margin-top:10px;}


.ititxt {color:#e5352d; font-size:24px; line-height:2.0em;}
.itxt{width:100%; background-color:#f5f5f5; padding:20px 0px;}
.footer{width:100%; background-color:#e5352d; padding:20px 0px; color:#fff;}
.end{width:100%; background-color:#940a26; padding:20px 0px; color:#fff;}
.dasher {border-bottom:1px solid #cdcdcd; height:20px; margin-bottom:20px; width:100%}
.dasher01 {border-bottom:1px solid #cdcdcd; height:1px; width:100%}
.pad20 {padding-right:20px;}


.cl{ clear:both;}
.cl3{ clear:both; height:3px;}
.cl5{ clear:both; height:5px;}
.cl10{ clear:both; height:10px;}
.cl15{ clear:both; height:15px;}
.cl20{ clear:both; height:20px;}
.cl30{ clear:both; height:30px;}
.cl40{ clear:both; height:40px;}
.cl50{ clear:both; height:50px;}

.font36{font-size:36px;}
.font24{font-size:24px;}
.font20{font-size:20px;}
.font18{font-size:18px;}
.font16{font-size:16px;}
.font14{font-size:14px;}
.font12{font-size:12px;}
.font11{font-size:11px;}
.font10{font-size:10px;}

.bld {font-weight:bold;}
.cp {cursor:pointer;}
.red {color:#e5352d;}
.blu {color:#06F;}
.grey {color:#666;}
.green {color:#7dba27;}
.white {color:#fff;}
.dred{color:#5c0618;}

/* WICHTIG für die Internetseiten mit check24*/

.c24Frame ul li a{display:inline;text-decoration:none;padding:0px;color:#fff;white-space:nowrap;}
#c24DslVisibleToggle {display:none;}

/* WICHTIG für die Internetseiten mit check24*/

/* Aenderungsbutton */
menu { z-index:500;}
ul.menu { list-style-type:none; cursor:pointer;}
ul.menu ul { display:none; position:absolute; padding-top:10px; z-index:100;}
li.menu { float:left; position:relative; background-color:#f5f5f5; font-size:18px; margin-right:30px;}
li.menu li.menu { float:none; padding:7px 15px; min-width:150px; background-color:#f5f5f5; display:block; font-size:14px; border-bottom:1px solid #eaeaea;}
li.menu li.menu:hover {background-color:#f0f0f0;}

.grid3 {float:left; margin-right:30px; width:300px;}
.grid6 {float:left; width:629px;}
.grid3l {float:left; width:300px;}
.sort{float:right; width:250px;}
.sorthotel{float:right;border:1px solid #cdcdcd; margin-top:9px; height:25px;}
.res{float:left; width:700px;}
.res01{float:left; width:500px;}


select, input {font-size:18px; height:100%; width:100%; border:1px solid #ffffff;}

.checkbox{width:18px; height:18px; vertical-align:middle; margin:4px 10px 4px 0px;}
.pad {padding:7px;}
.immo { background-color:#f5f5f5; width:920px; padding:30px 20px; margin:3px 0px 25px 0px;}
.immoip {float:left; margin-right:30px;}
.incss {border:1px solid #cdcdcd; height:30px; padding:3px; background-color:#ffffff;}
.incss.kl {width:130px;}
.incss.search {width:700px;}
.singleip {float:left; margin-right:30px;}
.inputbb{padding:7px 3px; font-size:16px; border:1px solid #cdcdcd; width:600px; float:left; margin-right:20px;}


.mapstyle {width:950px; height:550px;overflow:hidden; margin-bottom:30px; border-left:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; border-right:1px solid #cdcdcd;}
.mapload {display:none; position:absolute; top:580px; width:950px; height:550px; background-color:white; opacity:0.75}
.mapalert {display:none; position:absolute; top:600px; width:950px; height:50px; background-color:white; opacity:0.75}

.hotelsu { background-color:#f5f5f5; width:930px; padding:15px; margin:3px 0px 10px 0px;}
.sterne {float:left; width:80px; font-size:18px;}
.sterne01 {float:left; width:180px; border-right:1px solid #cdcdcd; margin-right:30px; height:200px;}
.bewert {float:left; width:140px; font-size:18px;}
.preisum {float:left; font-size:18px; margin:0px 0px 0px 20px; }
.preisum01 {float:left; width:280px; font-size:18px; border-right:1px solid #cdcdcd; margin:0px 30px 0px 20px; }
.preisum02 {float:left; width:280px; font-size:18px; border-right:1px solid #cdcdcd; margin:0px 30px 0px 0px; height:200px;}
.preisum02.last{border:none; width:260px;}
.tabhov:hover{ background-color:#f5f5f5;}


.wetter {float:left; margin-right:70px;}
.wetter01 {width:110px; float:left; margin:0px 50px 0px 20px;; border-right:1px solid #cdcdcd;}
.wetter.dat {min-width:60px; margin-top:13px;}
.wetter.dat02 {width:110px; margin-top:13px;}

/* JOBS Sehenswürdigkeiten */
#job_d td{padding:20px; vertical-align:top;}
.lijob01 {width:660px; min-height:105px; border:1px solid #cdcdcd; margin-bottom:20px; padding:0px 10px 5px 10px; position:relative;}
.liweb01 {width:100%; min-height:105px; border:1px solid #cdcdcd; margin-bottom:20px; padding-left:10px; position:relative;}
.liweb01:hover { background-color:#f5f5f5;}
.firmenname_stand_web{float:left;text-align:left;margin:5px 5px 0px 0px;}

/* Branchenbuch*/
.contwirt{float:left; width:315px; margin-bottom:40px;}
.colum02{float:left; width:450px;}
.blo_input1{ width:190px; padding:3px 5px; border:1px solid #cdcdcd;}
.blo_input2{ width:390px; padding:3px 5px; border:1px solid #cdcdcd;}
.blo_checkbox{width:18px; height:18px; vertical-align:middle; margin:4px 10px 4px 0px;}
.blo_select {border:1px solid #cdcdcd; width:100%; font-size:14px; margin-top:10px; height:25px;}
.tday {font-size:12px; line-height:1.5em;}
.day {width:30px; font-weight:600;}
.dayn {width:15px;}



.navigator {float:right; margin-right:-6px;}
.pagina {width:950px; padding:40px 0px; clear:both;}
.inactive {float:left; min-width:20px; height:20px; border:1px solid #cdcdcd; padding:3px; margin-right:5px; text-align:center; color:#999;}
.navigator a {float:left; min-width:20px; height:20px; border:1px solid #cdcdcd; padding:3px; margin-right:5px; text-align:center; display:block;}
.navigator a:hover {display:block; text-decoration:none; color:#fff; background-color:#e5352d;}
.totalpagesdisplay { clear:both; padding-top:20px; float:right;}

#immodetail td {min-width:140px; vertical-align:text-top; padding:10px 0px;}
.btnback {border:1px solid #cdcdcd; background-color:#f5f5f5; padding:7px; cursor:pointer; width:130px; float:left; margin-top:53px;}
.btnback:hover {background-color:#f0f0f0; text-decoration:underline;}
.btnback.min{width:65px;}
.bhot {width:150px;}
#misp {width:960px; background-color:#f5f5f5; font-size:18px;}
#misp td {border-bottom: 4px solid #fff; height:40px; padding-left:4px;}

#str td{ vertical-align:top; padding-bottom:5px;}
#str td.alpha{ vertical-align:top; padding:30px 0px 10px 0px;}

#nr li {clear:both;}
#nr div {font-size:18px; float:left;}
#nr div.tel {font-weight:bold; margin: 0px 0px 20px 20px;}
#nr span {font-weight: normal; font-size:14px; margin-left:10px;}
.nr {width:940px; border:1px solid #cdcdcd; padding:10px;}

.fview {float:left; width:198px; height:240px; overflow:hidden; margin:0px 20px 20px 0px; border:1px solid #cdcdcd; padding:10px;}
.slide_fview {float:left; width:198px; height:250px; overflow:hidden; border:1px solid #cdcdcd; padding:10px;}
.fview_single {float:left; width:198px; height:240px; overflow:hidden; margin:0px 26px 26px 0px; border:1px solid #cdcdcd; padding:10px;}
.view_kino {float:left; margin:0px 0px 20px 0px; border:1px solid #cdcdcd; padding:10px; width:938px;}
.fview_kino {float:left; width:141px; overflow:hidden; margin:0px 26px 26px 0px; border:1px solid #cdcdcd; padding:14px;}

.fvomega {margin-right:0px;}
.flipic {float:left; width:198px; min-height:138px; cursor:pointer;}
.flikipic {float:left; width:141px; min-height:200px; cursor:pointer;}
.hotdetail {width:918px; border:1px solid #cdcdcd; padding:20px;}
.hotda {float:right; width:440px; font-size:18px; background-color:#f5f5f5; border:1px solid #cdcdcd; padding:10px;}
.hotda:hover {background-color:#e9e9e9; cursor:pointer;}
.hotstr {border-left:1px solid #cdcdcd; margin-left:10px; padding-left:10px;}
.hotdpic{overflow:hidden; max-width:400px; max-height:300px; float:left; margin-right:20px;}
.hotscore{float:right; background-color:#7dba27; padding:5px 10px 0px 10px; height:68px; margin:-20px -20px 0px 0px; border-bottom:1px solid #cdcdcd;}
.hotbp{width:460px; margin-top:30px;}

.hotda.mar {margin-top:10px;}
.marneg {margin-top:-7px;}
.fhotpic {width:198px; height:138px; overflow:hidden;}
.fhokitpic {width:141px; height:200px; overflow:hidden; float:left;}
.slide_lipic {float:left; width:200px; min-height:140px; cursor:pointer;}
.sw_search {background-color:#f5f5f5; padding:10px 20px; margin-bottom:20px;}
.mar_ri{margin-right:20px;}
.ac_db{max-width:415px;}
.ac_dangaben{float:left; width:460px; padding:0px 0px 0px 30px; margin-top:-15px;}
.ac_dangaben02{float:left; width:620px; padding:0px 0px 0px 50px; margin-top:-15px;}

.google-maps-stadtplan{position:relative;width:610px;height:230px;}
.google-maps-route{position:relative;width:960px;height:400px;}
.str_reg {width:25px; float:left; margin:0px 5px 5px 0px; border:1px solid #cdcdcd; text-align:center;}
.str_reg:hover { background-color:#fff;}
.str_reg02 {width:28px; height:28px; float:left; margin:0px 5px 5px 0px; padding-top:5px; border:1px solid #cdcdcd; text-align:center;}
.str_reg02:hover {background-color:#f5f5f5;}
.deact02{color:#aaa;}
.deact02:hover{background-color:#ffffff;;}
.deact{color:#aaa;}
.deact:hover{background-color:#f5f5f5;}
.std_reg {width:30px; font-size:24px; float:left; margin:0px 4px 10px 0px; border:1px solid #cdcdcd; text-align:center;}
.std_reg:hover a { background-color:#e5352d; color:#ffffff;}

.str_search {float:left; margin-right:10px;}
.str_ip {border:1px solid #cdcdcd; height:30px; padding:3px; background-color:#ffffff; width:200px;}
.sp_poi {width:455px; float:left; border:1px solid #cdcdcd; padding:5px; margin:0px 26px 26px 0px;}
.last {margin-right:0px;}
.sp_det {width:313px; padding:15px 10px; border-bottom:1px solid #cdcdcd;}
.sp_det:hover { background-color:#eeeeee;}
#spmappoi td {padding:2px 5px 2px 0px;}
.ortbild {border:1px solid #cdcdcd; padding:5px;}
.orttxt{margin-left:20px; width:500px; float:left; padding-top:20px;}
.fototitle {height:40px; overflow:hidden;}
.kinozeit {height:150px; margin:5px 0px;}
.layer {position:absolute; left:280px; top:190px; width:610px; height:410px; z-index:10000;}

/*Menü Kino*/

#kinonav td {padding-right:3px;}
span.button{padding:7px 10px; color:#333;border:1px solid #cdcdcd; background-color:#e5352d; cursor:pointer;}
span.button:hover{background-color:#ff3b32; color:#fff;}
span.whitebutton{padding:7px 10px; color:#cdcdcd;border:1px solid #cdcdcd; background-color:#f5f5f5;}
span.aktivbutton{padding:7px 10px; color:#FFF;border:1px solid #cdcdcd; background-color:#e5352d;}
input.redbutton{ padding:7px 10px; color:#333;border:1px solid #cdcdcd; background-color:#f5f5f5; font-size:14px; cursor:pointer; height:35px;}
input.redbutton:hover{background-color:#ff3b32; color:#fff;}
input.aktivbutton{padding:7px 10px; color:#FFF;border:1px solid #cdcdcd; background-color:#e5352d; font-size:14px; cursor:pointer; height:35px;}

#kinodetail td { vertical-align:top; padding:10px;}
.play_t {width:141px; height:200px; position:absolute; opacity:0.5;}
.play_t:hover { opacity:0.9;}

td.ferien {padding:10px; border-bottom:1px solid #cdcdcd; background-color:#f5f5f5;}

.lottokugel{background-image:url(/template/desktop/bilder/lottokugel_hg_60x60x.gif);background-repeat:no-repeat;width:60px;height:55px;text-align:center;font-size:20px;font-weight:bold;padding-top:11px;float:left;}
.lottokugel_or{background-image:url(/template/desktop/bilder/lottokugel_hgorange_60x60x.gif);background-repeat:no-repeat;width:60px;height:55px;text-align:center;font-size:22px;font-weight:bold;padding-top:11px;float:left;margin-right:10px;}
.zusatzzahl{background-image:url(/template/desktop/bilder/zustzkugel_hg_60x60x.gif);width:60px;background-repeat:no-repeat;height:55px;text-align:center;font-size:20px;font-weight:bold;padding-top:11px;float:left;margin-left:30px;}
.teaserkugel{background-image:url(/template/desktop/bilder/lottokugel_hg_30x35.gif);width:30px;background-repeat:no-repeat;height:30px;text-align:center;font-size:12px;font-weight:bold;padding-top:3px;float:left;margin-right:8px;}
.statistikkugel{background-image:url(/template/desktop/bilder/lottokugel_hg_30x35.gif);width:30px;height:30px;text-align:center;font-size:12px;font-weight:bold;padding-top:5px;margin:0px 7px 0px 12px;}
.zusatzzahlkl{background-image:url(/template/desktop/bilder/zustzkugel_hg_30x35x.gif);background-repeat:no-repeat;width:30px;height:30px;text-align:center;font-size:12px;font-weight:bold;padding-top:3px;float:left;margin-left:10px;color:#fff;}
.black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;height:4900px;background-color:black;z-index:1001;opacity:0.8;}
.white_content{overflow:hidden;display:none;position:absolute;top:1300px;margin-left:10px;width:760px;height:680px;padding:16px 10px 0px 10px;border:8px solid #ababab; background-color:#FFF;z-index:1002;}
.cnt {border:1px solid #cdcdcd; padding:10px;}

.bndl01 {float:left; width:448px; height:290px; border:1px solid #cdcdcd; margin-bottom:20px; padding:20px 10px; margin-right:20px;}
.bndohne {margin-right:0px;}
.bndl02 {float:right; width:250px; height:260px;}
.std {float:left; width:280px; height:400px; margin:0px 20px 20px 0px; padding:10px; border:1px solid #cdcdcd;}
.stdomega { margin:0px 0px 20px 0px;}
#oefzeit td {min-width:0px; padding:2px 0px;}
.oef { width:40px; vertical-align:text-top; padding:0px 0px;}
.oef2 { vertical-align:text-top; padding:0px 0px;}
.adborder{border:1px solid #cdcdcd; padding-left:73px; margin-bottom:20px;}



