body {
	margin: 0px;
	background-image:url(../img/site/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color:#666666;
	background-color: #e0f7fd;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 10px 0px 0px;
	padding: 0px;
}

textarea { 
	font-family: Arial;
	font-size: 12px;
}

/*Das löst alle Rahmenprobleme bei Links die Bilder sind. Nötig, weil sonst in ul class="haus" entweder alle Links Beige oder blau wären.*/
ul a img{
border: 0px;
}	

a img{
border: 0px;
}

div#schatten{
 	margin: 0px auto;
	width: 812px;
	background-image: url(../img/site/schatten.png);
	background-repeat: repeat-y;
}



div#schatten-unten {
	margin: -5px auto;
	width: 812px;
	height: 6px;
	background-image: url(../img/site/schatten-unten.gif);
}

div#seite {
	margin: 0px auto;
	width: 800px;
	background:#ffffff;
	/*Mindesthöhe muss hier definiert werden, weil IE6 nur eine Unterklasse (index) erkennt*/
	/* min-height nötig, damit div#seite über den Kasten reicht, auch wenn der Kasten länger ist als div#main */
	min-height: 1100px;
	/* IE6 kennt keine min-height dies ist ein Hack dafür */
	height:auto !important;
	height: 1100px;	
}

div#seite.index {
	min-height: 1700px;
	/* IE6 kennt keine min-height dies ist ein Hack dafür */
	height:auto !important;
	height: 1700px;
}
	/* Keine Haccks für IE6 mehr nötig, weil er diese Klassen nicht wahrnimmt (vgl. Zeile 25).*/
div#seite.klima {
	min-height: 1220px;
	text-align: justify;
}	
	
div#seite.geschichte h3{
	margin-top: 10px;
}	

/*div#seite.geschichte h1{
	margin-top: 10px;
}*/	

div#seite.geschichte {
	min-height: 2030px;
	text-align: justify;
}	

div#seite.land {
	min-height: 1180px;
	text-align: justify;
}

div#seite ul.horizontal {
	margin: 0px 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	list-style:none;
	width: 600px;
}

div#seite ul.horizontal li {
	display:inline;
	font-size: 20px;
}

div#seite ul.horizontal li.trenner {
	display:inline;
	padding-left: 34px;
	padding-right: 34px;
}	

div#seite.detail {
	min-height: 900px;
}	


div#seite.last-minute {
	min-height: 1050px;
}

div#seite.reisetipps {
	min-height: 1500px;
	text-align: justify;
}


div#seite.reisetipps h3{
	font-size: 15px;
	margin-top: 20px;
	margin-left: -1px;
}

div#seite.reisetipps p{
	margin: 0px;
}

div#seite.reisetipps h2{
	font-size: 20px;
	color: #666666;
}

div#seite.reisetipps div#kasten h2{
	font-size: 13px;

}

div#seite.kultur {
	min-height: 900px;
	text-align: justify;
}

div#seite.kultur h3 {
	font-size: 15px;
}
	
div#seite.kultur p{
	margin-top: 0px;
	margin-bottom: 20px;
}
	
div#seite h3 {
	font-size: 15px;
	margin: 1px;
	margin-left: 0px;
}

div#seite h1 {
	
	margin: 1px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	color:#3399cc;
}	

div#seite h1 a{
color:#3399cc;
}

div#seite h2 {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color:#3399cc;
}
	
div#seite a {
	color: #4EB3DD;
	text-decoration: none;

}

/* Definition der Seitengröße*/

div#grau{
	/* muss wegen IE6-Buck relative positioniert werden. Der schiebt die top sonst nach rechts*/
	/*Das erste relativ positionierte Element bezieht sich auf das umgebende Element (div#top bez. sich auf div#eite)*/
	/*Es kann daher im Quelltext überall innerhalb von div#seite stehen. div#top beginnt auf jeden Fall am oberen Rand von div#seite*/
	position: relative;
	left: auto;
	width: 800px;
	height: 79px;
	background-color: #c5c8be;
}

div#top{
	/*Das zweite relativ positionierte Element bezieht sich im IE6 auf das im Quelltext direkt darüber stehende div und in allen anderen Browsern auf das zweite relativ positionierte Element.*/
	/*div#top muss daher für den IE6 immer direkt unter div#grau stehen. Für alle anderen Browser ist das egal*/
	position: relative;
	left: auto;
	width: 800px;
	height: 167px;
	background-image: url(../img/site/top.jpg);
	border-bottom: 1px solid #ffffff;
}

