
/* GENERAL */

div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background-color: #807e72;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 62.5%;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
#main {
	text-align:center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #6a685c;
	font-size: 1.2em;
}
.inner {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.inner_header {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border-top: 5px solid #0078ae;
	padding-top: 20px;
}	








/* HOOFDING */


#header {
	cursor: default;
	height: 170px;
	text-align:center;
	background-color: white;
}
#logo {
	float: left;
	padding-right: 130px;
}
#slogan {
	font-size: 1.8em;
	color: #a9a59d;
	letter-spacing: -1.8px;
	line-height: 1em;
	padding-top: 34px;
	float: right;
	width: 580px;
}
#slogan a, #slogan a:visited, #slogan a:active, #slogan a:link, #slogan a:hover {
	color: #a9a59d;
	text-decoration: none;
}
#slogan a:hover {
	text-decoration: none;
}
#slogan em {
	color: #0078ae;
	font-weight: bold;
	font-style: normal;
}
#lan {
	text-align: right;
}
#lan a, #lan a:visited, #lan a:active, #lan a:link, #lan a:hover {
	color: #0078ae;
	text-decoration: none;
}
#lan a:hover {
	text-decoration: underline;
}
#about {
	padding: 5px 0 0 866px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1.9px;
}	
#about a, #about a:visited, #about a:active, #about a:link, #about a:hover {
	color: #a5003a;
	text-decoration: none;
}
#about a:hover {
	text-decoration: underline;
}




/* CONTENT */


#content {
	background-image: url(../images/back_kaart.gif);
	background-repeat: repeat-x;
	height: 443px;
	text-align:center;
}
#content2 {
	background-color: #fff;
	background-image: url(../images/back_content2.gif);
	background-repeat: repeat-x;
	text-align:center;
	border-bottom: 1px solid #8b8c89;
	padding-top: 45px;
}
#content_left {
	float: left;
	width: 500px;
	padding-top: 30px;
}
#content_right {
	float:left;
}
#mailform {
	cursor: default;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1.4px;
	line-height: 1em;
}	
#projectlist {
	padding-top: 45px;
	line-height: 1.2em;
	color: #6a685c;
	font-size: 1.1em;
}
#projectlist a, #projectlist a:visited, #projectlist a:active, #projectlist a:link, #projectlist a:hover {
	color: #0078ae;
	text-decoration: none;
}
#projectlist a:hover {
	text-decoration: underline;
}
#projectlist ul { 
	margin: 0 0 10px 0; 
	padding: 0;
}
#projectlist li { 
	list-style-type: none;
	display: block;
	margin: 0; 
	padding: 0; 
}
.mouseover {
	color: #a5003a;
	background-color: white;
}
#projectlist a.mousea {
	color: #a5003a;
}	


/* FOOTER */

#footer {
	background-color: #807e72;
	background-image: url(../images/back_footer.gif);
	background-repeat: repeat-x;
	height: 210px;
	text-align:center;
	margin: 0 auto;
	padding: 45px 0;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #c6cdcf;
	font-size: 1.1em;
	cursor: default;
}	
#footer a, #footer a:visited, #footer a:active, #footer a:link, #footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_left, #footer_middle, #footer_right, #footer_left2, #footer_middle2, #footer_right2 {
	width: 320px;
	padding: 20px 20px 0 0;
	float: left;
}
#footer_right, #footer_right2 {
	width: 280px;
	padding: 20px 0 0 0;
}
#footer_left2, #footer_middle2, #footer_right2 {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}







/* FORMS */

form { margin: 0; margin-top: 6px; }
select { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;color: #2a2a2a; }	
input { font-size:11px;width:153px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;color: #666;padding: 1px;vertical-align: middle }
input.button { width:auto;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;color: #515151;font-size: 11px;border: 0px;background-color: #ebeef0;border: 1px solid #999999;font-weight: bold;padding: 1px;height: 21px;cursor: pointer;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#DFDFDF'); }
textarea { font-size:11px;width:300px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;font-weight: bold;color: #2a2a2a;padding: 1px;vertical-align: middle }
input.radio { width:auto; }


/* CLEARFIX */


.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.clearfix { *height: 1%; }
.clear { clear: both; }





h1 {
	font-size: 1.3em;
	color: #a5003a;
	font-weight: bold;
	letter-spacing: -1.8px;
	line-height: 1em;
}	