@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}

body{
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	color:#656363;
}

#container{
	width:860px;
	margin:0px auto 0px auto;
}

#menudiv{
	width:860px;
	height:64px;
	z-index:100;
}

#content_left{
	float:left;
	width:557px;
	padding:8px;
	border:1px solid #cacaca;
	background-image:url(../layout/bg_content_left.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#content_right{
	float:left;
	width:275px;
	margin:0px 0px 0px 10px;
}

#contact{
	width:245px;
	height:487px;
	margin:7px 0px 0px 0px;
	padding:15px;
	background-image:url(../layout/bg_contact.jpg);
	background-repeat:no-repeat;
	background-color:#f5f2ed;
}

#footer{
	width:100%;
	height:45px;
	margin:20px auto 0px auto;
	background-image:url(../layout/bg_footer.jpg);
	background-repeat:repeat-x;
}

/* STYLE */
.header{
	border:1px solid #cacaca;
	margin:0px 0px 10px 0px;
}

h1{
	font-size:12pt;
	font-weight:normal;
	margin:0px 0px 12px 0px;
}

h3{
	font-size:10pt;
	font-weight:bold;
	margin:5px 0px 3px 0px;
	color:#b5241a;
}

h3 a, h3 a:hover{
	font-size:10pt;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	text-decoration:none;
	display:block;
	color:#b5241a;
}

a{
	color:#b5241a;
}

a:hover{
	color:#000000;
}

ol{
	margin:10px 10px 0px 20px;
}



#content_left ul{
	margin:10px 10px 0px 20px;
	list-style:url(../layout/li_style_item.gif);
}

#content_left li{
	margin:0px;
	padding:0px 0px 2px 0px;
}

#content_left p {
	margin:0px 0px 15px 0px;
	padding:0px 10px 0px 0px;
}

#contact ul{
	width:230px;
	margin:0px;
	list-style:none;
}

#contact li{
	height:20px;
	padding:5px 0px 3px 0px;
	border-bottom:1px dashed #000000;
}

#contact p{
	margin:0px 0px 10px 0px;
}

#contact img.pand{
	margin:10px 0px 20px 0px;
}

#activiteiten ul{
	width:553px;
	height:223px;
	margin:0px;
	list-style:none;
	background-color:#e9e8e7;
}

#activiteiten li{
	position:relative;
	float:left;
	width:126px;
	height:211px;
	background-color:#ffffff;
	padding:5px;
	margin:1px 1px 1px 1px;
}

#activiteiten li p{
	font-size:8pt;
}

#activiteiten li a.activiteit_link{
	position:absolute;	
	bottom:5px;
	font-size:8pt;	
}

#formulier {
	width:450px;
	padding:10px;
	background-color:#efebe5;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

#formulier label {
	float:left;
	width:200px;
	margin:5px 0px 5px 0px;
	display:block;
	font-weight:bold;
}

#formulier input, textarea {
	float:left;
	width:200px;
	margin:5px 0px 5px 0px;
	padding:1px;
	display:block;
}

#formulier textarea {
	height:100px;
}

#formulier input.btn{
	width:100px;
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#FF0000;
	height:25px;
	border:1px solid #abadb3;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

#footer_content{
	margin:0px auto 0px auto;
	padding:7px 0px 0px 0px;
	width:860px;
	font-size:8pt;
}

#footer_left{
	float:left;
	width:220px;
}

#footer_center{
	float:left;
	width:420px;
	text-align:center;
	color:#b5241a;
}

#footer_center a{
	text-decoration:none;
}

#footer_center a:hover{
	text-decoration:underline;
}

#footer_right{
	float:left;
	width:220px;
	text-align:right;
}

#footer_right a{
	text-decoration:none;
	color:#b5b3ae;
}

#footer_right a:hover{
	text-decoration:underline;
	color:#000000;
}


/*login venster */

.opdrachtgeverLogin {
	margin:0px 0px 10px 0px;
}

.opdrachtgeverLogin legend{
	font-weight:bold;
}

.opdrachtgeverLogin fieldset{
	padding:5px 5px 5px 5px;
	background-color:#ececec; 
	border:1px solid #cacaca;
}

.opdrachtgeverLogin label{
	float:left;
	display:block;
	width:75px;
	height:16px;
	padding:4px 0px 0px 0px;
	margin:3px 8px 0px 0px;
}

.opdrachtgeverLogin input{
	float:left;
	width:140px;
	height:18px;
	margin:3px 0px 2px 0px;
}

.opdrachtgeverLogin input.btn{
	width:100px;
	margin:3px 0px 5px 0px;
	background-image:url(../layout/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#FF0000;
	height:25px;
	border:1px solid #abadb3;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

.opdrachtgeverLogin .smallLink{
	font-size:8pt;
}

