body {
	margin: 0px;
	background-color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

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

/*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#seite {
	margin: 5px auto;
	width: 1000px;
	border: 1px solid #df0000;
	background-color: #ffffbb;
	/*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: 900px;
	/* IE6 kennt keine min-height dies ist ein Hack dafür */
	height:auto !important;
	height: 900px;
}

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;
}	
	
div#seite.geschichte {
	min-height: 2030px;
}	

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

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


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

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


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;
}

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

}

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

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;
}

div#seite h1 {
	margin: 3px;
	margin-left: 1px;
}

div#seite.index h1{
	margin: 1px;
	font-size: 14px;
}	

div#seite h2 {
	margin: 1px;
	font-size: 14px;
}
	
div#seite a {
	color: #0000ff;
}

/* Definition der Seitengröße*/

div#top{
	/* 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: 1000px;
	height: 110px;
	background-image: url(../img/site/algarve-ferienhaus-top.gif);
}



div#secnav {
	position: absolute;
	top: 120px;
	left: auto;
	width: 180px;
	background-color: #ffffbb;
	padding: 0px 0px 0px 5px;
}

div#secnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.ober{
	width: 170px;
	height: 20px;
	margin-top: 4px;
	margin-left: 4px;
	background-color: #df0000;
	padding: 0px 0px 0px 3px;
	font-size: 16px;
	font-weight: bold;
}

div#secnav a {
	width: 156px;
	height: 18px;
	margin-top: 2px;
	margin-left: 4px;
	padding: 2px 0px 0px 17px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	background-color: #038033;

}

div#secnav a:hover {
	background-color: #ffff33;
}

div#secnav ul.sprache{
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
	width:180px;
}

div#secnav ul.sprache li{
	margin: 4px;
	display: inline;	
}

div#secnav ul.sprache a{
	background-color: #ffffbb;
	margin-left: 0px;
	padding: 0px;
	display: inline;
}

div#botnav{
	position: absolute;
	padding: 2px;
	margin-left: 5px;
	width: 809px;
	height: 20px;
	top: 90px;
}

div#botnav ul.horizontal {
	margin: 3px 0px;
	padding: 0;
	list-style:none;
	width: 805px;
}

div#botnav ul.horizontal li {
	display:inline;
}

div#botnav ul.horizontal a {
	margin: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

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: 28px;
	left: auto;
	width: 615px;
	margin: 0px 5px 5px 190px;
}

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



div#main ul.haus {
	text-align: left;
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	width: 605px;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFDA;
/*Gesamtbreite der Liste: 605+2*3=611*/
}

li.bild-villa-mieten {
	width: 186px;
	border-style: none;
	float: left;

}

li.daten1{
	width: 180px;
	float: right;	
	background-color: #E6FfCE;
	margin-bottom: 0px;
	border-style: none;
	padding: 2px;
}

li.daten2{
	width: 230px;
	float: right;	
	background-color: #E6FfCE;
	margin-bottom: 0px;
	border-style: none;
	padding: 2px;
}

li.fakten{
	clear: right;
	border-style: none;
	margin: 3px;
	padding: 1px;
}

div#main ul.anfragen {
	width: 150px;
	float: right;
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFDA;
}

div#main ul.anfragen a {
	text-decoration: none;
}

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

div#main ul.unterschriften li{
	width: 140px;
	background-color: #ffffbb;
	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#galerie ul.bilder  li{
list-style: none;
margin-bottom: 4px;
}
	
div#main div.bildvilla {
	margin: 5px;
	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: #ffffbb;
}


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

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;
}

div#main.formular {
	width: 800px;
}

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

div#main div.bildlink a {
	color: #ffffbb;
}


	
div#wetter{
	position: absolute;
	top: 144px;
	left: auto;
	width: 170px;
	padding: 2px;
	margin: 0px 5px 5px 815px;
	border-style: solid;
	border-width: 3px;
	border-color: #038033;
	background-color: #FFFFDA;
	font-family:Verdana,Arial,Tahoma,Times New Roman;
	font-size: 10px;
	text-align:center;
}

div#wetter a {
	color: #000000;
}
	
div#wetter iframe {
	width: 120px;
	height: 97px;
}	

iframe{ /*Kalender iframe*/
	width: 100%;
	height: 480px;
}	



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

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

div#main.mietwagen iframe{ /*Mietwagen iframe*/
	width:625px;
	height: 1200px;
	margin-left: -8px;
}
	
div#kasten {
	position: absolute;
	top: 294px;
	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: 138px;
	left: auto;
	width: 170px;
	height: 600px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 6px 5px 5px 815px;
	padding: 2px;
}	

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;
	left: auto;
	margin-left: 242px;
}

div#suchformular {
	width: 611px;
	height: 210px;
}

div#suchformular iframe {
	width: 100%;
	height: 100%;
}

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

div#login iframe{
	width: 620px;
	height: 350px;
}

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;	
}
/* 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: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

