﻿/*Kleuren
grijs tekst:#939598
blauw titel nieuws: #0b1b8b

*/

/* Standaard */
* {
	margin: 0;
	padding: 0;
}
html {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
}
p {margin-bottom: 1em;}
table {border-collapse: collapse;}
th {text-align: left;}
h1, h2, h3 {
	color:#666;
	font-weight: bold;
	margin-bottom: 1em;
}
h1 {font-size: 150%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
hr {
	background-color: #666;
	border: 0;
	color: #666;
	height: 1px;
	margin-top: 2px;
}
ol, ul {padding-left: 2.5em;}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 100%;
}
img{border:0}
a {color:#666;}
a:hover {	color:#666; text-decoration: none;}
.hidden {display: none;}
.clearer {clear: both;}
/* Einde Standaard */

#container{
	border:1px solid #AEB0B2;
	font-size:1.1em;
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:760px;
}
#linkerkolom{
	float:left;
	margin-top:20px;
	width:165px;
}
#rechterkolom{
	float:left;
	width:595px;
}
/*Zoeken*/
.ZoekenContainer{float:left;margin-top:20px;margin-left: 20px;}
.zoeken input{
border:none;}
.zoeken{
	background-color:transparent;
	background-image:url("/images/Next.gif");
	background-position:134px 4px;
	background-repeat:no-repeat;
	border:1px solid #666;
	cursor:pointer;
	margin-bottom:15px;
	padding:6px;
	position:relative;
	width:131px;
}
.zoeken:hover{
	background-image:url("/images/NextHover.gif");
	}
.zoeken .zoekbutton input{
	background-color:transparent;
	background-image:none;
	border:none;
	position:absolute;
	right:0;
}
.taalkeuze{
	margin:5px 0 30px 0;
	}
.taalkeuze img{
	margin-right:5px;
	}
/*Sfeerbeelden*/
.SfeerbeeldContainer{
	background-image:url(/images/SfeerbeeldContainerBottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:412px;
}
.SfeerbeeldContainer .sfeerbeeld{
	border-left:1px solid #939598;
	border-right:1px solid #939598;	
	display:block;
	margin-bottom: 14px;
	padding: 10px 20px 0;
	position:relative;
	text-align:center;
	width:370px;
	}
.SfeerbeeldContainer .bijschrift{
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	position:absolute;
	bottom:10px;
	left:80px;
}
/*Nieuws*/
.NieuwsContainer {
	float:left;
	margin:10px 0 0 20px;
	width:160px;
	}
.NieuwsContainer h1 {
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	color:#0b1b8b;
	font-size:130%;
	margin-bottom:0;
	}
.NieuwsContainer h2{
	font-size:110%;
	font-weight:normal;
}
.nieuwsbericht .kortetekst{
	display:none;
}
.newsitem, .news{
	float:left;
	margin-left: 20px;
	margin-top:10px;
}
.NieuwsContainer .newsitem, .NieuwsContainer .news {
	margin-left: 0;
}
.nieuwsbericht{
	border-bottom:1px dotted #666;
	margin-top:10px;
	padding-bottom:10px;
	}
/*Menu*/
.menu {
	background-image: url(/images/MenuBgBottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 16px;
	width: 150px;
}
.menu .top {
	background-image: url(/images/MenuBgTop.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 16px;
}	
#menu{
	background-image:url(/images/MenuBg.jpg);
	background-position: center bottom;
	width:150px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a{
	background-image:url(/images/MenuButton.gif);
	background-position:0 0;
	color:#fff;
	display:block;
	font-size:120%;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding:0 10px;
	text-decoration:none;
	width:125px;
}
#menu a:hover, #menu li.active a{
	background-position:0 -23px;
	color:#f6dc47;
}
#menu li {
/* make the list elements a containing block for the nested lists */
margin:0;
padding:0;
	position: relative;
	width:125px;
} 

#menu ul ul {
	position: absolute;
	top: 0;
	left: 145px; /* to position them to the right of their containing block */
	width: 125px; /* width is based on the containing block */
}
div#menu ul ul,
div#menu ul ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;z-index:7;}
}
#menu li.active ul, #menu li.active ul li a{color:#fff;}
/*Content*/
.content{
	clear: left;
	float:left;
	margin-top:20px;
	padding:0 20px;
	}
