/*********************************************************/
/*   Allgemeine Styles                                   */
/*********************************************************/

body {
/* background-color: #eee; */
}

img
{
	border: none;
}

#meventicnt img
{
  border:	none;
}

#meventicnt input[type="image"]
{
  border: none;
}

/*********************************************************/
/*   WEBSEITE                                            */
/*********************************************************/

#meventicnt
{
	width:1000px;
	margin: 0 auto;
	position: relative;

	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#656462;
	font-size:			11px;
	background-color: #fff;
	line-height:14px;
}

#meventicnt input, #meventicnt select
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#656462;
	font-size:			11px;
}

#meventicnt a
{
	text-decoration: none;
	color: #656462;
}

#meventicnt h1
{
	margin: 7px 0px;
}

#meventicnt .orangeback h1, #meventicnt .orangeback h2, #meventicnt .orangeback p, #meventicnt .orangeback a
{
	color: white;
}

#meventicnt .orangeback a:hover
{
	color: #dddddd;
}

#meventicnt a:hover
{
	color: #ff8800;
}

#meventicnt ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#meventicnt th, #meventicnt td
{
	text-align: left;
	vertical-align: top;
}

/*********************************************************/
/*   KOPF                                                */
/*********************************************************/

#meventicnt #kopf
{
	position:relative;
	top:0px;
	left:0px;
	height:143px;
	z-index: 2; 
}

#meventicnt #logo
{
	position:absolute;
	top:0px;
	left:5px;
}

#meventicnt #kopf .suche
{
	position: absolute;
	top: 45px;
	left:720px;
	height:30px;
	width:200px;
	background-image:url(/data/layout/common/suche/search.png);
	background-repeat:no-repeat;
	z-index: 10;
}

#meventicnt #kopf .suche .eingabebox
{
	position:absolute;
	top: 3px;
	left: 5px;
	border: none;
	padding: 3px;
	color: #aaaaaa;
	width: 160px;
	border: none;
}

#meventicnt #kopf .suche .suchbutton
{
	color: transparent;
	position: absolute;
	top: 1px;
	left: 170px;
	width: 30px;
	height: 25px;
	border: none;
	background-color: transparent;
	background-image:url(/data/layout/common/suche/search_arrow.png);
	background-repeat:no-repeat;
}

#meventicnt #kopf .suche .suche_begriffe
{
	position: absolute;
	top: -2000px;
	left: 11px;
	width: 250px;
	height: 275px;
	overflow: auto;
	background-color: white;
	padding: 5px 0px 5px 5px;
	z-index: 10;
	border: 1px solid #ccc;
}

#meventicnt #kopf .suche:hover .suche_begriffe
{
	top: 26px;
}

#meventicnt #kopf .bcn
{
	position: absolute;
	bottom: 38px;
	left: 3px;
}


#meventicnt #kopf .bcn ul li
{
	display: inline;
	color: #ff8800;
}

#meventicnt #kopf .bcn ul li a
{
	color: #aaaaaa;
}

#meventicnt #kopf #kopfwarenkorb
{
	position: absolute;
	bottom: 34px;
	right: 0px;
	left: auto;
	width: 61px;
	z-index: 7;
}

#meventicnt #kopf #kopfwarenkorb .headline
{
	background-image: url(/data/layout/common/topmenu/shopping_basket.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left:28px;
	padding-top:2px;
	color: #ff8800;
	width:33px;
	height:22px;
}

#meventicnt #kopf #kopfwarenkorb .headline .anzahl
{
	font-weight:bold;
}

#meventicnt #kopf #kopfwarenkorb:hover .headline
{
        background-image: url(/data/layout/common/topmenu/warenkorb.png);
        background-position: 0 0;
        height: 22px;
        color: #ffffff;
}        

#meventicnt #kopf #kopfwarenkorb li .inner
{
	width:174px;
	top:22px;
	right:1px;
}

#meventicnt #kopf #kopfwarenkorb li:hover .inner
{
}

#meventicnt #kopf #kopfwarenkorb .summe
{
	padding: 5px;
	font-weight: bold;
}
#meventicnt #kopf #kopfwarenkorb .zurkasse
{
	text-align:right;
}


#meventicnt #kopf #kopfwarenkorb li .inner ul 
{
	background-image: url(/data/layout/common/topmenu/shopping_basket_bgd_3a.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
                

#meventicnt ul.kopf_navi 
{
	position:absolute;
	bottom: 3px;
	left:0px;
	width:1000px;
	z-index: 2;  
}

#meventicnt ul.kopf_navi li 
{
	margin:0 0px 0 0px;
	float: left;
/*	position: relative
	z-index: 2; */
}

#meventicnt ul.kopf_navi li.btnback:hover
{
	position: relative;
}


#meventicnt ul.kopf_navi > li
{
/*	position: relative;
	z-index: 2;  */
}

#meventicnt ul.kopf_navi .fueller
{
	position: relative;
	z-index: -1; 
}

#meventicnt ul.kopf_navi li a:hover
{
	color: #fff;
}


#meventicnt ul.kopf_navi li .inner {
	position: absolute;
/*	top: -99999em;*/
	top:26px;
	display: none;
	width: 161px;
	margin-left: 1px;
}

#meventicnt ul.kopf_navi li .inner ul li {
	display: block;
	float: none;
	font-size: 11px;
	color: white;
	padding-left: 6px;
/*	font-weight: bold; */ 
}

#meventicnt ul.kopf_navi li .inner ul {
	background-image: url(/data/layout/common/topmenu/nav_sub_bgd2.png); 
/*	background-color:#ff8800; */
	padding-top: 5px;
}