div#logo{
	/*Das dritte relativ positionierte Element bezieht sich im IE6 auf das im Quelltext direkt darüber stehende div und in allen anderen Browsern auf das zweite relativ positionierte Element.*/
	/*div#logo muss daher für den IE6 immer direkt unter div#top stehen. Für alle anderen Browser ist das egal*/
	position: relative;
	top: -144px;
	left:38px;
	width: 529px;
	height: 68px;
	background-repeat: no-repeat;
	background-image: url(../img/site/logo_de.png);
}

div#logo a {
	text-decoration: none;
	display: block;
	height: 68px;
	width: 329px;
	margin-top: 0px;
}


div#topnav{
	position: absolute;
	padding: 0px;
	margin-left: 430px;
	width: 400px;
	height: 11px;
	top: 57px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
}

div#topnav ul.horizontal {
	margin: 0px 0px;
	padding: 0px;
	list-style:none;
	width: 400px;
}

div#topnav ul.horizontal li {
	display:inline;
	color: #ffffff;
	font-size: 11px;
}

div#topnav ul.horizontal li.trenner {
	display:inline;
	padding-left: 2px;
	padding-right: 2px;
}

div#topnav ul.horizontal a {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

div#topnav ul.horizontal a.aktiv {
	color: #3399cc;
}


div#language{
	position: absolute;
	padding: 0px;
	margin-left: 10px;
	width: 400px;
	height: 11px;
	top: 57px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
}

div#language ul.horizontal {
	margin: 0px 0px;
	padding: 0px;
	list-style:none;
	width: 190px;
}

div#language ul.horizontal li {
	display:inline;
	color: #ffffff;
	font-size: 11px;
}

div#language ul.horizontal li.trenner {
	display:inline;
	padding-left: 2px;
	padding-right: 2px;
}


div#language ul.horizontal a {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

div#language ul.horizontal a.aktiv {
	color: #3399cc;
}


div#nav{
	position: absolute;
	width: 800px;
	height: 31px;
	top: 247px;
}



div#main {
	/*Das zweite relativ positionierte Element bezieht sich im IE6 auf das im Quelltext direkt darüber stehende div und in allen anderen Browsern auf das erste relativ positionierte Element.*/
	/*div#main muss daher für den IE6 immer direkt unter div#top stehen. Für alle anderen Browser ist das egal*/
	position: relative;
	padding-top: 20px;
	left: auto;
	width: 525px;
	margin: 0px 5px 5px 33px;
}

div#main.geschichte {
	padding-top: 85px;
}

div#main ul {
	margin: 0px;
	padding-left: 0;
	width: 525px;
	list-style: none;
}



div#main ul.haus {
	text-align: left;
	margin: 0px;
	margin-bottom: 3px;
/*	padding: 3px;*/
	width: 525px;
	list-style: none;
	border-bottom: dotted 1px #3399cc;
	padding-bottom: 26px;
	padding-top: 30px;
	text-align: justify;
}


div#main ul.haus a{
	color: #4EB3DD;
	text-decoration: none;
}

li.links {
	width: 172px;
	height: 138px;
	float: left;
	border-style: none;
	padding-left: 4px;
	padding-top: 6px;
	margin: 2px;
	margin-bottom: 10px;
}

li.details {
	width: 171px;
	border-style: none;
	padding-top: 2px;
	margin: 2px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color:#3399cc;
	padding-left: 4px;
}

li.rechts{
	width: 325px;
	margin: 2px;
	margin-left: 6px;
	margin-bottom: 0px;
	border-style: none;
	float: right;
	/*padding-top: 10px;*/
}

li.daten1{
	width: 92px;
	float: right;	
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 2px;
	font-weight: bolder;
	line-height: 13px;

}

li.daten2{
	width: 223px;
	float: right;	
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	margin-bottom: 0px;
	/*margin-right: 117px;*/
	line-height: 13px;
}

li.name{
	border-style: none;
	margin: 3px;
	margin-left: 3px;
	padding: 1px;
	
}

li.fakten{

	border-style: none;
	margin: 3px;
	padding: 1px;
}

