/*
___________________________________________________________________
grimmeblick
___________________________________________________________________
*/

html { 
	overflow: auto;
	height: 100%;
	background-color: #EAD3C6;
}
body,p {
	margin: 0px;
	font-family: Arial,Helvetica,Verdana;
	font-size: small;
}
.fett {
	font-weight: bold;
}

/*
___________________________________________________________________

aufbau der seite
___________________________________________________________________
*/

div#zentrierung1 {

	position: absolute;
	vertical-align: bottom;
	height: 675px;
	width: 1003px;

	margin: -338px 0 0 -503px;

	top: 50%;
	left: 50%;
	
}

div#rahmen {

	position: absolute;
	left: 0px;
	top:0px;
	vertical-align: bottom;
	height: 660px;
	width: 1006px;

/*	margin: -327px 0 0 -502px;

	top: 50%;
	left: 50%;
	
	text-align: left;
	padding: 3px;
	overflow: hidden;*/
	/*border: 1px solid #ff0000;*/
	
	background-color: #FF8C46;

}

#zentrierung { 	
	position: absolute;
	vertical-align: bottom;
	height: 654px;
	width: 1000px;
	top: 2px;
	left:2px;
/*
	margin: -320px 0 0 -500px;

	top: 50%;
	left: 50%;
	
	text-align: left;
	padding: 0px;
	overflow: hidden;
	*/
	border: 1px solid #ffffff;
	
	background-color: #C54B2F;
}



div#oben {
	position:relative;
	width:1000px;
	height: 79px;
	background-color: #CC9375;
	border-bottom: 1px solid #fff;
}
div#oben img#logo{
	position:absolute;
	left: 30px;
}
div#links{
	position:relative;
	height: 500px;
	width: 295px;
	float:left;
	background-color: #DDB7A2;
	overflow:hidden;
	border-top: 1px solid white;
}
div#navigation{
	/* width: 283px; */
	height: 193px;
	padding:3px;
	padding-top: 3px !important;/* was 3 */
	padding-left:4px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-size: 14px; /* was 15 */
	overflow:hidden;
	background-image: url(/fileadmin/bilder/layout/navigation_hintergrund.gif);
}
div#navigation a {	
	display:block;
	padding-left: 5px;
	padding-top: 0px; /* 0 */
	padding-bottom: 0px; /* 1 */
	color:white;
	border-bottom: 0px solid white; /* was 1 :/ */
	text-decoration:none;
}
div#navigation a.active{
	color:#C54B2F;
	font-weight:bold;
}
div#navigation a.navi-letztes {
	border-bottom: 0px solid black;
	color: #904a3a;
	font-weight: bold;
}
div#flashlinks{
	width:294px;
	height: 300px;
	overflow:hidden;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
div#flashlinks img{
	margin: 0;
	padding: 0;
}
div#teaserlinks{
	height:67px;
	width:286px;
	overflow:hidden;
	padding: 3px 3px 3px 5px;
	color: #fff;
	border-right: 1px solid white;
	display:none;
}
div#teaserlinks a{
	text-decoration:none;
	color: red;
}
div#teaserlinks p{
	margin:0px;
	padding:0px;
	background-color: transparent;
}
div#mitte{
	position:relative;
	height: 500px;
	width: 705px;	
	float:left;
	background-color: #E7DCD6;
	overflow:hidden;
	border-top: 1px solid white;
}
div.inhaltsfader{
	display:none;
	position:absolute;
	left: 50px;
	top: 50px;
	width:605px;
	height:400px;
	background-color: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.80;
}
div#inhalt{
	position:absolute;
	left: 0px;
	top: 0px;
	width:685px;
	height:480px;
	padding: 10px 10px 10px 10px;
	color: #865338;			/*Schriftfarbe*/
	overflow:auto;	
	overflow-x:hidden;
}

div#inhalt img{
	border:0px solid black;
}

div#inhalt a{
	color: #865338;			/*Schriftfarbe*/
	text-decoration: underline;
}

div#inhalt img.printueberschrift{
	display:none;
}

div#inhalt h1 {
	display:block;
	text-align:center;

	margin:0;
	margin-top: 10px;
	padding:0;
} 



div#unten{
	positon:relative;
	width: 1000px;
	height: 50px;
	background-color: #CC9375;
	border-top: 1px solid white;
	overflow:hidden;
}
div#unten img{
	position:absolute;
	right: 10px;
	bottom:3px;
}

div.clear{
	clear:both;
	width:0px;
	height:0px; 
	overflow:hidden;	
}



