@charset "utf-8";
/* CSS Document */



/* Redefine HTML-tags */
* {
	margin: 0;
	padding: 0;
	}
HTML, BODY {
	width: 100%;
	height: 100%;
	}
BODY {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #999;
	line-height: 1.5em;
	}
IMG {
	border: none;
	}
UL {
	list-style-type: none;
	}
#achternaam {
	visibility: hidden;
	display: none;
}
INPUT[type=text], textarea {
	font-size: 11px;
	color: #666666;
	border: 1px solid #b8aa9d;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px;
	}
INPUT[type=text] {
	height: 15px;
	}
H1, H2 {
	font-family: Times New Roman, Times, serif;
	padding: 7px 0px 5px 0px;
	color: #603813;
	}
H1 {
	font-size: 2.2em;
	}
H2 {
	font-size: 1.6em;
	}
H3 {
	font-size: 1.0em;
	padding: 4px 0px 4px 0px;
	}
A:LINK, A:VISITED {
	color: #999;
	text-decoration: underline;
	}
A:HOVER {
	text-decoration: none;
	}


/* Classes */
.clear {
	clear: both;
	}
UL#sitemap LI.projecten-types {
	margin-left: 50px;
	}


/* Page elements */
#container {
	width: 980px;
	margin: 0 auto;
	background: url("../images/layout/container-bg.gif") repeat-y;
	}
#header {
	height: 100px;
	background: #3b2313;
	}
#header #headerlogo {
	padding: 9px 0 0 60px;
	float: left;
	}
#header #headerimage {
	padding: 0px;
	float: left;
	width: 560px;
	text-align: right;;
	}
#header #headeranbilogo {
	padding: 2px 0px 0px 4px;
	float: left;
	}
	
#navigation-top {
	width: 980px;
	height: 30px;
	background: #FFF;
	}
#navigation-top #language-menu {
	width: 234px;
	padding: 7px 0 0 0;
	text-align: right;
	float: left;
	}
#navigation-top #search {
	float: left;
	width: 611px;
	text-align: right;
	padding: 2px 5px 0px 0px;
	}
#navigation-top #videoTtl {
	float: left;
	width: 130px;
	}
#navigation-top #videoTtl h2 {
	padding: 6px 0px 3px 0px;
	}
#navigation-top UL LI {
	display: inline;
	}
	
	
#sidebar-left {
	float: left;
	width: 234px;	
	}
#sidebar-left #menu UL LI A:LINK, #sidebar-left #menu UL LI A:VISITED {
	margin: 0 10px;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #b8aa9d;
	text-decoration: none;
	color: #000;
	}
#sidebar-left #menu UL LI A.active {
	margin: 0 10px;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #b8aa9d;
	text-decoration: none;
	color: #3B2313;
	font-weight: bold;
	}

#sidebar-left .contact {
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #b8aa9d;
	color: #000;
	}
#sidebar-left .contact INPUT {
	margin: 1px 0px 3px 0px;
	}
#sidebar-left .contact INPUT[type=text] {
	width: 208px;
	}
#sidebar-left .contact textarea {
	width: 208px;
	}
#sidebar-left .klok {
	margin: 0 10px;
	padding: 5px 0;	
	border-bottom: 1px solid #b8aa9d;
	color: #000;
}
#main {
	float: left;
	width: 611px;
	padding: 0 0 0 5px;	
	}
/* Gift naar doel stempel */
#main #giftnaardoel
{
	position: absolute;
	width: 140px;
	height: 145px;
	top: 105px;
	padding: 0 0 0 20px;
	z-index: 10;
}
#main #showcase {
	width: 611px;
	height: 300px;
	background: #b8aa9d;
	}
#main INPUT[type=text], #main textarea {
	width: 248px;
	}
#main #contentcontactform, #main #contentcontact {
	float: left;
	}
#main #contentcontactform {
	padding-left: 20px;
	}
#main #maincontent {
	padding: 0px 10px 5px 5px;
	}
#main UL {
	list-style-type: disc;
	}
#main LI {
	margin: 5px 5px 5px 25px;
	color: black;
	}
#main P {
	padding: 5px 0px 5px 0px;
	}
#main .nieuwslijn {
	border-top: 1px solid #b8aa9d;
	padding-bottom: 10px;
	margin-top: 20px;
	}
.hr
{
	height: 1px;
	background: #b8aa9d;
	width: 99%;
	margin: 10px 0;
}
#sidebar-right {
	float: left;
	width: 130px;
	}
#sidebar-right #video .video-scroll {
	height: 13px;
	width: 130px;
	padding: 5px 0 0 0;
	background: #3b2313;
	text-align: center;
	}
#sidebar-right #video .video-scroll A:HOVER {
	cursor: pointer;
	}
#sidebar-right #video {
	height: 300px;
	width: 130px;
	background: #3b2313;
	}
#sidebar-right #video #video-placeholder {
	height: 258px;
	width: 130px;
	overflow: hidden;
	}	
#sidebar-right #video #video-placeholder .video-image, #sidebar-right #projecten {
	width: 120px;
	margin: 2px auto;
	}
#sidebar-right .project-item {
	border-bottom: 1px solid #b8aa9d;
	padding: 5px 0px 5px 0px;
	}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background-color: black;
	color: white;
	}
#footer A:LINK, #footer A:VISITED {
	color: white;
	}

