/*=============================================FOUNDATION=========*/

/*NEW from Kevin/19May2008*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body{
  	background-color: #000000;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /*for IE*/
	font-size: 100.01%;
	}
	
ol, ul{
	list-style-type: none;
	}
	
p, li, h3, h4 {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
	
h3{
	font-weight: bold;
	}
	
a {
	text-decoration: none;
	}


#wrapper {
	position: relative;
	top: 0px; left: 0;
	width: 780px;
	height: auto;
	margin: 0em auto;
	text-align: left;
	}
	
#page, #pageindex {
	position: relative;
	top: 0; left: 0;	
	margin-top: 15px;
	width: 100%;
	height: auto;
	overflow: hidden; /* allows floated boxes to be recognized */
	background-color: #000;
   	}

#page {
	background-color: #fff;
	}
	

/*==================end foundation======*/



/*=======================================INDEX PAGE=========*/

#branding{ 
   width:780px; 
   height:307px; 
   background-color:white; 
   margin-top:112px;
 	}

#branding /*a*/ img{
	position: absolute;
	margin-left: 42px;
	margin-top: 56px;
	}

/*------INDEX NAV----BIENVENIDOS WELCOME WILKOMMEN----*/

ul#indexnav {
	float: right;
	margin: 13px 5px 0 0;
	/*float: right;
	margin: 13px 110px 0 0;*/
	}
	
#indexnav li {
	font-size: 1.125em;
	float: left;
	margin-left: 32px;}
		
#indexnav li a {
	color: #B3B3B3;
	}
	
#indexnav li a:hover {
	color: #f00;
	}
		


/*=========================end index page=====*/	





/*==========================================INSIDE PAGES=========*/


/*------HEADER, NAV, FOOTER for inside pages-----*/	
		
#header, #nav, #main, #footer {
	float: left;
 	width:780px;
	height:169px;
	background-color: #fff;
	}


#header h1 {
	margin-left:45px;
	margin-top:20px;
	}
	
#nav{
	height: 44px;
	background-color: #000;
	}
	
	
#footer {
	height: 200px;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #000;
	}
	



/*---------------NAVIGATION---*/
	
#nav ul#mainnav, #footer ul {
	height: 32px;
	margin: 12px 0 0 8px;
	}
	
	
#footer ul {
	margin-left: 105px;
	/*was 45px*/
	}
	
#nav ul#mainnav li, #footer ul li {
	position: relative;
	float: left;
	display: inline; /* this saves you from the double-margin in ie6 */
	font-size: 0.825em;
	/*font-size: 0.775em;*/
	margin-left: 15px;
	color: #B3B3B3; 
	}
	
	
/* to position the MAIN NAV. BAR in the other LANGUAGES */	
#nav #mainnav li.englishnav {
	margin-left: 4em;
}

#nav #mainnav li.germannav {
	margin-left: 3em;
}

#nav #mainnav li.frenchnav {
	margin-left: 3.2em;
}	
	
	
	
#nav ul#mainnav li a, #main ul#staynav li { 
	color: #B3B3B3; 
	}

#nav ul#mainnav li a:hover, #main ul#staynav li a:hover, #footer ul li a:hover {
	color: #f00; 
	}
	
#footer ul li {
	font-size: 9px;
	color:#515151; 
	}
	
#footer ul li#address {
	font-size: 0.625em;
	margin-top: -20px; 
	}
	
#footer ul li a {
	color:#616161;
	}
	
span.thispage {
	color:#f00;
	}


/*--------DROP DOWN NAV-----*/
	
#nav ul#drop {
	position: absolute;
	top: 0; left: 0;
	width: 148px;
	height: 80px;
	margin: 16px 0 0 -18px;
	padding: 0;
	background-color: #000;
	opacity: 0.8; 
	filter: alpha(opacity=80);
	display: none;
	}
	
