@import url(kleuren.css);
@import url(nav_link_0.css);
@import url(nav_link_1.css);
@import url(nav_link_2.css);

html{
height:100%;
}

body {
margin:0;
padding:0;
height:100%;
text-align:center;/*zorgt ervoor dat het ontwerp gecentreerd wordt getoond in IE 5.0 */
background-color: #FBE6A5;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

#wrapper {
width:775px;
height:100%;
margin:0 auto 0 auto; /*zorgt ervoor dat het ontwerp gecentreerd wordt getoond*/
text-align:left;/*heft het text-align:center van de body tag op*/
background-image: url(images/back.gif);
background-repeat: repeat-y;
}

#wrapper_bottom {

}

#header {

}

#wrapper #contentwrapper {
	width:775px;
}


#wrapper #contentwrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#menu {
	background: url(images/navbar.jpg) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	/* border: #FF0000 solid 1px; */
}

#content {
	float:left;
	width:400px;
	margin-top: 25px;
	margin-left: 50px;
}

#nieuws {
}

#footer {
	height: 50px;
	padding: 0px;
	padding-left: 100px;
	padding-bottom: 20px;
}

.img{
	margin-left: 0px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}

select { 
margin-left: 20px;
background-color: #FFFFFF; 
border-color: #000000; 
FONT-SIZE: 11px; 
COLOR: #000000; 
FONT-FAMILY: Arial;
FONT-VARIANT: normal
}