div#main ul.detail {
	margin-top: 32px;
	text-align: justify;
}

div#main ul.detail h3{
	font-weight: bold;
	font-size: 12px;
}

div#main ul.anfragen {
	width: 150px;
	float: right;
	margin-left: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #f6f6f6;
	padding-left: 2px;
	font-weight: bold;
}

div#main ul.unterschriften {
	width: 300px;
}

div#main ul.unterschriften li{
	width: 140px;
	background-color: #ffffff;
	border-style: none;
	float: left;
}

div#main ul.zimmer li{
width: 135px;
float: left;
margin-right: 10px;
padding: 3px;
background-color: #ffffbb;
border-style: none;
}

div#main ul.zimmer a{
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	background-color: #038033;
	padding: 1px 0px 1px 0px;
	text-align: center;
	border: 1px;
	border-style: solid;
}

div#main ul.zimmer a:hover {
	background-color: #ffff33;
}
	

	
div#main div.bildvilla {
	margin: 10px;
	margin-left: 1px;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	float: left;
}

div#main div.bildvilla p {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

div#main div.bildvilla a {
	color: #4eb3dd;
	text-decoration: none;
}


div#main div.bild {
	margin: 0px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
}

div#main div.bild a {
	color: #4eb3dd;
	text-decoration: none;
}

div#main div.bild p {
	margin: 2px 0px 0px;
	padding: 0px;
}

div#main div.bildlink {
	margin: -1px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-left: 11px;
}

div#main.formular {
	width: 710px;
	margin-left: 33px;
}

div#main.formular h4 {
	color:#DF0101;
}

div#main div.bildlink p {
	margin: 2px 0px 0px;
	padding: 0px;
}

div#main div.bildlink a {
	color: #4eb3dd;
	text-decoration: none;
}

ol li.oberpunkt {
	font-weight: bold;
	font-size: 14px;
}

ol li.unterpunkt {
	font-weight: normal;
	font-size: 12px;
}

div#buchen
{
	position: absolute;
	width: 67px;
	height: 67px;
	top: 336px;
	left: auto;
	margin-left: 470px;
}


div#right{
	position: absolute;
	top: 306px;
	margin-left: 599px;
	width: 200px;

}

div#service{
	height: 159px;
	width: 201px;
	background-image: url(../img/site/service-kasten-neu.gif);
	text-align: left;
}

div#service.lang{
	width: 201px;
	height:214px;
	background-image: url(../img/site/service-kasten-lang.gif);
}

div#service ul {
	margin: 0px;
	padding: 45px 0px 0px 30px;
	width: 150px;
	list-style: disc;
	color: #3399cc;
}

div#service ul li {
	margin-top: 5px;
}

div#service ul a {
	font-size: 11px;
	text-decoration: none;
	color: #3399cc;
}

div#service.lang ol{
	margin: 0px 0px -45px 0px;
	padding: 0px 45px;
	width: 150px;
	color: #3399cc;
}

div#service.lang ol a {
	font-size: 11px;
	text-decoration: none;
	color: #3399cc;
}

div#kontakt{
	width: 201px;
	height: 217px;
	margin-top: 13px;
	background-image: url(../img/site/kontakt-kasten.gif);
	text-align: left;
}

div#kontakt ul {
	margin: 0px;
	padding: 40px 0px 0px 15px;
	width: 148px;
	list-style: none;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

div#kontakt ul li {
	margin-top: 8px;
}

div#kontakt ul a {
	font-size: 11px;
	text-decoration: none;
	color: #3399cc;
}

/*div#wetterframe{
	
	background-color: #939393;
	font-family:Verdana,Arial,Tahoma,Times New Roman;
	font-size: 10px;
}

div#wetterframe div.body{
	width: 180px;
	padding: 15px 0px 0px 20px;
	background-color: #939393;
	color: white;
}*/

div#wetter{
	width: 201px;
	height: 244px;
	background-image: url(../img/site/wetter-kasten.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	text-align: left;
}

div#wetter ul {
	margin: 0px;
	padding: 40px 0px 0px 15px;
	width: 148px;
	list-style: none;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

div#wetter ul li {
	margin-top: 8px;
}


div#wetter iframe {
	width: 200px;
	height: 265px;
	margin-left: 0px;
	margin-top: 0px;
}



