@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:url(../images/bg.jpg) repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a img{
	border:0;
}
#page{
	width:856px;
	margin:0 auto;
}
#header{
	background:url(../images/head_bg.png) no-repeat;
	margin:0 auto;
	width:856px;
	height:150px;
	text-align:center;
	position:relative;
	z-index:999;
}
ul#menu{
	margin:0 auto;
	overflow:hidden;
	display:inline-block;
	width:auto;
}
ul#menu li{
	float:left;
	list-style:none;
	margin:0 10px;
}
ul#menu li a{
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#000;
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
}
ul#menu li a.home:hover, ul#menu li a.facilities:hover, ul#menu li a.thecity:hover{
	border-bottom:1px solid #c12161;
}
ul#menu li a.pictures:hover{
	border-bottom:1px solid #2AA89D;
}
ul#menu li a.bookings:hover{
	border-bottom:1px solid #28A32D;
}
ul#menu li a.contact:hover{
	border-bottom:1px solid #2AA89D;
}
#lang{
	float:right;
	margin-right:40px;
	*margin-top:10px;
	position:absolute;
	right:0;
	top:0;
}
#lang li{
	list-style:none;
	margin:0 5px;
	float:left;
}
#logo{
	width:166px;
	height:165px;
	margin:-1px auto 0;
	display:block;
	clear:both;
	background:url(../images/logo.png) no-repeat;
	position:relative;
	z-index:999;
}
#content{
	width:856px;
	height:388px;
	background:url(../images/content_bg.png) no-repeat;
	margin:0 auto;
	overflow:hidden;
	*position:relative;
	*z-index:99;
}
#content_bar{
	position:absolute ;
	border-bottom:#c12161 9px solid;
	width:817px;
	margin-left:20px;
	*left:0;
	*top:0;
	*margin-top:-15px;
	z-index:998;
}
#content_left{
	margin-left:34px;
	width:395px;
	height:359px;
	overflow:hidden;
	float:left;
	position:relative;
}
#content_left img{
	width:395px;
	height:360px;
}
#content_left ul{
	margin:0;
	padding:0;
}
#mask{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/roundMask.png) no-repeat -9px 12px;
	width:26px;
	height:31px;
	z-index:99999;
}
#content_right{
	width:322px;
	padding-left:54px;
	padding-top:50px;
	padding-right:20px;
	height:309px;
	overflow:hidden;
	background:url(../images/pictures.jpg) no-repeat 0 240px;
	display:inline-block;
}
#content_right_content{
	height:299px;
	border:0;
	padding-right:5px;
	display:block;
}
.jScrollPaneContainer:focus { outline:none } 
#content_right_content a{
	color:#000;
	text-decoration:none;
}
#kimms{
	background:url(../images/www.kimms.nl.png) no-repeat;
	width:9px;
	height:197px;
	display:inline-block;
	float:right;
	margin-top:250px;
	margin-right:8px;
}

