
body{
	background-color: #eeeeee;
	background:url(../gfx/body.jpg) repeat-y center #eeeeee;
	margin:0px;
	color:#232c4e;
	font-family:georgia,times;
	font-size:14px;
}
/*
common
Dark blue #232c4e;
*/
h1,h2,h3,h4,h5{
	margin:0px;
}
h2{
	font-size:50px;
	font-weight:normal;
	background:url(../gfx/title.png) repeat-y white;	
	padding:0px;
	margin:0;
	padding-left:10px;
	width:400px;
}
h3{
	font-size:30px;
	font-weight:normal;
}
h3.subheader{
	padding:0 0 0 11px;
	font-size:15px;
	font-style:italic;
	display:none;
}
h4{
	font-size:20px;
	font-weight:normal;
}
h5{
	font-style:italic;
	font-weight:normal;
}
.small{
	font-size:11px;
}
div.bankBlock{
	padding:5px;
	border:solid 1px gray;
	width:auto;
	height:100%;
	background:#f5f3f3;
}
#username,#email, input,textarea{
	border: 1px solid gray;
	width:400px;
}

a{
	color:#232c4e;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:5px 0 20px 0;
}
.error{
	color:red;
}
/*
div
*/
div#hiddenHeader{
	display:none;
}
div#page {
	width:730px;
	margin:0px auto;
	text-align:left;
	position:relative;
}
div#header,div#headerHuis{
	width:716px;
	height:148px;
	margin:0px auto;
	background:white;
	padding:0 1px 0 1px;
	position:relative;
	overflow:hidden;
}

div#nav{
	padding-left:5px;
	position:relative;
	width:200px;
}
#content{
	margin-left:108px;
	width:570px;
padding:0px 20px 0px 20px;
position:absolute;
top:245px;
}
/* GLIR */
h1{
	position:relative;
	display:block;
	width:725px;
	height:118px;
	
}
h1 span{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background:url(../gfx/header_h1.png) no-repeat;
}
#headerHuis h1 span{
	background:url(../gfx/grutto.jpg) no-repeat;
}

/* End GLIR */


div#nav ul,div#nav ol{
	padding:0px;
	margin:0px;
	list-style:none;
	padding-top:40px;
	padding-left:1px;
}
div#nav ul li{
	width:130px;
	height:20px;
	background:url(../gfx/left_li.gif) no-repeat 0 18px;
}
div#nav ul li.active a{
	color:#616cab;
}
div#nav ul li a{
	padding-left:5px;
	text-decoration:none;
}
div#nav ul li a:hover{
	color:#616cab;
}
div#nav ol{
	
}
div#nav ol li{
	width:130px;
	height:15px;
}
div#nav ol a{
	font-size:12px;
	padding-left:5px;
}
div#nav ol a:before{
	content: "-";
}
.image{
	background:url(../gfx/img-span.png) no-repeat;
	width:110px;
	height:110px;
	display:block;
	float:left;
	overflow:hidden;
}
.imageInside{
	width:105px;
	height:105px;
	overflow:hidden;
}
img{
	border:0;
}
.image img{
	border:0px;
	margin:0px;
	padding:4px 0 0 4px;
}
/* booking table */
.bookingBlock{
	width:550px;
	float:left;

}
table{

	text-align:center;
}
.bookingText{
	width:300px;
	float:left;
	margin-left:20px;
}
.highlight{
	font-weight:#46518b;
	color:#46518b !important;
	border:solid #46518b 1px;
}
.nono{
	/*background-color:#b9c0e3;*/
	color:#46518b;	
	/*border:solid #46518b 1px;*/
}
.noBed{
	display:none;
}
table.cms td div strong,table.cms td div img{
	cursor: pointer;
	cursor: hand;
} 
/*Google maps*/
.gmapSidebar{
	padding-left:15px;
	
}