#nav ul#drop li {
	margin-left: 0px;
	float: none;
	font-size: 1em;
	width: 128px;
	}

#nav ul#drop li a.aticonav {
	margin-top: 16px;
	}
	
#nav ul#drop li a {
	display: block;
	text-decoration: none;
	margin: 0 0 0 18px;
	padding-top: 10px;
	}

#nav li:hover ul#drop, #nav li.over ul#drop {
	display: block;
	}
	
	
	
/*-----------------------MAIN CONTENT----------*/
	
#main {
	height: auto;
	padding-bottom: 3.5em;
	}
	
#tarifasmain, #formulariomain{
	padding-bottom: 0em;
	}


/* ------STAY NAV for ATICO & STANDARD */	
#main ul#staynav  {  	
	position: absolute;
	top: 211px; left:99px;
	width: 150px;
	height: 66px;
	padding-top: 2px;
	background-color: #000;
	opacity: 0.8;  /* CSS3 property only - won't validate yet ...Apr08 */
	filter:alpha(opacity=80); /* for IE- won't validate either */
	}
	
#main ul#staynav li {
	margin: 10px 0px 7px 18px;
	font-weight: normal;
	font-size: 0.8em;
	}
	
#main ul#staynav li a{
	color: #B3B3B3;
	}
	

/*----IMAGE GALLERY-----*/

#main img{
	float: right;	
	}
	
/* for cafetaria page image */
/*#main img.cafetaria {   
	float: left;
	}*/
	
#gallery { /* image gallery */
	position: absolute;
	top: 455px;
	left: 220px;
	/*width: 136px;*/
	width: auto;
	height: auto;
	}
	
/*#cafgallery {  /* for cafetaria img gallery
	top: 455px;
	left: 536px;
	}
*/
#gallery li {	
	float: left;
	display: block;
	margin: 0 0 0 5px;
	}
	
#gallery li img{
	float: left;
	border: 1px solid #000;
	}
	
p#desc {
	font-size: 0.55em;
	color: #f00;
	margin: 5px;
	padding-left: 5px;
	
	/*padding-top: .5px;
	padding-bottom: .5px;*/
	background-color: #000;
	line-height: 1.325em;
	}
	

#text  {
	float: right;
    width:650px;
	height:auto;
	background-color:#fff;
	margin-bottom: 32px;
	}

#text p {
	font-size: 0.7em;
	width: 458px;
	color: #666666;
	line-height: 1.5em;
	text-align: justify;
	margin: 30px 0 -10px 85px;
	}
	
span.room {
	font-weight: normal;
	}	
	

/*===end header, nav, main, footer for inside pages=====*/	



/*===================================TARIFAS RESERVAS PAGEs=====*/


/*==========================TARIFAS=====*/

