@charset "utf-8";
/* CSS Document */
@import url("contact.css");

a:link {color:#f68f4d; text-decoration:underline; }
a:visited {color:#f68f4d; text-decoration:underline; }
a:hover {color:#f68f4d; text-decoration:underline; }
a:active { color:#f68f4d; text-decoration:underline; }

.clear { clear:both; }
br { line-height:98%; }

/* Basis opzet */

body,html{
		margin:0px;
		background:url(../images/bg.jpg) center 0px;
		font-family:Arial;
		color:#ffffff;
		font-size:10px;
}

#shadow_sides {
	background:url(../images/shadow_sides.png) repeat-y; width:958px;
	margin:-138px auto 0 auto;
	
	}

#container{
		width:908px;
		margin:0 auto;
		background:#000;
		border:thick #c1de09 solid;
		z-index:10px;
		position:relative;
}

#header{
		width:1040px;
		height:157px;
		margin:0px auto 0 auto;
		padding-top:16px;
		position:relative;
		z-index:20;
		text-align:right;
}

#left_box {
	width:277px;
	float:left;
	margin-top:114px;
}

#content{
		float:left;
		width:631px;
		background-repeat:no-repeat;
		font-size:12px;
		line-height:16px;
		margin:0 auto;
		margin-top:86px;
		min-height:520px;
}

.overlay_black { background:url(../images/overlay_black.png) repeat-y top left; margin:0; min-height:520px; }

.inhoud { width:422px; padding:60px 0 0 0; font-size:11px; }
.inhoud h1 { font-size:18px; color:#f68f4d; font-weight:bold; line-height:24px; font-family:Century Gothic, Verdana;  }

.inhoud label { float:left; color:#f68f4d; font-weight:bold; width:92px; line-height:16px; font-size:11px; }
.inhoud span.omschrijving { line-height:16px; float:left; width:300px; font-size:11px; }
.inhoud span.omschrijvingCalender { line-height:16px;  font-size:11px; font-weight:bold; }

#footer{
		width:948px;
		background:url(../images/footer_bg.png) no-repeat;
		height:38px;
		margin:0 auto;
		font-size:10px;
		color:#c1de09;
		z-index:100;
		position:relative;
}

#footer .left { width:810px; margin-left:14px; color:#c1de09; float:left; line-height:30px; font-weight:bold;}
#footer .right { font-size:10px; font-weight:bold; float:left; text-align:right; width:122px; }

#footer .right ul { margin:0; padding:0; display:block; list-style-type:none; }
#footer .right li {  margin:0 0px 0 8px; padding:0; float:left; line-height:30px; }
#footer .right li.nolist { list-style:none; margin:1px 2px 0 2px; line-height:30px; display:inline-block; }
#footer .right li.nolist img{ padding:9px 0 0 0; float:left; }
#footer .right a { color:#c1de09; font-weight:bold; text-decoration:none;  }

/* Boxen pagina */

#calander { margin-top:64px; position:relative; margin-left:30px; float:left; }

/* Boxen onder main boxen */

#boxenonder { width:612px; margin:20px 0 0 -12px; }
.titel { float:left; width:240px; height:24px; }

.pagenavigation { float:right; font-weight:bold; font-size:11px; height:13px; line-height:13px; padding-top:4px; }
.pagenavigation ul { margin:0; padding:0; list-style:none; }
.pagenavigation li { margin:0; padding:0; float:left; padding:0 3px 0 3px;}
.pagenavigation a { color:#FFF; }
.pagenavigation a:hover, .pagenavigation a.selected { color:#f68f4d; text-decoration:underline; }

/* Boxen rechts */



/* topdiv */

/* Form Elementen @author Peter Quentin */

.leesverder_link a {color:#FFFFFF; float:right; font-size:11px; font-weight:bold; margin:12px 24px 0 0;}
