html, body {
	width						: 100%;
	height						: 100%;
	background-color			: #7F8BAA;
	margin						: 0px;
	padding						: 0px;
	text-align					: left;
	color						: #FFFFFF;
	font-family					: Verdana, Sans-Serif, Arial;
	overflow					: hidden;
	scrollbar-arrow-color		: #ffffff;
	scrollbar-face-color		: #505050;
	scrollbar-shadow-color		: #ffffff;
	scrollbar-3dlight-color		: #505050;
	scrollbar-darkshadow-color	: #505050;
	scrollbar-track-color		: #505050;
}

#wrapper2{
position						:absolute;
margin-top						: -295px;
top								: 50%;
width							: 1010px;
height							: 585px;
overflow:hidden;
}

#background{
margin: 0px;
position						:absolute;
margin-top						: -215px;
top								: 50%;;
height							:505px;
width							:100%;
background-color				:#000000;
background-repeat:repeat-y;
}

#wrapper{
	width					: 1010px;
	height					: 585px;
}

/* Header */

#wrapper #header{
	position 				: absolute;
	top						: 0px;
	left					: 0px; 
	width					: 1024px;
	height					: 100px;
	background-image		: url(/sitePics/header.png);
	background-repeat		: no-repeat;
	z-index					: 1;
}


/* Titel bovenin */

#wrapper #header #titel{
	position 				: absolute;
	top						: 35px;
	left					: 10px; 
	width					: 500px;
	height					: 10px;
	font-family				: Trebuchet MS, Sans-Serif, Arial;
	text-align				: left;
	color					: #7F8BAA;
    font-size				: 45px;
	font-weight				: medium-bold;
	z-index					: 2;

}

#wrapper #main{
	position 				: absolute;
	top						: 80px;
	left					: 0px; 
	width					: 1010px;
	height					: 425px;
	background-color		: #505050;


}


/* Content */

#wrapper #main #content{
	position				: absolute;
	top						: 18px;
	left					: 100px;
	width					: 800px;
	height					: 400px;
	text-align				: left;
	overflow-y				: none;
	font-size				: 10pt;
	background-color		: #505050;
	text-decoration			: none;
	margin					: 0px;
	padding					: 0px;

	
}

#wrapper #main #content2{
	position				: absolute;
	top						: 14px;
	left					: 20px;
	width					: 800px;
	height					: 400px;
	text-align				: left;
	overflow-y				: none;
	font-size				: 10pt;
	background-color		: #505050;
	text-decoration			: none;
	margin					: 0px;
	padding					: 0px;

	z-index					: 3;
}


#wrapper #main #content h1{
	display					: none;
}


#wrapper #main #content a {
	font-family				: Verdana, Sans-Serif, Arial;
	color					: #FFFFFF;
	font-size				: 10pt;
}

#wrapper #main #content a:hover {
   	color					: #FFFFFF;
   	text-decoration			: underline;
}



#wrapper #main #content #left3 {
	position 		: absolute;
	top				: 0px;
	left			: 0px;
	height			: 400px;
	width			: 235px;
	overflow		: none;
	margin			: 0px;
	padding			: 0px;
	background-color: #ffffff;
}





#wrapper #main #content #right3 {
	position 		: absolute;
	top				: 0px;
	left			: 430px;
	height			: 400px;
	width			: 375px;
	overflow		: none;
	margin			: 0px;
	padding			: 0px;
	background-color: #707070; 
	
}

#wrapper #main #content #right3 #gallerycontent{
	position 			: absolute;
	top					: 74px;
	left				: 5px;
	font-family			: Verdana, Sans-Serif, Arial;
	height				: 320px;
	width				: 370px;
	overflow			: auto;
	text-align			: left;
	color				: #FFFFFF;
	font-size			: 10pt;
} 

/* Footer */

#wrapper #down{
	position 				: absolute;
	top						: 505px;
	left					: 0; 
	width					: 1010px;
	height					: 80px;
	margin					: 0px;
	background-image		: url("/sitePics/footer.png");
}

/* Hoofdmenu */

#wrapper #down #menu {
	position				: absolute;
	top						: 10px;
	left					: 20px;
	width					: 760px;
	height					: 30px;
	color					: #fff;
	text-align				: center;
	z-index					: 3;
}

#wrapper #down #menu ul {
	margin-left				: 20px;
	width					: 760px;
}

#wrapper #down #menu ul li{
	border-left				: 1px solid #BFC5D4;
	color					: #BFC5D4;
	float					: left;
	padding-left			: 10px;
	padding-right			: 10px;
}

#wrapper #down #menu ul li a {
  	color					: #7F8BAA;
   	text-decoration			: none;
   	font-weight				: bold;
   	margin-left				: 0px;
}

#wrapper #down #menu ul li a:hover {
   	color					: #FFFFFF;
   	text-decoration			: none;
   	font-weight				: bold;
}


/* Submenu onderin */

#wrapper #down #submenu {
	position				: absolute;
	top						: 35px;
	left					: 80px;
	width					: 800px;
	height					: 1px;	
	text-align				: left;
	color					: #FFFFFF;
	font-size				: 12px;
	z-index					: 8;

}

#wrapper #down #submenu ul {
	color					: #BFC5D4;
	float					: left;
	padding-left			: 5px;
	padding-right			: 3px;
	
}

#wrapper #down #submenu  ul li{
	float					: left;
	margin					: 2px;	
	border-left				: 1px solid #FFFFFF;
	padding-left			: 5px;
	padding-right			: 3px;	
}


#wrapper #down #submenu  ul li a{
	color					: #BFC5D4;
	font-weight				: normal;
	text-decoration			: none;
}
  
#wrapper #down #submenu  ul li a:hover{
	color					: #7F8BAA;
	font-weight				: normal;
	text-decoration			: none;
}


h1,h2 {
    font-size				: 1.2em;
    margin-top				: 2px;
    margin-bottom			: 0px;
    padding-bottom			: 0px;
}
  
p {
   margin-top				: 2px;
}

a {
	font-family				: Trebuchet MS, Sans-Serif, Arial;;
	color					: #FFFFFF;
}

a:hover {
   	color					: #FFFFFF;
   	text-decoration			: underline;
  
}

input {
	color					: #ffffff;
	border					: 1px solid #ffffff;
	background-color		: #505050;
	}
	
button {
	color					: #ffffff;
	border					: 1px solid #ffffff;
	background-color		: #505050;		
}

li{
	list-style-type: none;
	}
	
td p {
 margin: 0px;
padding: 0px;
}



