/*******************
AJAX gegevens start
********************/
.fout {
  background-color: #CC4444;
}

.goed {
  background-color: #44CC44;
}

.checkit {
  background-color: #E0E5EF;
}
/*******************
AJAX gegevens einde
********************/


/*	-------------------------------------------------------------
	HOTELMEYER.NL - HANDWRITTEN CSS BY TIM BEGLINGER @ 17/11/2008
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background: #a39169 url(images/achtergrond-marmer.jpg);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

* {
	maring: 0;
	padding: 0;
}

a {
	color: #132051;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: 13px Georgia, "Times New Roman", Times, serif;
}

ul {
	margin-left: 15px;
}


hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c6b655;
}




/*	-------------------------------------------------------------
	HOTEL PAGINA, APPARETEMENTEN PAGINA, MENU PAGINA, ARRANGEMENT PAGINA, TENNIS PAGINA, AABIEDING PAGINA, CONGRES PAGINA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#hotelPagina td, #appartementenPagina td, #menuPagina td, #arrangementPagina td, #tennisPagina td, #aanbiedingPagina td, #congresPagina td {
	border-bottom: 1px solid #c6b655;
	padding: 10px;
}





/*	-------------------------------------------------------------
	MENU PAGINA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menukaartPagina {
	background: url(images/menu.jpg) no-repeat top center; 
	height: 364px; 
	float: left;
	width: 310px;
}

#menukaartPagina a {
	color: #e0e0e1;
}

#menukaartPaginaHolder {
	padding-top: 120px;
	padding-right: 40px;
	text-align: center;
}

#menukaartPaginaFotoLinks {
	float: left;
	padding-top: 20px;
	width: 200px;
}

#menukaartPaginaFotoRechts {
	float: left;
	padding-top: 20px;
	width: 200px;
}

#menukaartTekst {
	clear: both; 
	float: left;
	margin-top: -20px;
	padding-bottom: 10px;
	width: 100%;
}





/*	-------------------------------------------------------------
	LINKS PAGINA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#linksPagina img {
	padding: 0 15px 15px 0;
}




/*	-------------------------------------------------------------
	CONTACTPAGINA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#contactTabel th, #nieuwsbriefForm th {
	text-align: right;
	width: 80px;
}

#contactTabel input, #nieuwsbriefForm input {
	border: 1px solid #ede7c2;
	margin-left: 10px;
	padding: 5px 6px;
	width: 250px;
}

#contactTabel textarea {
	border: 1px solid #ede7c2;
	height: 100px;
	margin-left: 10px;
	padding: 5px 6px;
	width: 250px;
}

/*	-------------------------------------------------------------
	EXTRA MENU 2010
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div#menuHold {
	position:absolute;
	

}

div#menu {
	position:absolute;
	width:131px;
	height:63px;
	left:623px;
	top:192px;
	background-image:url(images/menBg.jpg);
}

div#menu a {
	display:block;
}

	div#menu a#menu1 {
		width:131px;
		height:25px;
		background-position:0 -25px;
	}
	
		div#menu a#menu1:hover {
			background-position:0 0;
		}
	
	div#menu a#menu2 {
		width:131px;
		height:16px;
		background-position:0 -16px;
	}
	
		div#menu a#menu2:hover {
			background-position:0 0;
		}
	
	div#menu a#menu3 {
		width:131px;
		height:22px;
		background-position:0 -22px;
	}
	
		div#menu a#menu3:hover {
			background-position:0 -0;
		}


/*	-------------------------------------------------------------
	FOTOALBUM 2010
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
div.fotoalbum {
	width:700px;
	float:left;
	margin-bottom:10px;
}

div.fotoCol1 {
	width:200px;
	float:left;
}

div.fotoCol1 img {
	border:1px solid #122152;
	background-color:#fff;
	padding:10px;
}


	div.fotoCol2 {
		width:500px;
		padding-top:50px;
		float:left;
		font-size:22px;
}
	
	
	
	
	
	






