@charset "UTF-8";
/* CSS Document */

body  {
	background-color: #bfd2be;
	margin:0px;
	padding:0px;
}

body, td, li, div  {
	font-size:13px; 
	font-family:helvetica,verdana;
	color:#000000;	
}

br.clearfloat {
	line-height: 0.1%;
	font-size: 0.1%;
	clear: both;
}

#headerarea {
	background-color: #E0EAE0;
	background-image: url(../images/design/bgtop.jpg);
	background-repeat: repeat-x;	
	border-bottom: 3px solid #cf9f21;
}
   
#header {
	width: 1010px;
	height: 70px;
	padding-top:50px;
	background-position: left bottom;
	background-image: url(../images/design/logo_top2.jpg);
	background-repeat: no-repeat;	
}

.menu {
	float: right;
	width:700px;
	list-style:none;
	margin-top:0px;
	margin-right:15px;
	letter-spacing: 1px;
	padding-top: 49px;
}

.menu li {
	float: right;
	border-right: 1px solid #CF9F21;
	padding-left: 10px;
	padding-right: 10px;
}

.menu li:first-child{
	border:none;
}

#contentarea {
	background-color: #fff;
	background-position: center bottom;
	background-image: url(../images/design/bgtrees.jpg);
	background-repeat: repeat-x;	
	padding-bottom:60px;
}

#contentwrapper {
	width: 1010px;
	padding-right:0px;
}

#contentleft {
	float:left;
	width: 250px;
	height: 250px;
	background-image: url(../images/design/logo_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	float:left;
	width: 500px;
	line-height:160%;
	text-align:left;
	padding-right: 20px;
	padding-bottom: 30px;
	border-top: 52px solid #ffffff;
}

#contentright {
	float:right;
	width:240px;
	line-height:160%;
	text-align:left;	
	padding-bottom: 30px;
	border-top: 62px solid #ffffff;
}

.imgmarcel {
	padding-top: 165px;
	margin-bottom: 0px;
}

#footerarea {
	background-image: url(../images/design/bgbottom.jpg);
	background-repeat: repeat-x;	
	height:120px;
	border-top: 3px solid #cf9f21;
}


#footer {
	width: 1000px;
	height:120px;
}

ul.footermenu {
	float: left;
	margin-left:0px;
	margin-top:8px;
	list-style:none;
	height:14px;
	text-decoration: none;
	width: 700px;
	}

.footermenu li {
	margin:0px;
	float: left;
	padding: 0px 10px 0px 10px;
	letter-spacing:1px;
	text-decoration: none;
	border-left: 1px solid #CF9F21;
}

.footermenu li:first-child {
	border:none;
}

.copyright {
	margin-left:0px;
	margin-top:8px;
	height:14px;
	text-decoration: none;
	float: right;
	width:200px;
	color:#336530;
}


/* Paginaelementen */

.textbox {
	margin-top: 20px;

}

.textboxcolor {
	background-color: #E0EAE0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

.formbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 2px solid #D9E5D9;
	margin-top: 5px;
	padding: 20px;
	margin-left: 0px;
	width:400px;
}

.halfcolumn {
		float:left;
		width:230px;
		margin-right:20px;
	}
.thirdcolumn {
		float:left;
		width:200px;
		margin-right:20px;
	}

hr {
	height:0px;
	border:0px solid #CF9F21;
	border-bottom: 1px solid #CF9F21;
}
.project {
	border-bottom: 1px solid #CF9F21;
}
.project_intro {
	height:60px;
	overflow:hidden;
}
.project:last-child {
	border-bottom-width: 0px;
}
.project .l_image {
	width: 160px;
	height:100px;
	margin-bottom:20px;
	
}

/* list */

ul {
	margin:0px;
}

/* links */

a:link, 
a:visited {
	color:#336530;
}

a:hover, 
a:active {
	color:#CF9F21;
}

a.projectlink {
	background-image:url(images/design/ul_logo.jpg)
	background-repeat:no-repeat;
	display: block;
	padding-left: 20px;
}


.textbox a:link, 
.textbox a:visited {
	color:#533928;
}

.textbox a:hover, 
.textbox a:active {
	color:#336530;
}

.footermenu a:link, 
.footermenu a:visited  {
	text-decoration:none;
}

.footermenu a:hover, 
.footermenu a:active, 
.footermenu li a.menulinkON{
	color:#CF9F21;
	text-decoration:none;
}

.menu a:link, 
.menu a:visited  {
	text-decoration:none;
}

.menu li a:hover, 
.menu li a:active, 
.menu li a.menulinkON{
	color:#CF9F21;
	padding:0px;
	text-decoration: none;
}

.emptylink {
	float:left;
	display:block;
	width:230px;
	height:70px;
}

/* headers and text */

h1 {
	font-size:24px;
	font-weight:normal;
	color: #336530;
	border-left: 3px solid #336530;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
}


h2, 
a:link h2, 
a:visited h2, 
h2 a:link, 
h2 a:visited {
	font-size:18px;
	font-weight:normal;
	margin:20px 0px 4px 0px;
	color:#cf9f21;
	text-decoration:none
}

h3 {
	font-size:14px;
	margin:15px 0px 4px 0px;
	font-weight:bold;
	color:#cf9f21;
}

.textboxcolor h2 {
	color:#cf9f21;
	margin-bottom: 10px;
}

.textboxcolor h2:first-child {
	margin-top: 0px;
}


/* images */

img.r_image {
	float: right;
	width: 150px;	
	height: 100px;
	margin-top: 15px;
	margin-left: 10px;
	border-width:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}

img.l_image {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	border-width:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

img.rightside_img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	width:240px;
	border-width:0px;
}


/* imgslidehomepage */

#imageContainer {
	position:relative;
	margin:auto;
	width:500;
	height:220px;
}

div.gummisko, div.gummisko a:link, div.gummisko a:visited {
		margin-top:5px;
		font-size:10px;
			color:#ACACAC;
			text-decoration:none;
		}
div.gummisko a:hover, div.gummisko a:active {
			color:coral;
		}

.datum {
	float:left;
	width:135px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin:0px 0px -5px 0px;
}