#meventicnt ul.kopf_navi li:hover .inner {
/*	top:25px;*/
	display: block;
}



#meventicnt #topmenu li:hover .inner ul li:hover {
	background-image: url(/data/layout/common/topmenu/nav_sub_btn_active.jpg);
	top:30px;
	width:152px;
}

#meventicnt ul.kopf_navi li .inner ul li a {
	color: #ffffff;
	width:145px;
	display: block;
	padding: 5px;
}




#meventicnt #topmenu li:hover .inner ul li:hover a {
	color: #ff8800;
}

#meventicnt ul.kopf_navi li .inner .shadow {
	background-image:url(/data/layout/common/topmenu/nav_sub_bgd_sh.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
	background-color:transparent;
}

#meventicnt .btnback
{
	background-image:url(/data/layout/common/topmenu/button_middle.png); 
	background-repeat: repeat-x; 
}

#meventicnt .btnback.special
{
	margin: 0; 
	float:none;
	text-align:center;
}

#meventicnt .specialstart .btnleft a
{
	position:relative;
}


#meventicnt .btnleft
{
	background-image: url(/data/layout/common/topmenu/btn_left.jpg);
	background-repeat: no-repeat; 
	background-position: top left;
}

#meventicnt .btnright
{
	background-image: url(/data/layout/common/topmenu/btn_right.jpg); 
	background-repeat: no-repeat; 
	background-position: top right;
}

#meventicnt .btnmain
{
	display: block; 
	color:white; 
	text-decoration: none; 
	font-size:12px; 
	font-weight: bold;
	padding: 6px 8px 8px 8px;
}

#meventicnt #kopf .btnleft img.special
{
	position: absolute; 
	bottom: 0px; 
	left: 0;
}


/*********************************************************/
/*   RAND                                                */
/*********************************************************/

#meventicnt .rand
{
	float:left;
	margin:0;
	padding:0;
        width: 194px;
        margin-right: 6px;
}

#meventicnt .rand .boxtop
{
	background-image:url(../data/layout/common/nav_left/border_top.png); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding-bottom:3px;
	padding-top:3px;
}

#meventicnt .rand .boxbottom
{
	background-image:url(../data/layout/common/nav_left/border_down.png); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	padding-top: 3px; 
	padding-bottom:0px;
}

#meventicnt .rand .boxback
{
	background-image:url(../data/layout/common/nav_left/border_middle.png); 
	background-repeat: repeat-y;
	padding:2px 0px 4px 6px; 
}



#meventicnt ul.rand_navi > li 
{
	margin:0 0 8px 0;
	padding: 4px 4px;
	background-image: url(../data/layout/common/nav_left/nav_bgd_arrow_right.png);
	background-repeat: no-repeat;
}

#meventicnt ul.rand_navi > li.active
{
	background-image: url(../data/layout/common/nav_left/nav_bgd_arrow_down.png);
}
#meventicnt ul.rand_navi > li .inner
{
}


#meventicnt ul.rand_navi > li.active .inner
{
}

#meventicnt ul.rand_navi li a
{
	display:block;
	background: transparent;
	color: #656462;
	text-decoration:none;
}

#meventicnt ul.rand_navi li a:hover
{
  color: #ff8800;
}

#meventicnt ul.rand_navi li ul
{
	margin:10px 0 0 10px;
}

#meventicnt ul.rand_navi li ul li
{
	margin-bottom:2px;
	padding:0;
}

#meventicnt ul.rand_navi li ul li.active a
{
	color:#ff8800;
}