/************************************************
		Layermenu!
************************************************/
ul.menu, ul.menu ul,  ul.menu li {
	margin:0;
	padding:0;
}

ul.menu {
/*	position:absolute;*/
	position: relative;
	list-style-type: none;
	z-index:2999;
	top:0px;
	left:0px;
	margin:0;	
	padding:0;
	width:1000px;
/*	background-color: #cc9375;*/
	background-color: #C54B2F;
}

ul.menu ul {
	position:absolute;
	list-style-type: none;
	z-index:2999;
}

ul.menu a {
	display: block;
	padding: 3px 8px 3px 10px;
	/*bg*/
/*	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;*/
	
	font-size: 14px; 
	font-weight:bold;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;	
	text-decoration:none;
	text-transform: uppercase;

}

ul.menu a.aktiv {
	font-weight:bold;
	color: #CC9375;
}

ul.menu ul a {
}


ul.menu li {
	position:relative;
	padding:0;
	margin:0;
	background-image: none;
	float:left;	
	
}

ul.menu ul.submenu {
	z-index:9998;
	position: absolute;
	background-color: transparent;
	display:none;
	width:150px;                                       /*Breite*/
	width:188px;	
	/*bg*/
	border-bottom: 2px solid #fff;
	margin-top: -1px;
	margin-left: 5px;
	
/*	filter: alpha(opacity=91);
	-moz-opacity: 0.91;
	opacity:0.91;
*/
}

ul.menu ul.submenu a.amitsubmenu{
	position:relative;
	margin-right: 20px;
}

ul.menu ul.submenu a.amitsubmenu span.mitsubmenu{
	position:absolute;
	right:5px;
	top: 1px;
}

html>body, ul.menu ul.submenu a.amitsubmenu span.mitsubmenu{
	top: 0px;
}

ul.menu ul.submenu li{
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}


ul.menu ul.submenu a{
	padding:0;
	line-height: 16px;
	padding-left: 10px;
	/*padding-left: 10px;*/
	text-transform: none;

/*	background-color:red;*/
}

ul.menu ul.submenu a.aktiv{
	font-weight:bold;
	color: #C54B2F;
}

ul.menu ul.submenu2 li{
	height: 16px;
	overflow:hidden;
}

ul.menu ul.submenu2 a{
	padding:0;
	line-height: 18px;
	padding-left: 10px;
	text-transform: none;
	
}

ul.menu ul.submenu2 a.aktiv{
	font-weight:bold;
	color: #C54B2F;
}



ul.submenu ul.submenu2 {
	z-index:9998;
	position: absolute;
	background-color: #cc9375;
	border: 0px solid #fff;
	display:none;
	width:180px;

	left:149px;                                                  /*Breite*/
	left:186px;
	
	top:-0px;
	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;

	
	filter: alpha(opacity=91);
	-moz-opacity: 0.91;
	opacity:0.91;
}

ul.menu ul.submenu2 li{
	border: 1px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: #cc9375;

}


/* Den IE ein anderen ABstand mitgeben*/
html>body, ul.submenu ul.submenu2 {
	top:-1px;
}



/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover{
    display:block;
}
ul.menu li.hover ul.submenu{
    display:block;
}
ul.menu li:hover ul.submenu{
    display:block;
}
ul.menu li.hover ul.submenu li, 
ul.menu li:hover ul.submenu li {
/*height: 15px;*/
}

ul.submenu li:hover ul.submenu2 {
    display:block;
    
}

ul.submenu li.hover ul.submenu2 {
    display:block;
}



ul.menu ul li {
	float:none;
	background-color: transparent;
}

ul.submenu div.menuback {

	position:absolute;
	width: 186px;                         /*Breite*/
	height:18px;
	margin:0;
	padding:0;
	background-color:#cc9375;
	z-index:-1;

	filter: alpha(opacity=91);
	-moz-opacity: 0.91;
	opacity:0.91;


}

ul.submenu li.ohnesub {
	position:relative;
	background-color:#cc9375;

	filter: alpha(opacity=91);
	-moz-opacity: 0.91;
	opacity:0.91;
}




div#fusszeile{
	position:absolute;
	bottom:0px;
	right:0px;
	
	width:1000px;
	text-align: right;

	font-weight:bold;
	font-size: 0.9em;
	color:#C54B2F;
}


div#fusszeile a{
	text-decoration:none;
	padding-left:15px;
	color:#C54B2F;
}


/************************************************
		Template 2 Spalten
************************************************/


