html, body, div, p, h1, h2, h3, h4, ul, li, img {
	margin:0; 
	padding:0;
}

html, body {
 	width:100%; 
	height:100%; 
	text-align:left;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:14px;
	background: #ffffff;
	color: #121212;
	overflow: auto;
}

h1 {
	font-family: Georgia, Times new Roman, Tahoma, Arial; 
	color:#343434; 
	padding: 0 0 10px 0; 
	margin:0;
	font-size:28px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #777777; 
	font-weight: normal;
	padding:0 0 10px 0;
	margin:0;
	font-size:16px;
	letter-spacing: 1px;
}	

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color:#666666; 
	padding:0 0 8px 0; 
	margin:0;
	font-size:12px;
	font-weight:normal;
	}

p 	{
	margin:0; 
	padding: 8px 0 0 0; 
	line-height:18px;
	letter-spacing: 2px;
}
	
img, a img {
	border:0;
}	
	
a {
	color:#0e71b8;
	text-decoration:underline;
	}
	
a:hover {
	color: #0050c4;
	text-decoration:underline;
	}

A.pdf {
	background : url(img/ico_pdf.gif) no-repeat right;
	padding: 0px 20px 0px 0px;
}

TD {
	vertical-align: top;
}

TD.transparent {
	padding: 20px;
	background: url(img/img_trans_white.png) repeat;
}

TD.footer {
	font-size: 11px;
	color: #eeeeee;
	text-align: center;
	background: url(img/img_trans_dark.png) repeat;
	letter-spacing: 1px;
}

TD.contact {
	padding-top: 123px;
}

TD.nav {
	background-color: #FFFAC1;
}

TD.heading {
	background-color: #80A9D7;
}

#maincontainer {
	position: absolute;
	float: left;
	display: block;
	width: 965px;
	height: 100%;
	margin-left: 15px;
}

#heading {
	position: relative;
	float: left;
	width: 100%;
	background: #80A9D7 url('img/head_bg_repeat.jpg') repeat-x top;
	height: 73px;
}

#nav {
	position: relative;
	float:left;
	padding: 20px 15px 10px 15px;
	width: 170px;
	color: #0000a6;
}

#nav A {
	color: #80A9D7;
	text-decoration: none;
}

#nav A:hover, #nav A.active {
	color: #000088;
}

#inner {
	position: relative;
	float: left;
	padding: 10px;
	background: #ffffff;
}

#inner p {
	width: 100%;
}

div.afbeelding {
	position: relative;
	float: left;
	width: 580px;;
	text-align: center;
	background: #ffffff;
	margin: 0;
}

div.afbeelding img {
	margin: 10px;
}

#bg {          
	position:fixed;
	top:-50%;
	left:-50%;
	z-index: 0;
	width:200%;
	height:200%;
}

#bg img {          
	position:fixed;          
	top:0;          
	left:0;          
	right:0;          
	bottom:0;          
	margin:auto;          
	min-width:100%;
	min-height: 100%;
}
/*
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/
#defblock {
	position: relative;
	float: left;
	margin:0;
	padding:0;
}

#promo {
	position: absolute;
	float: left;
	top: 10px;
	left: 680px;
	z-index: 5;
	background: url('img/star_open.png') no-repeat;
	width:190px;
	height: 190px;
}

#nav li {
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35px;
	border-bottom: 1px solid #80A9D7;
}
