@charset "UTF-8";
/* CSS Document */

CSS:
body,html{
margin: 0;
text-align: center;
vertical-align:middle;
background:url(images/bigback.jpg);
background-attachment:fixed;
background-position:center;
}

body{

background-image:url(images/bigback.jpg);
background-attachment:fixed;
background-position:center;
}



a:link {
	color: #C0E1E9;
	text-decoration: none;
	font-weight:bolder;
}
a:visited {
	text-decoration: none;
color: #C0E1E9;
	font-weight:bolder;
}
a:hover {
	text-decoration: underline;
	color: #C90;
	font-weight:bolder;
}
a:active {
	text-decoration: none;
	color: #000;
}

div#main_container{
margin: 0 auto 0 auto;
width: 1000px;
vertical-align:middle;
text-align: left;
}

div#boven{
width: 100%;
height: 149px;
}

div#nav{
float: left;
width: 265px;
height: 401px;
}

div#main{
background-image:url(images/back.jpg);
float: left;
width: 713px;
height: 346px;
overflow:auto;
font-family:Tahoma, Geneva, sans-serif;
line-height:170%;
font-size:12px;
color:#fff;
  text-shadow: 0.0em 0.0em 0.4em black;
}

div#rechts{
float: left;
width: 22px;
height: 346px;
}

div#onder{
float: left;
width: 735px;
height: 55px;
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:170%;
	color: #fff;
	font-weight:bolder;
	  text-shadow: 0.0em 0.0em 0.4em black;
}

div#titel{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:170%;
	color: #fff;
	font-weight:bolder;
	 text-shadow: 0.0em 0.0em 0.4em black;
}

td{
font-family:Tahoma, Geneva, sans-serif;
line-height:170%;
font-size:12px;
color:#fff;
  text-shadow: 0.0em 0.0em 0.4em black;
}