div#wetter div.body{
	width: 250px;
	padding: 15px 0px 0px 20px;
	background-color: #eff2e9;
	color: #666666;
}

div#wetterframe div.zeit{
	width: 186px;
	height: 20px;
	padding: 0px 0px 0px 15px;
	background-color: #eff2e9;
	color: #666666;
	font-size: 11px;
}

div#wetterframe div.body{
	width: 181px;
	height: 150px;
	padding: 15px 0px 0px 20px;
	background-color: #eff2e9;
	color: #666666;
	font-size: 11px;
}

div#wetterframe div.body a {
	font-size: 11px;
}


.wetter24{
	width: 180px;
	background-color: #eff2e9;
	color: white;
}


.body a {
	color: #3399cc;
	text-decoration: none;
}
	
div#wetterframe iframe {
	width: 180px;
	height: 105px;
	margin-left: 0px;
	margin-top: 0px;
}

div#wetter iframe {
	width: 201px;
	height: 185px;
	margin-left: 0px;
	margin-top: 0px;
}
.ende{	
	height: 30px;
	background-image: url(../img/site/service_ende.png);
}


iframe{ /*Kalender iframe*/
	width: 550px;
	height: 480px;
	margin-left: 4px;
	margin-top: 60px;
}	



div#main.flug iframe{ /*Flugsuche iframe*/
	width:615px;
	height: 920px;
	margin-left: 0px;
}

div#main.pauschalreise-portugal iframe{
	width:541px;
	height: 500px;
	margin-left: -8px;
}

div#main.mietwagen iframe{ /*Mietwagen iframe*/
	width:625px;
	height: 1200px;
	margin-left: -67px;
	margin-top: 0px;
}
	
div#kasten {
	position: absolute;
	top: 434px;
	left: auto;
	width: 170px;
	padding: 2px;
	margin: 6px 5px 5px 815px;
	border-style: solid;
	border-width: 3px;
	border-color: #038033;
	background-color: #FFFFDA;
}

div#galerie {
	position: absolute;
	top: 620px;
	left: auto;
	width: 182px;
	height: 270px;
	margin-left: 35px;
}

div.space_for_galery {
height: 270px;
}

div#kasten h2 {
	padding: 0 0 5px 0;
	margin: 0px;
	font-size: 13px;
	color: #082484
}

div#kasten h3 {
	margin: 1px;
	font-size: 14px;
}
	

div#inhaltrechts p {
	padding: 0 0 5px 0;
	margin: 0px;
}

div#kasten div.quelle {
	width: 167px;
	padding: 0px 5px;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
}

div#seitzeichen {
	margin-top: 25px;
	margin-left: 500px;
}

div#suchformular {
	width: 560px;
	height: 164px;
}

div#suchformular iframe {
	width: 560px;
	height: 100%;
	margin-top: 2px;
	margin-left:-0px;
}

div#button{
	margin-left: 38px;
	top: 312px;
	padding-top: 4px;
	position: absolute;
	height: 24px;
}

div#login iframe{
	width: 521px;
	height: 300px;
	margin-left: 0px;
}

br.clear {
	clear: both;
}

div#searchbox {
    float: left;   /* Suchbox wird von folgendem Inhalt umflossen */
    position: relative;
    overflow: hidden;
    width: 588px;
    border: 1px solid #df0000;
    background-color: #FFF;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

div#searchhead {
    position: relative;
    background-color: #df0000;
    color:#000000;
	font-size:11px;	
}

div#reservation_confirm_box {
	position: absolute;
	z-index: 2;
	top: 306px;
	margin-left: 100px;
	width: 380px;
	height: 120px;
	background-image: url(../img/site/attention-kasten-de.png);
	padding: 45px 16px 10px 10px;
}

div#reservation_confirm_box h3 {
	margin: 0px;
	color:#3399cc;
}

div#layer{
top: 0;
width: 800px;
height: 1095px;
z-index: 1;
position: absolute;
background-image: url(../img/site/layer.png);
}

div#statistics {
	width: 0px;
	height: 0px;
}

div#statistics iframe {
	width: 0px;
	height: 0px;
}
/* lightbox */	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

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

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

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:img/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

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

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

#overlay{ position: absolute; top: 0; left: 3; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*slider*/
.link {cursor:pointer}
.slider {position:relative; overflow:hidden; height:225px; }
.slidercontent {position:absolute}

