/* CSS Document */
body{
	background-color:#612013;
	background-image:url(images/bg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

#container{
	width:900px;
	margin:0px auto 0px auto;
}

.uithangbord{
	float:left;
	margin-top:5px;
}

.slideshow{
	float:left;
	height:280px;
	padding:20px 0px 20px 15px;
}

.navigatie{
	width:900px;
	padding-top:10px;
}

a.navigatie{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	margin-right:20px;
	padding:5px;
}

a:hover.navigatie{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	margin-right:20px;
	background-color:#612013;
	padding:5px;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#content{
	width:900px;
	padding-top:20px;
}

.content_rechts{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	margin-right:30px;
}

.content_links{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	width:700px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	font-smooth:auto;
	padding:0px;
	margin:0px;
}

.content_img{
	border:1px solid #fcdc8b;
}

.footer{
	width:900px;
	text-align:right;
}

/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/