#meventicnt .finder
{
	width:174px;
	height:292px;
	background-image: url(../data/layout/common/finder/bgd.png);
	background-repeat: no-repeat;
	color:white;
	padding: 10px;
	margin-bottom: 10px;
}
#meventicnt .finder h1
{
	color: white;
}
#meventicnt .finder select, #meventicnt .findermini select
{
	background-image: url(../data/layout/common/finder/box.png);
	border:none;
	background-color: transparent;
	height: 22px;
	width:169px;
	padding: 2px;
	padding-right: 0;
	margin:0;
	margin-bottom: 3px;
	color: #aaa;
}

#meventicnt .mainformular .selectbox
{
	background-color: #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
}

#meventicnt .mainformular .selectbox .display
{
	background-color: transparent;
	height: 15px;
}

#meventicnt .findermini
{
	position:relative;
	z-index: 5;
}

#meventicnt .finder .selectbox .display {
	padding: 4px;
	width:166px;
}

#meventicnt .findermini .selectbox .display {
	padding: 4px;
	width:136px;
	background-color: #ddd;
        -moz-border-radius: 5px;
        border-radius: 5px;
}


#meventicnt .selectbox .display {
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	height: 16px;
	padding: 4px 20px 4px 5px;
	margin:0;
	margin-bottom: 3px;
	color: #aaa;
	border: none;
	font-weight: bold;
}

#meventicnt #inclfinder .selectbox {
	background-image: none;
        padding: 1px;
        margin: 0;
        margin-right: 1px;
}

#meventicnt #inclfinder .selectbox .display {
	width:121px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}



#meventicnt #inclfinder
{
	padding: 2px;
	background-image: url(../data/layout/common/content/bar_grey_light.png);
	background-repeat: no-repeat;
	height: 27px;
	position: relative;
	z-index: 3;
}        



#meventicnt .selectbox .text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

#meventicnt .selectbox.focused .display .text
{
	background-color: transparent;
	color: #ff8800;
}

#meventicnt .selectbox.items
{
	max-height: 200px;
	min-width:150px;
}

#meventicnt .selectbox.items li.hover>.item, #meventicnt .selectbox.items li.selected
{
	background-color: #ff8800;
}



#meventicnt .selectbox.items li > .item
{
	padding: 2px 6px;
}

#meventicnt .selectbox .arrow_btn
{
	background-image: url(../data/layout/common/content/arrow.png);
	border:none;
	height: 20px;
	background-color: transparent;
	width: 22px;
	background-repeat: no-repeat;
}

#meventicnt .selectbox .arrow_btn .arrow
{
	background-image: none;
}

#meventicnt .finder .selectbox .arrow_btn
{
	height: 20px;
}


#meventicnt .finderSelect.items {
	width:166px;
}

#meventicnt .findermini .selectbox, #meventicnt .main .selectbox
{
//	background-image: url(../data/layout/common/content/selectbox-grau.png);
//	-moz-border-radius: 5px;
//	border-radius: 5px;
//	background-position: top right;
//	height:13px;
//	margin: 0;
//	margin-bottom: 2px;
//	color: #444;
//	padding: 5px;
//	padding-right:0;
}


#meventicnt .selectbox-wrapper
{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: white;
	z-index: 10;
	margin-top:-7px;
	padding: 4px;
}

#meventicnt .main .selectbox-wrapper
{
	background-color: #ddd;
	margin-top:0px;
}



/*********************************************************/
/*   CONTENT STARTSEITE                                  */
/*********************************************************/

#meventicnt .content
{
	width:800px;
	float:left;
}

#meventicnt .full
{
	width:800px;
}

#meventicnt .main
{
	width: 600px;
	float:left;
}

#meventicnt .right
{
	width:194px;
	margin-left: 6px;
	float:left;
	background-color:white;
}

#meventicnt .content p, #meventicnt .content ul, #meventicnt .content ol
{
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
}

#meventicnt label
{
	float: 	left;
	width:	140px;
}

#meventicnt .kombielement
{
	width:125px; 
	position: relative;
	float: left;
	min-height:205px;
}

#meventicnt .kombielement.abstand
{
	width:140px;
	margin-right:18px;
}

#meventicnt .kombielement.linie
{
	width:140px;
	border-right: 1px solid #ccc;
	margin-right:17px;
}


#meventicnt .kombielement .desc
{
/*	min-height:45px; */
	margin-bottom:3px;
}

#meventicnt .kombielement .preis
{
	font-weight: bold;
	position: absolute;
	bottom: 3px;
}

#meventicnt .tippfehler, #meventicnt .tippfehler a
{
	color: #ddd;
}


