@CHARSET "UTF-8";

html,body {
    margin: 0;
    padding: 0;
    color: black;
    background-color: #7f7866;
    font-family: verdana, sans-serif;
    font-size: 12px;
    height: 100%;
    _text-align: center; /* IE6 hack */
}

div {
	_text-align: left; /* IE6 hack */
}

div#container {
	position: relative;
    margin: 0 auto;
    padding: 0 11px;
    width: 541px;
    min-height: 100%;
    background-color: white;
    background: url("images/container_background.png");
    _background: white; /* IE6 hack */
}

html>body div#container {
	*z-index: 1; /* IE7 hack; make bottom_image appear behind the container */
}

div#header {
	position: relative;
	z-index: 1;
    width: 541px;
    height: 153px;
    background-image: url("images/headers/golfbaan.jpg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    margin-bottom: 23px;
}

div#header a img {
	border: 0;
	height: 112px;
	margin: 20px;
}

div#inhoud {
	position: relative;
	z-index: 10;
	height: auto;
	margin: 10px;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 29px;
	background: url("images/inhoud_background.png");
	_background: transparent; /* IE6 hack */
}

div#footer {
	width: 100%;
	height: 1px;
	clear: both;
}

div#bottom_image {
	position: fixed;
	z-index: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	_display: none; /* IE6 hack; gives too much trouble, so don't use it */
}

div#bottom_image img {
	position:absolute;
	bottom: 0;
	margin: 0;
}

div#menu {
	position: absolute;
	z-index: 1;
	top: 153px;
	right: 50%;
	width: 100%;
	text-align: right;
	margin-right: 280px;
	padding: 0 20px;
	background-color: #7f7866;
}

div#menu ul {
	list-style: none;
	margin: -5px 0;
	padding: 0;
}

div#menu ul li {
	border-top: 1px solid white;
	margin: 5px 0;
	height: 20px;
}

div#menu ul li, div#menu ul li a {
	color: white;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #00ade9;	
}

div#menu ul li#active {
	background-color: #999385;
	border-top: 1px solid #00ade9;
	padding-right: 3px;
}

div#submenu {
	position: absolute;
	z-index: 2;
	top: 143px;
	width: 541px;
	height: 18px;
	padding: 10px 0 5px;
	background-image: url("images/submenu_background.png");
	background-repeat: repeat-x;
	_background: #00ade9; /* IE6 hack */
	_padding: 0 0 5px; /* IE6 hack */
	overflow: hidden;
}

div#submenu ul {
	list-style: none;
	margin: 0;
	margin-left: -1px;
	padding: 0;
	width: 100%;
	height: 18px;
	background-color: #00ade9;
}

div#submenu ul li {
	height: 18px;
	float: left;
	margin: 0;
	border-left: 1px solid white;
	padding: 0 5px;
}

div#submenu ul li, div#submenu ul li a {
	color: white;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

div#submenu ul li a:hover {
	color: black;	
}

div#submenu ul li#sub_active {
	background-color: white;
	height: 23px;
	margin: 0 -1px;
	padding: 0 6px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

div#submenu ul li#sub_active, div#submenu ul li#sub_active a {
	color: black;
	padding-top: 2px;
}

div#bottom_info {
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 541px;
	height: 20px;
	margin: 0 -11px;
	padding: 5px 11px;
	_padding-top: 15px; /* IE6 hack */
	background-color: #7f7866;
	background-image: url("images/bottom_background.png");
	background-repeat: no-repeat;
	_background: #7f7866; /* IE6 hack */
	text-align: right;
}

div#bottom_info, div#bottom_info a {
	color: white;
	text-decoration: none;
}

h3 {
	clear: both;
	padding: 20px 0 10px;
	margin: 0;
}

ul#sitemap {
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	margin: 10px;
}

ul#sitemap a {
	color: black;
}

div#map {
	height: 450px;
	margin: 20px;
}
