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



body
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	margin:				0px;
	padding: 			0px;
	border-style:		none;
	color: 				#656462;
	background:			transparent;
	font-size:			100.01%;
}

td
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	margin:				0px;
	font-size:			11px;
	color: #656462;
}
td, th
{
	vertical-align:		top;
}

th
{
	font-size: 			11px;
	font-weight:		normal;
	text-align: 		left;
	border-bottom:		1px solid white;
	font-weight:		bold;
}

img
{
  border:	none;
}

select
{
        font-family:            Verdana, Arial, Helvetica, sans-serif;
        font-size:                      0.65em;
        margin-bottom: 2px;
}

.flleft
{
	float:left;
}
.flright
{
	float:right;
}
.zentriert
{
	text-align:center;
}
.rechtsbund
{
	text-align:right;
}
.linksbund
{
	text-align:left;
}

.clear
{
	clear:both;
}
.clear_left
{
	clear:left;
}
.clear_right
{
	clear:right;
}

input.readonly
{
	background-color:#eee;
	color:#000;
}

image
{
	border:none;
}


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

div#webseite
{
	width:930px;
	margin: 0 auto;
}

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

div#kopf
{
	position:relative;
	top:0px;
	left:0px;
	width:925px;
	height:140px;
	font-size:0.65em;
}

div#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:925px;
	height:73px;
	display:block;
	background-color:#FFF;
	background-repeat:no-repeat;
}
div#logo a
{
	display:block;
	width:394px;
	height:73px;
	text-indent:-3000em;
}

ul.kopf_navi 
{
	position:absolute;
	top: 82px;
	left:25px;
	width:750px;
	margin:0; 
	padding:0;
}
ul.kopf_navi li 
{
	margin:0 0 0 0px;
	padding-right: 8px;
	background-color:#fff;
	list-style-type:none;
	color:#000;
	float:left;
}
ul.kopf_navi li a
{
	display:block;
	width:80px;
	padding:10px 0 0 2px;
	background-repeat:no-repeat;
	color: #656462;
	text-decoration:none;
	font-weight:normal;
}

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

ul.kopf_navi li a.gelb 
{
	background-image:url(/gr/layout/menu/gelb.png);
}
ul.kopf_navi li a.orange 
{
	background-image:url(/gr/layout/menu/orange.png);
}
ul.kopf_navi li a.orangek
{
	background-image:url(/gr/layout/menu/orange.png);
}
ul.kopf_navi li a.braun 
{
	background-image:url(/gr/layout/menu/braun.png);
}
ul.kopf_navi li a.violett 
{
	background-image:url(/gr/layout/menu/violett.png);
}
ul.kopf_navi li a.gruen 
{
	background-image:url(/gr/layout/menu/gruen.png);
}
ul.kopf_navi li a.cyan 
{
	background-image:url(/gr/layout/menu/cyan.png);
}
ul.kopf_navi li a.blau 
{
	background-image:url(/gr/layout/menu/blau.png);
}
ul.kopf_navi li a.grau 
{
	background-image:url(/gr/layout/menu/grau.png);
}


#sprachwahl
{
	position:absolute;
	top:78px;
	right:0px;
	width:107px;
	height:18px;
	display:block;
	text-align: right;
	color: #656462;
	z-index: 2;
}
#sprachwahl p
{
	margin:2px 0 0 10px;
	font-weight: bold;
}

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


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

div#rand
{
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	padding-left: 27px;
        width: 130px;
}

ul.rand_navi
{
	position:relative;
	top:0px;
	left:0px;
/*	width:130px; */
	margin:0 0 12px 0; 
	padding:0;
}
* html ul.rand_navi
{
	left:0px;
/*	width:130px; */
}
ul.rand_navi li 
{
	margin:0 0 8px 0;
	padding:0;
	list-style-type:none;
}
* html ul.rand_navi li
{
	width:120px;
}
ul.rand_navi li a
{
	display:block;
	padding:0;
	margin:0;
	background: transparent;
	color: #656462;
	text-decoration:none;
}
ul.rand_navi li a:hover
{
  color: #ff8800;
}

ul.rand_navi li ul
{
	margin:2px 0 0 15px;
	padding:0;
	width:100px;
}
ul.rand_navi li ul li
{
	margin:0;
	padding:0;
}
ul.rand_navi li ul li a
{
	margin:0;
	padding:0;
}


div#rand div.karte
{
	margin:0 0 0 10px;
}
div#rand div.geschenke
{
	margin:0 -10px 0 -20px;
	padding:0;
}


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

div#content
{
	width:768px;
	margin:0 0 0 0;
	float:left;
	color:#656462;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: white;
}

#content p, #content ul, #content ol
{
	margin:0 0 0.7em 0;
	padding:0;
	font-size:11px;
}

#content label
{
	float: 	left;
	width:	12em;
}

#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 div.double_teaser
{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	width:500px;
	float:left;
	height:100px;
	overflow:hidden;
}

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

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

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

#content div.double_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
}

#content h1
{
	margin:0 0 5px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color: #ff9900;
	background:transparent;
        text-decoration: none;
}

#content h1 a
{
	font-weight:bold;
	color: #ff9900;
        text-decoration: none;
}


#content h2
{
	margin:10px 0 2px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	background:transparent;
	color: #656462;
}

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

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


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

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

ul.reiter_navi
{
	font-size:11px;;
	margin:0;
	padding:0;
	background-color:#fff;
	color: #656462;
	width:580px;
	height:25px;
}
ul.reiter_navi li
{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
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;
	list-style-type:none;
}
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;
}





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

#content div.fliesstext
{
	width:555px;
}
#content div.fliesstext a
{
	color:#66c;
	background:transparent;
}

#content .fliesstext p, #content .fliesstext ul
{
	margin-bottom:7px;
}
#content .fliesstext ul
{
	padding: 0 0 0 20px;
	list-style-type:disc;
}



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

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                                           */
/*********************************************************/

div#fusszeile
{
	width:768px;
	margin:0;
	padding:10px 0 0 0;
	border-top:1px solid #656462;
}

ul.fuss_navi
{
	margin:0 0 5px 0; 
	padding: 0;
}

ul.fuss_navi li 
{
	margin:0;
	list-style-type:none;
	display: inline;
}

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


ul.fuss_navi_oben
{
	margin:0 0 0 0;
	padding:0;
	padding-bottom: 8px;
}
ul.fuss_navi_oben li 
{
	margin:0;
	list-style-type:none;
	display: inline;
}
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;
}

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


#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; 
	filter:Alpha(opacity=50);
	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_treffer {
	text-align: right;
}

.qs_col_erlebnis a {
	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;
}