#meventicnt .headerbuttons a
{
	background-image: url(../data/layout/common/content/loadingbar_grey.png);
	background-repeat: no-repeat;
	height:16px;
	width:195px; 
	margin-right:3px;
	padding: 1px; 
	font-weight: bold; 
	text-align: center; 
	color: white;
	float:left;
}

#meventicnt .headerbuttons a.aktiv
{
	background-image: url(../data/layout/common/content/loadingbar_orange.png);
}

#meventicnt .headerimg a:hover
{
	border: 1px dotted #555;
}


/*********************************************************/
/*   KATEGORIE                                           */
/*********************************************************/

#meventicnt .katheader
{
	position: relative;
	height: 225px;
	margin-bottom: 5px;
	background-image: url(../data/layout/common/bgd_header_800x220.jpg);
	background-repeat: no-repeat;
}

#meventicnt .katheader .text
{
	height: 200px;
	padding: 10px;
	width:330px;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	line-height:15px;
}

#meventicnt .katheader .text a
{
	text-decoration: underline;
	color: white;
}

#meventicnt .katheader h1
{
	color: white;
}

#meventicnt .katheader .preis
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-top:15px;
        padding-bottom:5px;
}




#meventicnt .katheader .linien
{
	display: none;
	position: absolute;
	top: 0;
	right: 350px;
}

#meventicnt .katheader .bild
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 200px;
	width:450px;
}

#meventicnt .katheader .bild2
{
	display: none;
	position: absolute;
	height: 200px;
	width:450px;
}


/*********************************************************/
/*   GRUPPE / EVENT                                      */
/*********************************************************/

#meventicnt .eventheader
{
	position: relative;
	height: 317px;
	margin-bottom: 5px;
}

#meventicnt .eventheader .claim
{
	line-height:15px;
	width: 300px;
}

#meventicnt .eventheader .claim a
{
	text-decoration: underline;
}

#meventicnt .eventheader .preis
{
	text-align:right;
	width:300px;
	position:absolute; 
	bottom:5px;
	padding-top:15px;
	padding-bottom:5px;
}

#meventicnt .eventheader .betrag, #meventicnt .katheader .preis .betrag
{
	font-size: 30px;
	font-weight: bold;
}


#meventicnt .eventbackground
{
	padding: 10px; 
	height: 292px; 
	width: 780px; 
	background-image:url(../data/layout/common/eventgroup/bgd_header.jpg);
}

#meventicnt .eventheader .bild
{
	position:absolute; 
	top: 10px; 
	right: 10px; 
	height: 200px; 
	width: 450px;
}

#meventicnt .eventheader .bild2
{
	display: none;
	position:absolute; 
	height: 200px; 
	width: 450px;
}


#meventicnt .eventheader .weitere
{
	position:absolute; 
	top: 220px; 
	right: 10px; 
	width:450px;
}

#meventicnt .eventbackground .left
{
	float:left; 
	position: relative; 
	margin-right: 10px;
}

#meventicnt .vordeal .bild
{
	top: 10px;
	left: 10px;
}

#meventicnt .vordeal .textClaim
{
	position: absolute; 
	top: 230px; 
	left: 10px;
	font-size:15px; 
	font-weight:bold; 
	color: white; 
	width: 450px;
	height: auto;
}

#meventicnt .vordeal .display .text
{
	color:#444;
}

#meventicnt .dealbox .selectbox .display
{
	width: 140px;
}

/*********************************************************/
/*   GRUPPE                                              */
/*********************************************************/

#meventicnt .eventheader #mediabox{
	height: 203px;
}

#meventicnt .eventheader #mediabox img
{
	width: 450px;
	height: 200px;
}

#meventicnt .eventheader #imglabels
{
	position:absolute; 
	top: 170px; 
	right:10px;
}

#meventicnt .outerscroll
{
	width:450px;
	overflow:hidden; 
	height:30px; 
	position: relative;
	margin-top: 2px;
}

#meventicnt .innerscroll
{
	width: 4000px; 
	position: absolute; 
	top: 0;
	left: 20px;
	clip: rect(0px, 410px, 30px, 0px);
}

#meventicnt .innerscroll img
{
	width: 68px;
	height: 30px;
	margin-right: 5px;
}

#meventicnt .weitereKat
{
	width: 780px;
	margin-top: 10px;
	height:20px;
	color:white;
}

#meventicnt .weitereKat a
{
	color: white;
	text-decoration:underline;
}


#meventicnt .scrollpfeil
{
	position: absolute; 
	padding-top: 10px; 
	height:20px; 
	width:16px;
	top: 0;
}

#meventicnt .scrollpfeil:hover
{
	background-color: #cccccc;
}

