html {
	height:100%;
}
body {
	color:#666;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	background-image:url(img/bg01.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
	_background-attachment:scroll;
}
a {
	outline: none;
}
hr {
	border: 1px solid #000;
}
table {
	font-size:12px;
}
#introframe{
	width:100%;
	height:100%;
	position:relative;
	background-color:#fff;
}
#intro {
	position:relative;
	width:350px;
	height:400px;
	margin:0 auto;
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#intro ul{
	width:150px;
	position:absolute;
	right:180px;
	height:400px;
	border-right:1px solid #000;
	list-style:none;
	margin:0px;
	padding:0px;
}
#intro a{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin-right:-1px;
	margin-bottom:5px;
	padding-right:15px;
	text-align:right;
	border-right:1px solid #000;
}
#intro a:hover{
	border-right:1px solid #0302FF;
	color:#fff;
	background-color:#0302ff;
}
#container {
	position:absolute;
	width:950px;
	min-height:500px;
	_position:relative;
	_height:100%;
	top:0px;
	left:0px;
	z-index:0;
}
#bgtop{
	background-image:url(img/bg01.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top;
	position:fixed;
	_position:absolute;
	z-index:9;
	top:0px;
	left:0px;
	height:325px;
	width:950px;
}
#header {
	position:fixed;
	_position:absolute;
	height:130px;
	width:950px;
	top:0px;
	left:0px;
	background-image:url(img/bg-header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:99;
}
#header h1,#header h2 {
	text-indent:-9999px;
	position:absolute;
}
#menu {
	position:fixed;
	_position:absolute;
	height:40px;
	z-index:99;
	top:130px;
	left:0px;
}
#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
#nav a {
	display: block;
	color: #fff;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	z-index:99;
}
#nav li {
	float: left;
	padding: 0;
	border-right:2px solid #0201be;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	background-color:#01328c;
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
}
#nav li li {
	float:none;
	border:none;
	_border-bottom:0.01em solid #01328c;
}
#nav li ul a {
	font-size:12px;
	line-height:20px;
	text-transform:none;
}
#nav li ul ul {
	margin: -20px 0 0 200px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #0302ff;
}
#foto {
	position:fixed;
	_position:absolute;
	height:150px;
	margin-top:5px;
	z-index:10;
	top:170px;
	left:0px;
}
#left {
	position:fixed;
	_position:absolute;
	color:#000;
	float:left;
	height:375px;
	width:210px;
	top:320px;
	left:0px;
	z-index:10;
}
#adres {
	background-image:url(img/bg-adres.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	height:183px;
	margin-top:20px;
	text-align:center;
	color:#fff;
	padding:40px 12px 0px 10px;
}
#adres h1{
	position:absolute;
	text-indent:-9999px;
}
#adres #nieuwsbrief{
	text-align:left;
	padding-left:5px;
	margin-top:20px;
}
#adres form{
	margin:0px;
}
#adres #btn_subscribe,#adres #btn_unsubscribe{
	width:75px;
	padding-left:3px;
	padding-right:3px;
}
#logos {
	background-image:url(img/bg-logos.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	height:108px;
	margin-top:10px;
	padding-left:15px;
	padding-top:9px;
}
#footer {
	margin-top:5px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
}
#footer img{
	vertical-align:text-top;
}
#content {
	position:relative;
	top:320px;
	padding:0px;
	margin-left:210px;
	margin-top:20px;
	text-align:justify;
	padding-bottom:10px;
	z-index:0;
	_position:absolute;
	_width:740px;
	_padding-top:320px;
	_top:0px;
}
#content a{
	/*color:#0302ff;*/
	color:#999;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
}
#content h1{
	margin:0px;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#fff;
	background-color:#0302ff;
	line-height:25px;
	text-indent:5px;
}
#content h2{
	margin:0px;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
#content ul,#content ol{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#content li{
	margin-left:20px;
}
#content a img{
	/*border:1px solid #000;*/
	margin-top:5px;
}
#content img{
	/*border:1px solid #000;*/
	border:none;
}
#content form{
	margin:0px;
}
#content form td{
	padding-bottom:2px;
	padding-right:5px;
}
#content form img{
	vertical-align:middle;
}
#content form a img{
	border:0px solid #000;
	margin:0px;
}
#content .inputfield{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #ebe7df;
	border-bottom:2px solid #0302FF;
	background-color:#fff;
	padding-left:2px;
	width:300px;
	color:#000;
}
#content textarea.inputfield{
	overflow:auto;
}
#content select{
	_margin-top:15px;
}
#content #securityCode{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #ebe7df;
	border-bottom:2px solid #0302FF;
	padding-left:2px;
	color:#000;
}
#content .inputbutton{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000;
	background-color:#0302FF;
	color:#fff;
	margin-top:10px;
}
#content #cabines img{
	max-height:200px;
	max-width:200px;
	_width:200px;
	_height:200px;
	margin-right:10px;
}
#content #cabines a img{
	height:50px;
	_width:50px;
	_height:50px;
	margin-right:0px;
}
#content table{
	_width:99%;
}