html {
	overflow: -moz-scrollbars-vertical;
	scrollbar-arrow-color: #58585A;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #58585A;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #58585A;
	scrollbar-track-color: #e9eaeb;	
	}

img {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/grijsachtergrond.gif);
	background-position:center 70px;
	background-repeat:repeat-x; 
	font-family:Verdana;
	font-size:13px;
	}

.image {
	float:left;
	height:70px;
	width:150px;
	overflow:hidden;
	}
	
.news-picture-container img {
	float:left;
	}

/* WRAPPER */

#wrapper {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;
	background-repeat:repeat-y;
}

/* END OF WRAPPER */

/* TOP PART */

#top {
	background-color:#FFF;
	height:70px;	
	}

#top-logo {
	float:left;
	margin-left:9px;
	margin-right:150px;
	margin-top:11px;
}

#top-header {
	float:right;
	margin-top:22px;
}

/* END OF TOP PART */

/* MIDDLE PART */
	
#middle {
	clear:both;
	float:left;
	height:350px;
	}

#middle-left {
	float:left;	
	}

#middle-right {
	float:left;
	width:150px;
	}

/* END OF MIDDLE PART */

/* BOTTOM PART */
	
#bottom {
	height:70px;
	clear:both;
	}

#bottom-left {
	clear:both;
	float:left;
	width:450px;
	background-image: url(../images/rondbolletjes-landing.png);
	background-position:center top;
	}
	
#bottom-right {
	float:left;
	}
	
/* END OF BOTTOM PART */

/* FOOTER */
	
#footer {
	height:40px;
	width:900px;
	border-top:1px solid #58585A;
	background-color:#FFF;
	}
	
#footer-left {
	float:left;
	width:778px;
	}
	
#footer-right {
	float:left;
	width:122px;
	}

#footer-right p {
	padding-right:0;
	}

/* END OF FOOTER */
	
	
/* TEXT DEFENITIONS */

p.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	color:#58585A;

	}
	
p.footer-text a:link, a:visited {
	color:#58585A;
	text-decoration:none;
	}
	