#meventicnt .scrollpfeil.links
{
	left: 0;
	padding-left: 4px;
}
#meventicnt .scrollpfeil.rechts
{
	right: 0;
	text-align: right;
	padding-right: 4px;
}



#meventicnt .suchergebnis
{
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
}

#meventicnt .suchergebnis.top
{
	border-top: none;
	padding-top: 5px;
}

#meventicnt .suchergebnis .teaser
{
	float: left;
	margin-right: 10px;
	position: relative;
	width: 125px;
	height: 100px;
}

#meventicnt .suchergebnis .teaser .label
{
	position: absolute;
	bottom: 5px;
	right: -10px;
}

#meventicnt .suchergebnis .raum
{
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
	height: 100px;
}

#meventicnt .suchergebnis .ort
{
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
	height: 100px;
}

#meventicnt .suchergebnis .preise
{
	float: left;
	width: 110px;
}

#meventicnt .suchergebnis .region
{
	font-weight: bold;
}

#meventicnt .suchergebnis .ortsname
{
	font-weight: bold;
}

#meventicnt .suchergebnis .preis
{
	font-weight: bold;
}


#meventicnt div.double_teaser
{
	margin:5px 0px 10px 0;
	padding:0 10px 0 0;
	width:500px;
	float:left;
	height:100px;
	overflow:hidden;
}

#meventicnt div.double_teaser img
{
	float:left;
}

#meventicnt div.double_teaser h2
{
	margin:0 0 0 390px;
	padding:0;
	font-weight:bold;
	font-size:11px;
}
#meventicnt div.double_teaser h2 a
{
        text-decoration: none;
}

#meventicnt div.double_teaser p
{
	font-size:11px;
	line-height:1.2em;
	margin:0 0 2px 390px;
	padding:0;
}

#meventicnt div.double_teaser a
{
	text-decoration: none;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #656462;
	background:transparent;
}




/*********************************************************/
/*   WARENKORB                                           */
/*********************************************************/


#meventicnt table.warenkorb, #meventicnt table.pruefung_warenkorb
{
	table-layout: fixed;
}

#meventicnt table.warenkorb th, #meventicnt table.pruefung_warenkorb th
{
	text-align: left;
	font-weight:bold;
	border-bottom: 1px solid #aaa;
}

#meventicnt table.warenkorb td
{
	vertical-align: middle;
	height:50px;
}

#meventicnt table.pruefung_warenkorb td
{
        vertical-align: middle;
}

#meventicnt table.warenkorb .rechtsbund, #meventicnt table.pruefung_warenkorb .rechtsbund
{
	text-align: right;
}

#meventicnt table.warenkorb a.knopf
{
	display:block;
	padding:2px;
	text-decoration:none;
	border:1px solid #c6c6c6;
	background-color:#e6e6e6;
	color: #656462;
}
#meventicnt table.warenkorb td.gesamtsumme, #meventicnt table.pruefung_warenkorb td.gesamtsumme
{
	border-top: 1px solid #656462;
	border-bottom: 3px double #656462;
}



/*********************************************************/
/*   STATISCHE SEITEN                                    */
/*********************************************************/

#meventicnt .content .main ul.aufzaehlung
{
	list-style-type: disc;
	padding-left: 15px;
}



/*********************************************************/
/*   TOUR                                                */
/*********************************************************/

