@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(./font-awesome/font-awesome.min.css);

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/*background-color:#29313C;*/
	background-color:#fff;
	background-image:url('../images/debut_light.png');
}

img{border:0; display:block; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #DFDFDF; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

.list.none{list-style-type:none; line-height:18px;}

#container p.warning{color: red;}

#warning_text{color: red;}
#warning_input{background-color:#f2dede; color: red;}


#content div.feedback_positive {margin-bottom: 20px; padding: 15px 35px 15px 15px; background-color:#dff0d8; color: #468847; border: 1px solid #d6e9c6; border-radius: 4px;}
#content div.feedback_positive h1 {color: #468847;}
#content div.feedback_negative {margin-bottom: 20px; padding: 15px 35px 15px 15px; background-color:#f2dede; color: #b94a48; border: 1px solid #eed3d7; border-radius: 4px;}
#content div.feedback_negative h1 {color: #b94a48;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	/*margin:0;*/
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3{
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	font-size:26px;
	font-weight:normal;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Ubuntu', sans-serif;
	border-bottom:1px dotted #DDDDDD;
	text-shadow: #bbb 0.1em 0.1em 0.2em;
	color:#5C5C5C;
	}

div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
	border-bottom:1px dotted #DDDDDD;
	text-shadow: #bbb 0.1em 0.1em 0.2em;
	color:#5C5C5C;
	}

.col1{
	color:#F3F3F3; 
	/*color:#666666; */
	/*background-color:#E3F1F9;*/
	/*background-color:#333333;*/
	background-color:#424242;
	background-image:url('../images/header_bg.png');
	/*background-image:url('../images/debut_dark.png');*/
}
.col2{
	color:#FFFFFF; 
	/*background-color:#29313C;*/
	background-color:#3299BB;
	/*background-color:#02ACEE;*/
	box-shadow: 0px 0px 5px #424242;
	margin:0px 0px 5px 0px;
}
.col3, .col5{color:#666666; background-color:#FFFFFF;/*background-color:#E9E9E9;*/background-image:url('../images/debut_light.png');}
.col4{margin:20px 0px; color:#666666; background-color:#FFFFFF;/*background-color:#E9E9E9;*/background-image:url('../images/debut_light.png');}
.col6{color:#999999; background-color:#3299BB; height:3px;}
.col6 a{color:#2684B7; background-color:#F3F3F3;}
.col7, .col7 a{
	color:#FFFFFF; 
	/*background-color:#29313C;*/
	background-color:rgb(122, 122, 122);
}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #intro, #services, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	/*padding:30px 0;*/
	padding:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#header #logo{
	display:block;
	float:left;
	/*width:300px;*/
	margin-top:7px;
	}

#header #logo h1, #header #logo p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#logo p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header #logo h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:56px;
	/*font-size:36px;*/
	border:none;
	}

#header h1 a{
	/*color:#059BD8;*/
	color:#FF9900;
	/*color:#3A6C86;*/
	/*background-color:#E3F1F9;*/
	text-shadow: 1px 1px 3px #E9E9E9;
	}

#header #newsletter{
	float:right;
	padding:10px 10px 12px 10px;
	color:#000000;
	background-color:#ADD6ED;
	}

#header #newsletter p{
	margin:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	
#header #header-contact{display:block; float:right; width:auto;margin-top:20px;}
#header #header-contact ul{margin-top:15px;}
#header #header-contact li{display:inline; margin:0 0 0 15px; padding:0 0 0 15px; border-left:1px solid #C0BAB6;}
#header #header-contact li:first-child{margin:0; padding:0; border:none;}
#header #header-contact a{font-family: 'Ubuntu', sans-serif;color: #F3F3F3;font-size: 14px;}
#header #header-contact a:hover{font-family: 'Ubuntu', sans-serif;color: #FF9900;font-size: 14px;}
#header #header-contact a.highlight{font-family: 'Ubuntu', sans-serif;color: #FF9900;font-size: 14px;}
#header #header-contact a.highlight:hover{font-family: 'Ubuntu', sans-serif;color: #F3F3F3;font-size: 14px;}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar{
	z-index:1000;
	}

#topbar #search{
	display:block;
	float:right;
	width:242px;
	height:36px;
	margin:0;
	padding:10px 0 0 17px;
	color:#FFFFFF;
	background-color:#29313C;
	border-left:1px dotted #666666;
	overflow:hidden;
	}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	padding:20px 0 20px 0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#intro .fl_left{
	display:block;
	float:left;
	width:515px;
	height:240px;
	margin:0;
	padding:30px;
	color:#FFFFFF;
	/*background-color:#2684B7;*/
	background-color:#3299BB;
	}

#intro .fl_left h2{
	font-size:46px;
	margin:0 0 15px 0;
	padding:0;
	border:none;
	color:#FFFFFF;
	/*background-color:#2684B7;*/
	background-color:#3299BB;
	text-shadow: 2px 2px 5px #424242;
	/*font-family: 'Krona One', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
	}

#intro .fl_left p{
	margin:0;
	padding:0;
	line-height:1.6em;
	text-align:justify;
	font-family: 'Ubuntu', sans-serif;
	}

#intro .fl_left p.readmore{
	display:block;
	width:100%;
	margin:30px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
	}

#intro .fl_left p.readmore a{
	padding:8px 15px;
	font-size:18px;
	/*color:#FFFFFF;*/
	/*background-color:#1C5E82;*/
	color:#424242;
	background-color:#E9E9E9;
	border-radius: 4px;
	}

