/* CSS Document */
html {
	font-family: "Trebuchet MS", Verdana, Arial;
	height: 100%;
	width: 100%;
	}
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}
#beheerLink {
	height: 20px;
	float: left;
	width: 120px;
	text-align: left;
	font-weight: bold;
	}
a.beheerLink {
	color: #ffffff;
	}
a:hover.beheerLink {
	color: #4BA7B1;
	}
a {
	color: #4BA7B1;
	}
a:hover {
	color: #123D59;
	}
	
#container {
	height: 100%;
	width: 100%;
	text-align: center;	
	}
#top {
	height: 174px;
	width: 100%;
	background-image: url(../images/bgr_top.gif);
	background-repeat: repeat-x;
	}
#topVisualHome {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_welkom.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#topVisualRestaurant {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_restaurant.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#topVisualinformatie {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_informatie.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#topVisualArrangementen {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_arrangementen.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#topVisualBeautysalon {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_beautysalon.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#topVisualFaciliteiten {
	width: 757px;
	height: 174px;
	background-image: url(../images/vis_top_faciliteiten.jpg);
	background-repeat: no-repeat;
	margin: auto;
	}
#menu {
	height: 156px;
	width: 110px;
	background-color: #4ba7b1;
	border: 2px solid #FFFFFF;
	float: right;
	margin-right: 48px;
	margin-top: 36px;
	padding-left: 20px;
	padding-top: 10px;
	}

#centerContent {
	text-align: left;
	width: 757px;
	height: 200px;
	}

#bottom {
	clear: both;
	height: 28px;
	width: 100%;
	background-image: url(../images/bgr_bottom.gif);
	}
#bottomVisual {
	width: 757px;
	height: 28px;
	background-image: url(../images/vis_bottom.gif);
	margin: auto;	
	}
#center {
	width: 757px;
	margin: auto;
	}
#subMenu {
	width: 204px;
	height: 450px;
	float: left;
	margin-top: 30px;
	height: 200px;
	}
.subItem {
	width: 204px;
	float: left;
	}
.subLink {
	width: 180px;
	height: 32px;
	float: left;
	font-size: 11px;
	color: #123d59;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	}
.subLink a{
	text-decoration: none;
	color: #123d59;
	font-weight: bold;
	}
.subLink a:hover{
	text-decoration: none;
	color: #4ba7b1;
	font-weight: bold;
	}
.subBullet {
	width: 20px;
	height: 20px;
	background-image: url(../images/bullet_down.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	}
#content {
	width: 450px;
	float: left;
	margin-left: 36px;
	}
#header {
	width: 400px;
	height: 30px;
	}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #123d59;
	margin-bottom: 2px;
	}
#introText {
	font-size: 11px;
	font-weight: normal;
	color: #123d59;
	margin-bottom: 26px;
	}
.block {
	width: 450px;
	font-size: 11px;
	font-weight: normal;
	color: #123d59;
	}
.blockHeader {
	width: 450px;
	margin: 0px;
	}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #4ba7b1;
	margin: 0px;
	margin-bottom: 4px;
	}
.blockText {
	font-size: 11px;
	font-weight: normal;
	color: #123d59;
	}
.blockText td{
	font-size: 11px;
	font-weight: normal;
	color: #123d59;
	}
.table {
	font-size: 11px;
	font-weight: normal;
	color: #123d59;
	}
img {
	border: 2px solid #4ba7b1;
	}
p {
	margin: 0;
	padding: 0;
	}



