/* CSS Document */


body{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#f5deb3;
	}

a:link {
    color: #000000; text-decoration: none;
}
a:visited {
    color: #000000; text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: blink;
}
	
/* pagina opbouw */

#rand {
	margin: auto;
	width: 650px;
	height: 520px;
	border: 2px solid #000000;
	background-color: #ffffff;
	background-image: url(../_images/bg.png);
	background-position: bottom;	
}

#banner {
	margin-left: 0px;
	margin-top: 0px;
	float: center;
	width: 650px;
	height: 100px;
	border: 0px solid #ffffff;
	background-image: url(../_images/banner.png)
}

#menu {
	margin-left: 13px;
	margin-top: 5px;
	width: 150px;
	height: 200px;
	padding: 10px 4px;
	border: 0px solid #000000;
	position: absolute;
}

#adres {
	margin-left: 13px;
	margin-top: 290px;
	width: 150px;
	height: 100px;
	padding: 10px 4px;
	border: 0px solid #000000;
	position: absolute;
}

#main {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 3;
	float: right;
	width: 470px;
	height: 390px;
	padding: 10px 4px;
	border: 0px solid #000000;
}
  
#main2 {
	float: right;
	width: 470px;
	height: 320px;
	border: 0px solid #000000;
}
  
.default_style {
 	overflow:hidden;
	float: right; 
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	
}

.plain_text {
	overflow:auto; 
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#ffffff;	
	scrollbar-track-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
}