.meventiTour.ui-dialog .ui-dialog-content
{
	background-image: url(../data/layout/common/tour/bgd_tour.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}






#content div.news_teaser
{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	width:245px;
	float:left;
	height:100px;
	overflow:hidden;
}
* html #content div.news_teaser
{
	width:245px; /* width + padding */
}
#content div.news_teaser img
{
	float:left;
}
#content div.news_teaser h2
{
	margin:0 0 0 135px;
	padding:0;
	font-weight:bold;
	font-size:11px;
}
#content div.news_teaser h2 a
{
        text-decoration: none;
}

#content div.news_teaser p
{
	font-size:11px;
	line-height:1.2em;
	margin:0 0 2px 135px;
	padding:0;
}
#content div.news_teaser p.preis
{
}
#content div.news_teaser a
{
	text-decoration: none;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #656462;
	background:transparent;
}



/*********************************************************/
/*   CONTENT UNTERSEITE                                  */
/*********************************************************/

#content div.unterseite_oben
{
	width:580px;
	background-color:#E6E6E6;
	color: #656462;
}
#content div.unterseite_oben div.illu
{
	float:left;
	width:450px;
}
#content div.unterseite_oben div.neben_illu
{
	float:left;
	width:110px;
	height:200px;
	font-size:11px;
	padding-left:4px;
}
#content div.unterseite_oben div.preise
{
	float:left;
	width:325px;
	padding:10px;
	font-size:1.0em;
}
#content div.unterseite_oben div.preise p 
{
	font-size:11px;
	margin: 4px 0;
}
#content div.unterseite_oben div.preise p.orange 
{
	font-size:11px;
	font-weight:bold;
	background:transparent;
	color:#FF9900;
}
#content div.unterseite_oben div.preise a
{
	background:transparent;
	color: #656462;
}
#content div.unterseite_oben input.warenkorbknopf
{
	background:transparent;
	color: #656462;
	border:none;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}


.orange
{
  color: #FF9900
}

#meventicnt h1, #meventicnt .kombielement h2
{
	font-size:11px;
	font-weight:bold;
	color: #ff9900;
}

#meventicnt h1 a, #meventicnt .kombielement h2 a
{
	color: #ff9900;
        text-decoration: none;
}

#meventicnt .kombielement h2
{
	margin: 1px 0;
}


#meventicnt .bar
{
	clear: both;
	height: 15px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-image: url(../data/layout/common/content/bar.png);
	background-repeat: no-repeat;
	color: white;
}

#meventicnt .bar.grey
{
	background-image: url(../data/layout/common/content/bar_grey_25.png);
}



#meventicnt .bar h1, #meventicnt .bar  a
{
	margin: 0;
	color: white;
}

#meventicnt h2
{
	margin:10px 0 2px 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color: #656462;
}

#meventicnt h2 a
{
	font-weight:bold;
	color: #656462;
	text-decoration: none;
}

#meventicnt .content h2.ui-accordion-header
{
	margin: 0;
	margin-top: 5px;
}

#meventicnt .content h2.ui-accordion-header.ui-state-active a
{
	color: white;
}

#meventicnt .content .ui-accordion-content
{
	padding: 20px;
	margin: 0;
}

#meventicnt .eingabefeld
{
	margin-top:0px; 
	margin-bottom:5px;
	border:none; 
	width:150px; 
	height:20px;
	padding:2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:10px;
	background-color:#ddd;
	color: #444;
}

#content h4
{
	font-size:11px;
}


#content div.unterseite
{
	width:580px;
	float:left;
}

div.reiter
{
	margin:20px 0;
	padding:0;
	width:600px;
	background-color:#E6E6E6;
	color: #656462;
}

ul.reiter_navi
{
	font-size:11px;;
	margin:0;
	padding:0;
	background-color:#fff;
	color: #656462;
	width:600px;
	height:25px;
}
ul.reiter_navi li
{
	margin:0;
	padding:0;
	float:left;
}
ul.reiter_navi li a
{
	margin:0;
	padding:5px 10px;
	width:110px;
	float:left;
	background-color:#f2f2f2;
	color: #656462;
	text-decoration:none;
	font-weight:bold;
	border: solid #fff;
	border-width:0 2px 0 0;
}
ul.reiter_navi li a.current
{
	background-color:#e6e6e6;
	color: #656462;
	border-bottom: 2px solid #e6e6e6;
}

div.reiter div.beschreibung
{
	padding:20px;
	margin:0;
}

div.neben_reiter
{
	float:left;
	width: 210px;
	padding: 10px;
}
div.neben_reiter ul
{
	margin:50px 0 0 14px;
	padding:0;
}
div.neben_reiter ul li
{
	width:190px;
	margin:0 0 5px 0;
}
div.neben_reiter ul li a.knopf
{
	display:block;
	padding:5px;
	text-decoration:none;
	border:1px solid #c6c6c6;
	background-color:#e6e6e6;
	color: #656462;
}





#meventicnt #bestell_info
{
	float:right;
	width:240px;
	height: 270px;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

#meventicnt .content .fliesstext p
{
	text-align: justify;
}

#meventicnt .content .fliesstext a
{
	color:#ff8800;
}


#meventicnt .content .main ul
{
	padding: 0 0 0 0px;
	list-style-type: none;
}

#meventicnt .content .main .pfeile li::before
{
	color: #ff8800;
	content: "\25B6 \A0";
}



div#content input
{
/*	
	T O   D O   (Klasse etc)

	border:1px solid #c6c6c6;
	height:20px;
	margin-bottom:2px;*/
}
div#content label
{
/*	font-size:1.0em;*/
}

div#content a.knopf, div#content input.knopf
{
	padding:5px;
	text-decoration:none;
	border:1px solid #c6c6c6;
	background-color:#e6e6e6;
	color: #656462;
	cursor: pointer;
}
* html div#content a.knopf, div#content input.knopf
{
	height:20px;
}
div#content input.knopf
{
	height:25px;
	margin-top:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*********************************************************/
/*   FUSSZEILE                                           */
/*********************************************************/

#meventicnt #fusszeile
{
	margin:0;
	padding:10px 0 0 0;
	border-top:1px solid #CDCDCD;
	width:600px;
}

#meventicnt ul.fuss_navi
{
	margin:0 0 10px 0; 
	padding: 0;
}

#meventicnt ul.fuss_navi li 
{
	margin: 0;
	display: inline;
}

#meventicnt ul.fuss_navi li a
{
	padding:0;
	margin:0 4px 0 4px;
	background: transparent;
	color: #656462;
	text-decoration:none;
}

#meventicnt ul.fuss_navi li a:hover
{
    color: #ff8800;
}


#meventicnt ul.fuss_navi_oben
{
	padding-bottom: 8px;
}

#meventicnt ul.fuss_navi_oben li 
{
	display: inline;
}

#meventicnt ul.fuss_navi_oben li a
{
	padding:0;
	margin:0 13px 0 0;
	background: transparent;
	color: #FF9900;
	text-decoration:none;
}


.selbox
{
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #353432;
    width: 20em;
    border: 1px solid #959492;
}

.txt
{
	font-family:        Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #353432;
    border: 1px solid #959492;
    width:20em;
    margin-bottom: 2px;
}

.small
{
    width:10em;
}

.boxfull
{
  font-size:1px;
  float:left;
  width: 20px; 
  height:8px; 
  background-color:#FF9900; 
  border: 1px solid #777777;
  margin-right: 2px;
}
.boxempty
{
  font-size:1px;
  float: left;
  width: 20px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #777777;
  margin-right: 2px;
}



#message
{
  position:absolute;
  top:350px;
  left:450px;
  width:300px;
  height:150px;
  background-color: white;
  border: 1px solid #555555;
  font-size: 0.65em;
  z-index:10;
}

#message #head
{
  background-color:#FF9900;
  color:white;
  padding: 5px;
  margin: 0;
}

#message #text
{
  padding:0px 5px;
}

#message #close
{
  float:right;
  margin-top:15px;
  margin-right:5px;
  margin-bottom: 5px;
  padding:5px;
}

#message #close a
{
  color:#ff8800;
}



#sprache
{
    position:absolute;
	top:10px;
	right:0px;
	width:80px;
	height:80px;
	display:block;
        background-color:#fff;
	text-align:right;
	display: none;
	z-index: 1;
}

#sprache ul
{
  margin:3px 0px;
  padding: 0px;
}

#sprache li
{
    margin:0 0 0 0px;
	list-style-type:none;
	display: block;
}
  
#sprache li a
{
  text-decoration: none;
  color:#666;
}

#sprache li a:hover
{
  text-decoration: none;
  color:#000;
}


.ergebnisliste td, .ergebnisliste th
{
  font-size: 11px;
}

.ergebnisliste th
{
  border-bottom: 1px solid #666;
}

.ergebnisliste a
{
  color:#666;
  font-weight:bold;
  text-decoration: none;
}

.ergebnisliste a:hover
{
  text-decoration: underline;
}

#eventgroup_filter ul
{
  display: inline;
  list-style-type:none;
}

#eventgroup_filter ul li
{
  float:left;
  width: 135px;
  font-weight: bold;
}

#eventgroup_filter ul li select
{
  font-size: 100.1%;
  width: 120px;
  margin-top: 5px;
}

.rechts_ort
{
  text-decoration: none;
  color: #555;
  width:130px;
  display: block;
  padding-top:3px;
  padding-bottom: 3px;
}

.andere_orte .rechts_ort
{
/*	width:150px;*/
}

.rechts_ort:hover
{
	background-color:#eee;
}



#detail_hotels a
{
  text-decoration: none;
  color: #222;
}

#detail_hotels a:hover
{
  color: #ff9900;
}

.hoverlink
{
  text-decoration: none;
  color: #222;
}

.hoverlink:hover
{
  color: #ff9900;
}


#startcontent .news_teaser h2 .orange
{
  color: #ff9900;
}


#einloesen_details .beschreibung
{
  height: 350px;
  overflow: auto;
}


.terminliste td a
{
	width: 100%;
	height: 100%;
	text-decoration:none;
	color:#444;
}

.auswahlcontainer
{
	background-color:#e8e8e8;
}

.auswahltab
{
	padding: 10px;
	width: 180px; 
	float:left;
	
}

.auswahltab_rechts
{
	padding: 10px;
	width: 350px;
	margin-left: 200px;
}

#auswahl a
{
	text-decoration:none;
	color: #999 !important;
}

#auswahl a:hover
{
	color: #333 !important;
}

.neben_reiter
{
	height:90px;
	margin-bottom: 10px;
}

.grau {
	color: #333;
}



.eg_item {
	border-bottom: 1px solid #B7B7B7; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	height: 120px;
}

.eg_item h1 a {
	text-decoration: none;
	color: #ff8800;
}

.eg_item .teaserbild {
	float: left; 
	vertical-align: top; 
	margin-right: 10px;
	width: 125px; 
	height:100px;
}

.eg_item .raum {
	float: left; 
	width: 130px;
	border-right: 1px solid #B7B7B7; 
	margin-right: 10px; 
	height:100px;
}

.eg_item .ort {
	float: left; 
	width: 130px;
	border-right: 1px solid #B7B7B7; 
	margin-right: 10px; 
	height: 100px;
}

.eg_item .ort a {
	color: #333; 
	text-decoration: none;
}

.eg_item .land {
	float: left; 
	width: 80px; 
	border-right: 1px solid #B7B7B7; 
	margin-right: 10px; 
	height:100px;
}

.eg_item .auswahl {
	float: left; 
	width: 140px;
}

.eg_item .auswahl .preis {
	font-size: 15px; 
	font-weight:bold;
}

.selectimage {
	margin-bottom: 2px; 
	float:left;
	margin-right:2px;
}


.mehr {
	color: #666;
	font-weight:bold;
}

.staatenliste {
	float:right;
	width:500px;
	text-align:right;
}

.staatenliste a {
	color: #555;
	text-decoration:none;
}

.staatenliste a:hover {
	color: #f80;
	text-decoration: underline;
}

.qs_tab {
	width: 95%;
	border-collapse: collapse;
}

.qs_tab td {
	padding: 2px;;
	margin: 0;
}

.qs_row:hover {
	background-color: #ff8800;
}

.qs_col_erlebnis a {
	display:block;
	text-decoration: none;
	color: #444;
}

ul.rand_navi li .qs_col_erlebnis a {
	display:block;
	text-decoration: none;
	color: #444;
}


#meventicnt .qs_row a:hover {
	color: #444;
}


.qs_col_treffer {
	text-align: right;
}

.qs_col_treffer a {
	color: #444;
	display:block;
	text-decoration: none;
}


.qs_col_erlebnis {
}


#detail_hotels h2
{
	margin-top: 0px;
	margin-bottom: 5px;
}

#detail_hotels img {
	float:left;
	margin-bottom:5px;
}

#detail_hotels .event {
	margin-left:25px; 
	float:left;
}