#intro .fl_right{float:right;}

/* ----------------------------------------------Services-------------------------------------*/

#services ul, #services p, #services h2, #services img{
	margin:0;
	padding:0;
	list-style:none;
	text-align:justify;
	}

#services li{
	display:block;
	float:left;
	width:294px;
	height:180px;
	margin:0 9px 0 0;
	padding:10px;
	color:#666666;
	background-color:#EFEFEF;
	}

#services li:hover, #services li:hover h2{
	color:#666666;
	background-color:#E5E5E5;
	}

#services li.last{
	margin-right:0;
	}

#services .fl_right{
	display:block;
	float:right;
	width:185px;
	padding:10px 0 0 0;
	}

#services h2{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	background-color:#EFEFEF;
	border-bottom-color:#666666;
	}

#services p{
	margin:0;
	padding:0;
	line-height:1.6em;
	}

#services p.readmore{
	display:block;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
	}

#services p.readmore a{
	padding:8px 15px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	border-radius: 4px;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-bottom:1px solid #CCCCCC;
	}

#breadcrumb a{
	color:#2684B7;
	background-color:#FFFFFF;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:30px 0;
	/*line-height:1.4em;*/
	overflow: hidden;
	}

#container a{
	color:#2684B7;
	/*background-color:#FFFFFF;*/
	}

#container p{
	text-align: justify;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Ubuntu', sans-serif;
}

#disclaimer{font-size:10px;}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	padding-bottom:8px;
	border-bottom:1px dotted #5C5C5C;
	}

#content{
	display:block;
	float:left;
	width:600px;
	}

#container img.fl_right{
float: right;
margin: 15px 0px 20px 35px;
}

#container img.fl_left{
float: left;
margin: 0px 35px 20px 0px;
}

/* gebruik id="spacer" om ruimte tussen onderdelen te maken*/
#spacer {margin-bottom:50px; margin-top:50px;}

/* ------Comments-----*/

#comments{margin-bottom:15px; margin-top:15px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even, #comments .commentlist li.comment_unapproved{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#FFFFFF;}
#comments .commentlist li.comment_odd a{color:#3E7060; background-color:#FFFFFF;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#3E7060; background-color:#E8E8E8;}

#comments .commentlist li.comment_unapproved{background-color:#f2dede; border: 1px solid #eed3d7;}
#comments .commentlist li.comment_unapproved a{color:#3E7060; background-color:#f2dede;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:0px; margin:0 0 0 10px;}

#comments .commentlist input[type=image]{float:right; border:0px; margin:0 0 0 10px;}


/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

div.holder select {
	width: 190px;
}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}
	
/* Featured Block */

#column #featured a{
	color:#666666;
	background-color:#F9F9F9;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured a{
	color:#2684B7;
	background-color:#F9F9F9;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 20px;
	color:#666666;
	/*background-color:#F9F9F9;*/
	background-color:#fff;
	border-style: dashed;
	border-width: 1px;
	border-color: #666666;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-weight:normal;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Ubuntu', sans-serif;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column #latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column #latestnews li{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #DDDDDD;
	}

#column #latestnews li.last{
	margin-bottom:0;
	}

#column #latestnews p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#column #latestnews .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}

#linkbox{
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}

#linkbox h2{
	font-size: 20px;
	margin-right: 20px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
	}

#linkbox p, #linkbox ul, #linkbox a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#linkbox .footbox{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:0;
	}

#linkbox li{
	margin-bottom:3px;
	line-height:1.6em;
	}

#linkbox .last{
	margin:0;
	}
	
/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0;
}

#footer h2{
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer .footbox{
	display:block;
	float:right;
	width:190px;
	margin:0 0 0 30px;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	line-height:1.6em;
	}

#footer .last{
	margin:0;
	}

#login{
	display:block;
	float:left;
	width:300px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:12px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}

.push{clear: both;}

div.login{
	display: block;
	width: 350px;
	margin: 25px;
}

div label{
	min-width: 150px;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}

#icon_inline {
	display: inline-block;
	margin-right: 5px;
}

div.form{
	display: block;
	/*width: 450px;*/
	margin-left: 25px;
}

div.formRow{
	margin-bottom: 5px;
	display: block;
}

div.form select{
	width: 150px;
	padding: 0px;
	margin: 0px;
}

div.form input {
	width: 146px;
	padding: 0px;
	margin: 0px 4px;
}

div.form input[type="file"] {
	width: 250px;
}

#makeMeScrollable {
	width:100%;
	height: 130px;
	position: relative;
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea img
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div.oplichterij {
	display: none;
	color: #c09853;
	background-color: #fcf8e3;
	padding: 20px 20px;
	margin: 10px 0px;
	border-radius: 4px;
	border: 1px solid #fbeed5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

div.oplichterij p{color: #c09853 !important;}

div.gallery img {
	height:150px;
	padding: 5px;
	margin: 15px;
	border: 1px solid #bbb;
	background-color: #fff;
	float: left;
}