@charset "UTF-8";
/* CSS Document */
html {
	height:100%;
}
body{
	margin:0;
	padding:0;
	/*background-image:url(../img/pat2.png);*/
	height:100%;
	background-color:#212121;
}
img .border {
	border:none;
}
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding-bottom:20px;
	width: 960px;
	min-height: 100%;
	background-image: url(../img/wrapper.png);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	background-color: #000;
	-webkit-box-shadow:  1px 1px 10px 2px rgba(33, 33, 33, 1);
    box-shadow:  1px 1px 10px 2px rgba(33, 33, 33, 1);
}
#logo {
	position:absolute;
	width:314px;
	height:144px;
	background-image:url(../img/logo.png);
}
#mail-img {
	position: absolute;
	top: 84px;
	left: 310px;
	background-repeat: no-repeat;
	width: 210px;
	height: 140px;
	background-image: url(../img/mail.png);
	z-index: 20;
}
#header {
	position:relative;
	margin:0 auto 0 auto;
	width:960px;
	height:150px;
	background-image: url(../img/stekker.png),/* url(../img/logo.png),*/ url(../img/header.png);
	background-repeat: no-repeat, /*no-repeat,*/ no-repeat;
	background-position: 900px 10px, /*0px 0px,*/ 0px 0px;
	color:#FFF;
	font-family:"metro";
}
#menu-wrap {
	position:relative;
	left:340px;
	top:74px;
	width:auto;
	min-width:210px;
	max-width:600px;
	height:36px;
	font-size:12px;
}
#menu a {
	background-image: url(../img/menuSpotOff.png);
	position: relative;
	background-repeat: no-repeat;
	width: 200px;
	height: 34px;
	float: left;
	font-family:"metro";
	color:#999;
	text-align: center;
	padding-top:10px;
	text-decoration:none;
}
#menu a:hover {
	background-image:url(../img/menuSpotOn.png);
	font-family:"metro";
	color:#FFF;
}
.active {
	background-image: url(../img/menuSpotOn.png);
	position: relative;
	background-repeat: no-repeat;
	width: 200px;
	height: 34px;
	float: left;
	font-family:"metro";
	color:#FFF;
	text-align: center;
	padding-top:10px;
	text-decoration:none;
}
h1, h2, h3, h4 {
	font-family:"metro";
	color:#FFF;
}
h1 {
	font-size:14px;
	padding:0;
	margin:0;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-family:"metro";
	font-size:10px;
}
#headertxt {
	position:absolute;
	width:auto;
	height:auto;
	top:30px;
	left:380px;
	font-family:"metro";
}
textarea {
	border:none;
	max-width:200px;
	max-height:100px;
}
/*KNOP*/
.knop {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:"metro";
	font-size:12px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.knop:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.knop:active {
	position:relative;
	top:1px;
}
/*END-KNOP*/
#sidebar {
	position: absolute;
	z-index: 20;
	height: 360px;
	width: 200px;
	top: 108px;
	left: 760px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
}
#sidebar a {
	text-decoration:none;
	color:#CCC;	
}
#sidebar a:hover {
	text-decoration:none;
	color:#999;	
}
#partners{
	position:relative;
	height: auto;
	width: 200px;
	top: 160px;
	left:60px;
	float:left;
}
#content {
	position:relative;
	width:600px;
	top: 80px;
	height:100¨%;
	margin:0 auto 0 100px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}
#contact {
	position:relative;
	width:600px;
	top: 80px;
	height:360px;
	margin:0 auto 0 auto;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}
#bot-bar{
	position:relative;
	width:608px;
	height:220px;
	margin:50px auto 60px -2px;
	float:left;
}
.line-separator{
	position:absolute;
	margin-top:50px;
	height:440px;
	background:#333;
	width: 1.5px;
}
.font{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
}
#footer{
	position:relative;
	width:960px;
	height:20px;
	margin:4px auto 4px auto;
	text-align:center;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#footer a{
	text-decoration:none;
	color:#666;
	/*margin-bottom:20px;*/
}
.invoerveld {
	font-family:Verdana, Geneva, sans-serif;
}
