* {
	margin-top: 0;
}
body, html {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: transparant;
}
body {
	overflow: inherit;
	background: #c1d3e7 url(images/bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Wrapper*/
#wrapper { 
	background-color: transparant;
	background: url(images/img01.jpg) no-repeat left top;
}
* html #wrapper {
	background: transparant !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/img01.jpg',
	sizingMethod='image');
}
/* Header */

#wrapper #header {
	width: 1000px;
	height: 200px;
	margin: 0;
	background: url(images/img01.jpg) no-repeat left top;
	
}

#wrapper #header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#wrapper #header h1 {
	color: #1d3f64;
	padding: 10px 0 0 500px;
	text-transform: lowercase;
	font-size: 75px;
}

#wrapper #header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#wrapper #header a {
	text-decoration: none;
	color: #EA0B96;
}

/* Menu */

#wrapper #menu {
	width: 1000px;
	height: 51px;
	margin: 0;
	margin-left: 20px;
	background: url(images/header.png) no-repeat;
}
* html #wrapper #menu {
	background: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header.png',
	sizingMethod='image');
}
#wrapper #menu h2 {
	display: none;
}

#wrapper #menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}

#wrapper #menu li {
	display: inline;
}

#wrapper #menu a {
	position:relative;
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
	
}

#wrapper #menu a:hover, #wrapper  #menu .active a {
	background-color: #000000;
}

/* Page */

#wrapper #page {
	height:1250px;
	width: 1000px;
	margin: 0;
	margin-left: 20px;
	background-color: transparant;
	background: url(images/middle.png) repeat-y;
}
* html #wrapper #page {
	height:1250px;
	background: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/middle.png',
	sizingMethod='scale');
}

#wrapper #ifrmvakantie {
	background-color: transparant;
	/*position:absolute; 
	top:24; 
	left:00;*/
	width:950px; 
	height:1200px; 
	border:0px;
	left: 45px;
}
/* Footer */

#wrapper #footer {
	width: 1000px;
	height: 100px;
	bottom: 0px;
	margin-left: 20px;
	padding: 30px 0 0 0;
	background-color: transparant;
	background: url(images/footer.png) no-repeat;
}
* html #wrapper #footer {
	background: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png',
	sizingMethod='image');
}

#wrapper #footer p {
	margin: 0;padding: 0 0 0 40px;font-size: 77%;	color: #0F1720;
}

#wrapper #footer a {
	color: #0F1720;
}