* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	background-color:#000;
}

#ground {
	width:900px;
	height:675px;
	background-image:url(ground.jpg);
	margin:auto;
}

#inhoud {
	width:610px;
	height:350px;
	padding:45px 40px 0 0;
	float:right;
}

#tekst {
	width:560px;
	height:340px;
	padding:0 10px 0 0;
	scrollbar-arrow-color: white; 
	scrollbar-face-color: black; 
	scrollbar-3dlight-color: black;  
	scrollbar-darkshadow-color: black; 
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-track-color: transparent;
	font-family:Verdana;
	font-size:9pt;
	color:#fff;
	float:right;
	overflow:auto;
}

#schilder {
	width:290px;
	height:170px;
	padding:15px;
	background-image:url(frame.jpg);	
	text-align:center;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	color:#c54836;
}

#menu {
	width:200px;
	height:450px;
	padding:153px 0 0 30px;
	float:left;
}

#menu ul {
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	padding-left:15px;
}

#menu ul li {
	margin-bottom:5px;
	font-size:12pt;
	display:block;
	height:20px;
}

#menu ul a {
	color:#c54836;
	text-decoration:none;
}

#menu ul a:hover {
	color:#000;
}

.adres {
	font-size:10pt;	
	font-family:Verdana;
	font-weight:bold;
	margin-left:15px;
}

input.brief, input #BtnSubscribeN2 {
	float:left;
	margin-left:50px;
	margin-bottom:10px;
}

#field1field, #fieldu1ufield {
	margin-left:4px;
	float:left;
}

#extra-menu {
	width:870px;
	margin:auto;
	height:58px;
	background-color:#000;
}

#extra-menu ul {
	list-style:none;
}

#extra-menu ul li {
	padding:0 5px;
	width:77px;
	display:block;
	float:left;
	text-align:center;
}

#extra-menu ul li a {
	color:#fff;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	font-family:Tahoma;
}

#extra-menu ul li a:hover {
	color:#c54836;
	text-decoration:underline;
}

#foot {
	height:40px;
	padding-top:30px;
	color:#fff;
	font-family:Verdana;
	font-size:8pt;
	padding-left:20px;
}

#fot {
	width:480px;
	height:220px;
	padding-left:40px;
}

ul.schilder {
	width:290px;
	height:170px;
	list-style:none;
}

ul.schilder li {
	height:270px;
	display:block;
	padding-right:10px;
	float:left;
}

.small {
	height: expression( this.scrollHeight > 170 ? "170px" : true );
	max-height: 170px;
	width: expression( this.scrollWidth > 290 ? "290px" : true );
	max-width: 290px;
}

#proxi {	
	width:75px;
	height:26px;
	display:block;
	float:right;
	margin-left:50px;
	margin-right:30px;
}

.hidden {
	display:none;
}