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

html, body {
	height: 100%;
}

p {
	margin: 0px 0px 18px 0px;
}

body {
	background: url(../images/templates/bg_home.gif) left top repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #D10019;
	margin: 48px 0px 20px 0px;
	padding: 0px;
}

* {
	outline: none;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	background: url(../images/templates/header_home.gif) center top no-repeat;
	z-index: 1;
}

#site {
	width: 1000px;
	height: auto;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 70px;
	z-index: 2;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	width: 1000px;
	height: 562px;
	z-index: 3;
}

#erbi {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	margin-left: 10px;
	display: inline;
}

#erbi img {
	float: left;
}

#menu {
	position: relative;
	float: right;
	width: 795px;
	height: auto;
	padding: 30px 10px 0px 0px;
	z-index: 75;
}

#menu .tab {
	height: 35px; 
	position: relative;
	float: left;
	margin: 0px 1px;
}

#menu .tab span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 35px;
}

#menu .tab a {
	position: relative;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0px 14px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
}

#menu .tab.active {
	background: url(../images/templates/tab.jpg) top right no-repeat;
}

#menu .tab.active span {
	background: url(../images/templates/tab.jpg) top left no-repeat;
}

#menu .tab.active a:hover {
	text-decoration: none;
}

#menu .tab .submenu {
	width: 175px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 0px;
	padding-top: 2px;
	z-index: 100;
}

#menu .tab .submenu a {
	width: 160px;
	height: 40px;
	position: relative;
	padding: 0px 0px 0px 15px;
	line-height: 40px;
	display: block;
	float: left;
	background: url(../images/templates/bg_submenu.gif) left top repeat-y;
	z-index: 100;
}

#menu .tab .submenu a:hover {
	color: #d10019;
}

#menu .tab .submenu .sub_onder {
	width: 175px;
	height: 6px;
	position: absolute;
	left: 0px;
	bottom: -6px;
	background: url(../images/templates/bg_submenu_onder.png) left top no-repeat;
	z-index: 100;
}


#link {
	width: auto;
	height: 54px;
	position: absolute;
	left: 0px;
	top: 130px;
	margin-left: 15px;
	padding-left: 53px;
	display: inline;
	line-height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #d10019;
}

#link u {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

#link a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

#link span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

#language {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
	z-index: 50;
}

#language .select {
	position: relative;
	float: left;
	width: 188px;
	height: 27px;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
	text-indent: 10px;
	background: url(../images/templates/bg_selectbox_normal.gif) no-repeat;
	text-transform: capitalize;
	z-index: 50;
}

#language .select .value {
	position: relative;
	float: left;
	width: 240px;
	cursor: pointer;
	font-style: italic;
	overflow: hidden;
	text-transform: capitalize;
}

#language .select .select_items {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 186px;
	padding-bottom: 4px;
	border: 1px #666666 solid;
	border-top: 0px;
	background: #1c1c1c;
}

#language .select .select_items .border {
	width: 186px;
	height: auto;
	background: #1c1c1c;
}

#language .select_item {
	padding-left: 0px;
}

#language .select_item a {
	text-decoration: none;
	color: #939393;
	background: #1c1c1c;
	cursor: pointer;
	overflow: hidden;	
	width: 155px;
	height: 31px;
	line-height: 31px;
	display: block;
	padding-left: 31px;
	font-size: 12px;
}

#language .select_item a.engels {
	background: url(../images/templates/en.gif) 10px 8px no-repeat;
}

#language .select_item a.nederlands {
	background: url(../images/templates/nl.gif) 10px 8px no-repeat;
}

#language .select_item a.duits {
	background: url(../images/templates/de.gif) 10px 8px no-repeat;
}

#language .select_item a.nederlands:hover {
	font-weight: normal;
	background: url(../images/templates/nl.gif) 10px 8px no-repeat #2b2b2b;
	color: #FFFFFF;
}

#language .select_item a.duits:hover {
	font-weight: normal;
	background: url(../images/templates/de.gif) 10px 8px no-repeat #2b2b2b;
	color: #FFFFFF;
}

#language .select_item a.engels:hover {
	font-weight: normal;
	background: url(../images/templates/en.gif) 10px 8px no-repeat #2b2b2b;
	color: #FFFFFF;
}

#zoeken.normal {
	width: 218px;
	height: auto;
	position: absolute;
	left: 749px;
	top: 100px;
	padding-right: 34px;
}

#zoeken .tekst {
	width: 188px;
	height: 23px;
	position: relative;
	float: left;
	background: url(../images/templates/tekst.gif);
}

#zoeken .tekst input {
	width: 168px;
	position: relative;
	float: left;
	padding: 0px 10px;
	margin: 4px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	border: none;
	background: none;
	color: #969696;
}

#zoeken .submit input {
	width: 22px;
	height: 22px;
	position: relative;
	float: left;
	margin: 1px 0px 0px 6px;
	border: none;
	cursor: pointer;
	background: url(../images/templates/zoeken.gif);
}

#slideshow {
	width: 1000px;
	height: 338px;
	position: relative;
	float: left;
	margin-top: 54px;
	overflow: hidden;
	background: url(../images/templates/schaduw.png) left bottom no-repeat;
}

#slider_container {
	width: 1000px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#slider {
	width: auto;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.slidefoto {
	width: 950px;
	height: 300px;
	position: relative;
	float: left;
	padding: 0px 25px;
}

.sfeer_overlay {
	width: 910px;
	height: 40px;
	position: absolute;
	left: 25px;
	bottom: 0px;
	background: url(../images/templates/x.png) repeat;
	line-height: 40px;
	color: #fff;
	padding: 0px 20px;
	font-weight: bold;
}

.slidefoto img {
	float: left;
}

#slidemenu {
	width: 95px;
	height: 38px;
	position: absolute;
	left: 460px;
	bottom: 0px;
	background: url(../images/templates/bg_fotonavigatie.jpg) top left no-repeat;
}

#btn_vorige {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 23px;
}

#btn_volgende {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 53px;
}

#tekst_normaal {
	padding: 24px 0px 0px 0px;
}

#tekst_normaal strong {
	color: #D10019;
}

#tekst_normaal p {
	margin-bottom: 18px;
}

#tekst_normaal a {
	color: #D10019;
}

#tekst_normaal a:hover {
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
}

#footer_content {
	position: relative;
	width: 940px;
	height: 60px;
	line-height: 60px;
	margin: 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
	background: url(../images/templates/line.gif) left top repeat-x;
}

#footer a {
	color: #a0a0a0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer_content span {
	height: 60px;
	padding: 0px 15px;
	background: url(../images/templates/bullet.gif) center center no-repeat;
}

.img_links {
	margin-right: 24px;
}

.img_rechts {
	margin-left: 24px;
}
#tekst_normaal p {
	margin-bottom: 18px;
}

#ingelogd {
	width: 250px;
	height: 25px;
	position: absolute;
	right: 65px;
	bottom: 18px;
	line-height: 25px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	z-index: 35;
}

#ingelogd a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/* 3dtool */

#kleuren_combineren {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 207px;
	z-index: 500;
}