div#zweispalten_drumherum {
	position:relative;
	margin:0;
	padding:0;
	
}
div#zweispalten_drumherum div.zweispalten_links {
	position:relative;
	width:310px;
	float:left;

	background-color:transparent;
}
div#zweispalten_drumherum div.zweispalten_rechts {
	position:relative;
	width:315px;
	margin-left:40px;
	float:left;
	background-color:transparent;
	margin-right: -10px;
}

/*************************************************
		Template 3 Spalten (1)
*************************************************/

div.dreispalten_drumherum{
	display:inline;
	float: left;
	width: 206px;
	margin-right:20px;
	margin-bottom: 10px
	overflow-x: hidden;
	background-color:transparent;
}

div.bild1{
	text-align:center;
	margin: 3px 0px 3px 0px;
}
div.bild1 img{
	display;inline;
}

div.bild2{
	text-align:center;
	margin: 3px 0px 3px 0px;
}
div.bild2 img{
	display;inline;
}
div.text{
	width: 206px;
	overflow-x: hidden;

}


/*************************************************
		Template Angebot
*************************************************/

div.angebot_drumherum{
	position:relative;
	width: 670px;
	border:2px solid #B7292D;
	text-align: left;
	background-color: #EBCBBE;
}
div.angebot_drumherum div.bildobenrechts{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:-1;
}
div.angebot_drumherum h1.first{
	margin: 0px !important;
	margin-top: 50px !important;
	margin-left: 10px !important;
	padding: 0px !important;
	text-align: left !important;
}
div.angebot_drumherum h1.first img{
	margin:0;
	padding:0;
}

div.angebot_drumherum h1.sec{
	margin: 0px !important;
	margin-left: 10px !important;
	padding: 0px !important;
	text-align: left !important;
}
div.angebot_drumherum h1.sec img{
	margin:0;
	padding:0;
}

div.angebot_drumherum div.text{
	margin-top:0px;
	
	width:650px;
	padding: 10px;
}

/*************************************************
		Template Bild_Hintergrund
*************************************************/

div.bildcontent_drumherum{
	position: absolute;
	top: 0px;
	left:0px;
	height: 500px;
	width: 705px;

	padding:0;
	margin: 0;
	overflow:hidden;
}

div.bild{

}

div.bild img {
	
}
	
div.textfader {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 260px;
	height: 410px;
	background-color: white;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity:0.85;
	
}

div.rechts div.textfader {
	left:auto;
	right: 35px;
}

div.text {
	position: absolute;
	left: 50px;
	top: 50px;
	width: 195px;
	height: 245px;
	padding: 15px 10px 150px 35px;
	overflow: hidden;
}
	
div.rechts div.text {
	left:auto;
	right: 50px;
}

/*********************************
	Videos
**********************************/

div.video-dsl {
	margin-top: 20px;
	/*margin-left: 145px;*/
	margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-isdn {
	margin-top: 20px;
	/*margin-left: 185px;*/
	margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-isdn-elkeringhsn {
  margin-top:20px;
  /*margin-left:242px;*/
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-dsl-elkeringhsn {
  margin-top: 20px;
	/*margin-left: 145px;*/
	margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-wol {
	margin-top: 50px;
	/*margin-left: 35px;*/
	margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-wtbg-dsl {
	margin-top: 0px;
	/*margin-left:125px;*/
	margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.video-wtbg-isdn {
	margin-top: 60px;
	/*margin-left:255px;*/
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}





/*********************************
	Ticker
**********************************/

/*auf der Startseite*/

div#tickersrc {
	display: none;
}
div#startticker {
	width: 210px;
	height:25px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
div#startticker p {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	display: inline;
	font-size: 17px !important;


}
div#startticker {
	cursor: default;
}
div#startticker p a {
	cursor: pointer;
	text-decoration: none;
	color: #49A12D;
}


/*auf Folgeseiten*/

div#tickersrc {
	display: none;
}
div#ticker {
	position:absolute;
	left: -2px;
	top: -1px;
	
	width: 540px;	
	height: 14px;
	
	overflow:hidden;
	
	color: #fff;
	background-color: #C54B2F;
	border: 2px solid #FF8C46;
	border-top: 0px solid #FF8C46;
	
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px !important;
}

div#ticker p {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	display: inline;
	font-size: 12px !important;
}
div#ticker {
	cursor: default;
}
div#ticker p a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
}



/******************************************
Einstellungen aus dem Seiteneintrag überschreiben
******************************************/