/*------------TABLE-------*/

	#tablearea{
		float:right;
		background-color: white;
		}

	table{ 
		width:565px;
		font-size: 0.7em;
		text-align: left;
		border-collapse: collapse;
		}

	thead{
		background-color: #B3B3B3;
		height: 98px;
		color: white;
		vertical-align: top;
		line-height: 1.5em;
		padding-top: 0px;
		}


	tbody{
		color: #666666;
		}


	th {
		padding-left: 8px;
		border-collapse: collapse;
		}

	th.standard_rows {
		height: 50px;
		}

	th.atico_rows {
		height: 70px;
		}


	thead p{
		padding-top: 4px;
		}


	tbody td{
		padding-left: 0px;
		border-collapse: collapse;
		text-align: center;
		}


	th#typo{
		padding-left: 24px;
		padding-right: 0px;
		width: 460px;
		}
		
	th#baja, th#media, th#media_fr, th#alta {
		text-align: center;
		width: 92px;
		}
	
	
	th#media_fr {
		padding-left: 10px;
	}	
	
		
	thead p {
		float: left;
		text-align: center;
		}

	#typo p {
		text-align: left;
		margin-left: 10px;
		}
		
	#typo img, #baja img, #media img, #alta img {
		float: left;
		}

	#typo img {
		padding-right: 90px;
		}
		
	#baja img, #media img, #alta img {
		margin-left: 16px;
		}
		

	#ind{
		padding-top: 10px;
		}
		
	#ind_ge {
		padding-top: 15px;
		padding-bottom: 5px;
		}

	#standard, #atico{
		width: 35px;
		vertical-align:bottom;
		text-align: left;
		}

	#atico{
		vertical-align:top;
		}

	#standard img, #atico img {
		float: left;
		margin-bottom: 12px;
		}

	#atico img {
		margin-top: 14px;
		}

	#spacer{
		display: block;
		height: 25px;
		}		 
		
	#servicios, #condiciones {
		float: right;
		width:521px;
		padding-top:20px;
		padding-left: 44px;
		color: white;
		font-size: 0.7em;
		}

	#servicios, #condiciones {
		margin-top: 2px;
		height: 170px;
		background-color: #B3B3B3;
		}

	#condiciones {
		height: 315px;
		}
		
	#servicios h3, #condiciones h3 {
		color: black;
		font-size: 1.1em;
		}

	#condiciones ul {
		list-style: outside;
		}

	#servicios li, #condiciones li {
		/*line-height: 2.6em;*/
		padding-top: 13px;
		}

	#servicios p, #condiciones p {
		line-height: 1.4em;
		}

	.red{
		color: #FF0000;
		}

	.red em{
		font-weight: normal;
		}

	p#black{
		margin-left: -24px;
		padding-top: 12px;
		}


/*==========================RESERVAS FORM PAGE=====*/


/* ----------------FORM-----*/

/*TARIFAS*/
#topfoto{
	margin-left:215px;
	padding: 0px;		
	}
	

#graybox2 {
	float:right;
	width:565px;
	height:990px;
	padding-top: 2px;
	padding-bottom: 2em;
	background-color: #BCBCBC;
	}
	
#graybox2 .thankyou {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 0px 0px 110px;
	color: #f00;
	line-height: 1.5em;
	font-weight: bold;
	}
	
form {
	float: right;
	width: 500px;
	margin-top: 10px;
	font-size:0.72em;
	color: black;
	}

#formtitle img{
	float: left;
	margin-left: 160px;
	margin-bottom: -15px;
	}
	
#formtitle_fr img{
	float: left;
	margin-left: 60px;
	margin-bottom: -15px;
	}
	
/*CAMPOS OBLIGATORIOS, ETC.*/
label {
	padding-top: 6px;
	float: left;
	text-align: right;
	width: 170px;
	}
	
span.dates {
	font-size: 0.75em;
}
	
.formField{
	padding: 5px;
	background-color: #ccc;
	width: 220px;
	margin-left: 10px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
	
#habitacion.formField, #tipo.formField{
	width: 228px;
	}
	
	
/*THIS IS THE SPACE BETWEEN THE GROUPS OF CAMPOS*/
fieldset {
	padding-top: 20px;
	/*:10px;*/
	}
	
	
.row{
/* clear: both;*/
	margin-top: 6px;
	}

	
.clearFix {
 	display: inline-block;
	}
	

.warning {
	font-weight: bold;
	color: #ff0000;
	font-size: 0.85em;
	margin-left: 178px;
	margin-right: 34px;
	}

#form p {
	color: #ff0;
	}
	
/*RESERVATIONS PAGE: AVAILABILITY REQUEST BUTTON*/
#form a, #formulario a, #formulaire a, #formulario_ge a {
	width: 106px;
	height: 120px;	
	background-image: url(../img/RequestReservationGray.gif);
	background-repeat: no-repeat;
	background-position:center;	
	position: absolute;
	top: 615px;
	left: 57px;
	}

