/* Global */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFF;
	background-image: url('../images/background.png');
	background-attachment: fixed;
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000;
	
	overflow-y: scroll;
	overflow-x: auto;
}

/* Links */
a {
	text-decoration: underline;
	color: #000;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* Borders */
img, table {
	border: 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #730000;
}

/* Kleuren & Tekst Grotes */


/* Website frame */
div#wrapper {
	width: 1105px;
	display: block;
	
	margin: 0 auto;
	padding-left: 5px;
	
	background: url('../images/schaduw_achter.png') repeat-y;
	
	position: relative;
}

div#headers {
	width: 960px;
	height: 445px;
	
	position: relative;
	float: left;
	margin-left: 68px;
	
	background-color: #FFF;
	
	z-index: 1;
}

div#header {
	width: 1095px;
	height: 182px;
	
	background: url('../images/header.png') no-repeat;
	
	position: relative;
}

div#figuur_links {
	width: 197px;
	height: 254px;
	
	background: url('../images/figuur_links.png') no-repeat;
	
	position: relative;
	float: left;
	margin-top: -261px;
}

div#figuur_rechts {
	width: 197px;
	height: 254px;
	
	background: url('../images/figuur_rechts.png') no-repeat;
	
	position: relative;
	float: right;
	margin-top: -261px;
}

div#menu {
	width: 1095px;
	height: 47px;
	
	background: url('../images/menu.png') repeat-x;
	
	position: relative;
	margin-top: 260px;
	margin-left: 0px;
	
	padding-top: 10px;
	
	z-index: 1;
}

div#tekst {
	width: 255px;
	height: 35px;
	color: #FFF;
	
	position: relative;
	float: right;
	margin-top: -150px;
	margin-right: 170px;
	
	z-index: 1;
}

a#win {
	width: 141px;
	height: 141px;
	
	background: url('../images/win.png') no-repeat;
	
	position: relative;
	float: right;
	margin-top: -133px;
	margin-right: 37px;
	
	z-index: 1;
}

div#content {
	width: 693px;
	min-height: 230px;
	
	position: relative;
	float: left;
	margin-top: 17px;
	margin-left: 80px;
}

div#content h2 {
	font-size: 14pt;
}

div#openingstijd {
	width: 260px;
	min-height: 250px;
	
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 62px;
	
	text-align: center;
}

div#openingstijd_but {
	width: 253px;
	height: 47px;
	
	background: url('../images/button.png') no-repeat;
}

div#openingstijd_but h2 {
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}

div#footer {
	width: 1095px;
	height: 49px;
	
	background: url('../images/footer.png') no-repeat;
	color: #FFF;
	
	padding-top: 30px;
	padding-left: 69px;
	
	position: relative;
	clear: both;
}

div#footer a {
	color: #FFF;
}

div#footer a#hyves {
	display: block;
	width: 108px;
	height: 37px;
	
	background: url('../images/hyves.png') no-repeat;
	
	position: relative;
	float: right;
	margin-top: -5px;
	margin-right: 210px;
}

div#footer div#bottom {
	width: 130px;
	height: 15px;
	
	position: relative;
	float: right;
	margin-top: 26px;
	margin-right: -240px;
	
	font-size: 8pt;
}

div#schaduw_onder {
	width: 1105px;
	height: 20px;
	
	background: url('../images/schaduw_onder.png') no-repeat;
	
	margin: 0 auto;
	padding-left: 5px;
}