div#seiteneintrag_drumherum {
	position:absolute !important;
	left:15px !important;
	top:23px !important;
}

div#bild {
	text-align:right !important;
}

/******************************************
Farben aus dem Seiteneintrag überschreiben
******************************************/

div#seiteneintrag_drumherum h1{
            color:black !important;
}

div#adresse a{color:#C54B2F;
}

 

div#navi {
           background-color:transparent !important;
	   border:0px !important;
	   color:transparent !important;
}



div#navi a{
            color:transparent !important;
            margin:0px !important;
            border-right: 0px solid #E5C88E;
            padding:0px 15px 0px 15px;
}



/**********************************
Seiteneintrag Seite2 Reservieren
**********************************/

div#seite2 div#adresse-bild {
            background-color: #DDB7A2 !important;
}

div#seite2 h1{

            background-color: #CC9375 !important;
}

div#seite2 div#reservieren {
            background-color: #DDB7A2 !important;
            border-top:2px solid white;
            margin-top:-2px !important;
}

div#seite2 div#reservieren div.radio{

            background-color:transparent !important;

}

div#seite2 div#freimeldungen {

            background-color: #DDB7A2 !important;

}

div#seite2 div#freimeldungen td {

            background-color:#CC9375 !important;

}

 

div#seite2 div#freimeldungen th {

            background-color:#CC9375 !important;
            text-align:center;

}

 

div#seite2 div#kontaktdaten {

            background-color: #DDB7A2 !important;
}

div#seite2 div#kontaktdaten input.submitbutton {

            border:1px solid black !important;
            background-color: #CC9375! important;

}

 

div#seite2 div#dankebox {

            background-color: #DDB7A2 !important;

            

            filter: alpha(opacity=90) !important;

            -moz-opacity: 0.90 !important;

            opacity:0.90;

            

            border:2px solid white !important;

}

 

div#seite2 div#dankebox input.submitbutton {

            border:1px solid black !important;
            background-color: #CC9375! important; 

}



div.tx_lumogooglemaps_pi1_sidebar{
	display:none;
}

/*********** Logo auf Startseite ************/
div#seh-logo{
	z-index:1000; 
	position:absolute; 
	bottom:10px; 
	left:10px;
}

div#seh-logo a img{
	border:0px;
}
div#bhd-logo{
	z-index:1000; 
	position:absolute; 
	bottom:10px; 
	left:105px;
}
div#urlaub-logo {
    position:absolute;
    z-index:1000;
    bottom:10px;
    left:280px;
}
div#urlaub-logo a img {
    border-width:0px;
}

/* videobutton las vegas */
.videobutton {
	cursor: pointer;
}

/* abstaender gutscheinbestellung (weicher rand) */
div.gutscheinbestellung {
	margin-top: 10px;
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 40px;
	height: 380px;
	margin-bottom: 10px;
	overflow: auto;
}

/* gutscheinbestellsystem 2007/2008 */
div.gutscheine-fehler-klein {
	display: inline;
	border: 1px solid #AA0000;
	background-color: #E6C9AC;
	padding: 2px;
	margin-left: 5px;
}
div.gutscheine-fehler {
	border: 1px solid #AA0000;
	background-color: #E6C9AC;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
}
div.gutscheinbestellung .fehler {
	font-weight: bold;
}
div.gutscheinbestellung form {
	margin: 0;
	padding: 0;
}
div.gutscheinbestellung textarea {
	overflow: auto;
	height: 66px;
	width: 340px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}
div.gutscheinbestellung .checkbox,
div.gutscheinbestellung .radio {
	width: 16px;
	border: 0 !important;
}
div.gutscheinbestellung h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.gutscheinbestellkasten {
	padding: 4px;
	width: 382px;
	border: 1px solid #7a7a7a;
	background-color: #ca9374;
	color: white;
	margin-bottom: 10px;
}
div.gutscheinbestellkasten h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* icons im kopfbereich */
div#wettericon {
    position:absolute;
    left:760px;
    top:20px;
}
div#twittericon {
    position: absolute;
    left: 620px;
    top: 20px;
}
div#sprachewechseln {
    position: absolute;
    left: 910px;
    top: 18px;
}

div.videoclip {
	width: 614px;
	background:black;
	margin-left:40px;
	margin-top:40px;
	width:614px;
}

/* erweiterung mooflow 2010-07-09 */
.remooz-box {
	z-index: 9010 !important;
}
.remooz-title-bg {
	display: none !important;
}
.remooz-title-content {
	display: none !important;
}