#form a:hover, #formulario a:hover, #formulaire a:hover, #formulario_ge a:hover {
	width: 106px;
	height: 120px;	
	background-image: url(../img/RequestReservationRed.gif);
	background-repeat: no-repeat;
	background-position:center;	
	position: absolute;
	top: 615px;
	left: 57px;
	}
	
	
/*TARIFAS PAGE: PETICION DE RESERVAS BUTTON*/	
#formulario a {
	background-image: url(../img/PeticionReserva.gif);
	}


#formulario a:hover{	
	background-image: url(../img/peticionrouge.gif);
	}
	
	
/*TARIFS PAGE: DEMANDE DE RESERVATION BUTTON*/
#formulaire a {
	background-image: url(../img/DemandeReservation.gif);
	}
	
#formulaire a:hover {
	background-image: url(../img/DemandeReservationRED.gif);
	}
	
	
/*PREISE PAGE: Buchungsanfrage BUTTON*/
	#formulario_ge a {
	background-image: url(../img/Buchungsanfrage.gif);
	}
	
	#formulario_ge a:hover {
	background-image: url(../img/BuchungsanfrageRED.gif);
	}
	
	

/*============end tarifas reservas pages=====*/	



/*====================================CONTACT, PLAYA, CASAS RURALES PAGES=====*/

#graybox{
	float:right;
	width:565px;
	height:310px;
	margin-bottom: 175px;
	background-color:#CCCCCC;
	}
	

	
#contactmain {
	height: 780px;
	}
	
#casasmain {
	height: 580px;
	}
	
	
#pdf {
	position: absolute;
	width: 102px;
	height: 103px;
	margin-top: 247px;
	margin-left:630px;
	top: 213px;
	left: 2px;
	}
	

#canblay {
	float: right;
	margin-top: 30px;
	}
	

	
h4 {
	padding-left: 15px;
	font-size: 80%;
	width: 550px;
	background-color: black;
	float: right;
	color: red;
	padding-top: 6px;
	padding-bottom: 7px;
	}
	
	
#canblay h4 {
	width: 100px;
	margin-right: 450px;
	font-size: 70%;
	color: #999999;
	}
		

#playainfo p {
	font-size: 0.7em;
	margin-top: 2em;
	color: #666666;
	line-height: 2em;
	}
	
	
#casas p {
	margin: 4em 0 0 8.5em;
	color: #000000;
	font-size: 0.7em;
	line-height: 2.5em;
}

#text p.playatel {
	/*margin-top: 3.2em;*/
	margin-bottom: .5em;
	font-size: 0.85em;
	line-height: 1.9em;
	color: #000000;
}	
	
/*------------MAP CIRCLE----*/

#map a, #mapmatte a {
	background-image: url(../img/MAPcircle.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 102px;
	height: 103px;
	margin-top:258px;
	margin-left:-50px;
	}

#map a:hover, #mapmatte a:hover {
	background-image: url(../img/MAPcircleRouge.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 102px;
	height: 103px;
	margin-top:258px;
	margin-left:-50px;
	}
	
#mapmatte a {
	background-image: url(../img/MAPmatte.gif);
	}

#mapmatte a:hover {
	background-image: url(../img/MAPmatteRouge.gif);
	}		
	
#playainfo #mapmatte a {
	margin-top:302px;
	margin-left:-150px;
	}

#playainfo #mapmatte a:hover {
	margin-top:302px;
	margin-left:-150px;
	}	
	
	

/*----------CONTACT INFO------*/
	
ul#contactinfo {
	float: left;
	width: 200px;
	margin: 50px 0px 0px 100px;
	}

	
ul#contactinfo li {
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #000;		
	}


ul#contactinfo #hostalname {
	height: 20px;
	}
	
ul#contactinfo li img {
	float: left;
	margin: 0px 0px -4px -4px;
	}

	
ul#contactinfo li a {
	text-decoration: none;
	color: #666;
	}


/*===========end contact page=====*/