#detail_hotels .ort {
	clear:left;
}

#detail_hotels .ortsname {
	width:150px; 
	float:left;
}

#detail_hotels .hotels {
	width:240px; 
	float:left;
}

#detail_hotels .trenner {
	border-bottom: 2px solid rgb(255, 255, 255); 
	padding-top: 0px; 
	margin-bottom: 12px; 
	clear: both;
}


  .muttertag {
    margin: auto;
    margin-bottom: 30px;
  }
  .muttertag .head, .muttertag .head a
  {
    font-size:12px;
    font-weight: bold;
    color: #EA849A;
    text-align: center;
    text-decoration: none;
  }
  .muttertag .img
  {
    text-align:center;
  }
  .muttertag .content
  {
    text-align: center;
  }
  
  .muttertag .content a
  {
    color: #555;
    text-decoration: none;
  }

  .vatertag {
    margin: auto;
    margin-bottom: 30px;
  }
  .vatertag .head, .vatertag .head a
  {
    font-size:12px;
    font-weight: bold;
    color: #FF8800;
    text-align: center;
    text-decoration: none;
  }
  .vatertag .img
  {
    text-align:center;
  }
  .vatertag .content
  {
    text-align: center;
  }
  
  .vatertag .content a
  {
    color: #555;
    text-decoration: none;
  }

.hoverbold:hover
{
	font-weight:bold;
}

#content h1.trenner
{
	margin-top:10px; 
	padding-top: 10px; 
	border-top:1px solid #ddd;
}




#meventicnt div.selectbox-wrapper ul li
{
	margin-bottom:2px;
}
#meventicnt div.selectbox-wrapper ul li.selected
{
	background-color: #ff9600;
}

#meventicnt #thema_container, #meventicnt #anrede_container
{
	height: auto;
}


#meventicnt .hovertab tr:hover td {
	background-color:#ff8800;
}

#meventicnt .zentriert {
	text-align: center;
}