.paragraph {clear:both;}
.imagediv{float:right;}
.imagediv .bijschrift{display:block;margin-top:5px;text-align:right;}
.imagecontainer{margin:0 0 5px 5px;}
.summary{clear:both;list-style-type:none;margin:0 0 10px 0;padding:0;}
/*Contact*/
.contactformulier{
	float:left;
	font-weight: bold;
	padding:0 20px;
	}
fieldset{
	border:0;
}
.contactformulier label {
	float: left;
	line-height: 34px;
	width: 19em;
}
.contactformulier input, .contactformulier select {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	width: 225px;
}
.contactformulier select {
	height: 23px;
	line-height: 23px;
}
.contactformulier .field {
	border-bottom: 1px solid #e5e5e5;
	min-height: 34px;
}
.contactformulier .memo {
	padding: 5px 0;
}
.contactformulier .memo textarea {
	height: 120px;
	width: 225px;
}
.contactformulier .geslacht span {
	display: block;
	padding-top: 4px;
}
.contactformulier .geslacht span label {
	float: none;
	line-height: 12px;
	margin-right: 5px;
}
.contactformulier .geslacht input {
	display: inline;
	height: 12px;
	width: auto;
}
.contactformulier .inschrijven label {
	display: block;
	float: none;
	line-height: 24px;
	margin: 5px 0;
	width: 400px;
}
.contactformulier .inschrijven input {
	float: left;
	height: auto;
	margin-right: 10px;
	width: auto;
}
.contactformulier .verplichtlegenda {
	font-weight: normal;
	height: 50px;
}
.contactformulier .verstuurbutton {
	float:left;
	margin:30px 0;
}
.contactformulier .verstuurbutton input {
	background-color:transparent;
	background-image:url("/images/Next.gif");
	background-position:71px 4px;
	background-repeat:no-repeat;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	height:25px;
	padding:4px;
	text-align:left;
	width:82px;
}
.contactformulier .verstuurbutton input:hover{
	background-image:url("/images/NextHover.gif");
	}
.validationerror {
	color: red;
	clear: both;
}/* Speciale stylingswensen van de klant:*/
.Autohuur .imagecontainer{
float:left;
margin-right:10px;
}
/*Sitemap*/
.SitemapContainer{
	float:left;
	margin-left: 20px;
	margin-top:40px;
	width:100%;
}
/*Links*/
.links{
	clear:both;
	list-style-type:none;
	padding:0 20px;
	}
.links a{
	float:left;
	margin-right: 10px;
	text-align:center;
	width:100px;
}
.links img{
	border:1px solid #CCCCCC;
	float:left;
	padding:2px;
	width:94px;
}
.links .bijschrift{
	float:left;
	text-align:center;
	width:100px;
	}
/*Footer*/
#footer{
	color:#666;
	margin:2px auto;
	text-align:center;
	width:800px;
}
#footer a{
	color:#666;
	}
#menufootermenu, #menufootermenu ul {
	display: inline;
}
#menufootermenu li {
	border-right: 1px solid #666;
	display: inline;
	padding: 0 5px;
}
.poweredby{float:right;}
/* Video / Film */
a.Player {
	width: 450px;
	height: 300px;
	display: block;
}

.PlayerHolder {
	position:absolute;
	text-align: left;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
	top : 100px;
	left : 0;
	right: 0;
}

.PlayerHolder.hidden{
	display:none;
}

.PlayerClose {
	z-index: 100;
	background-image: url("/images/Sluiten.gif");
	width: 21px;
	height: 21px;
	display:block;
	float: right;
	right: 0;
}

#PlayerOverlay {
	position:absolute;
	left: 0;
	top: 0;
	height:100%;
	opacity:0.8;
	width:100%;
	background-color: #000;
	z-index: 25;
}

.PlayButton {
	background-image:url("/images/playButton.png");
	display:block;
	height:54px;
	left:200px;
	position:relative;
	top:-170px;
	width:54px;
	z-index:20;
}
