@charset "utf-8";
/* CSS Document */



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
                
}
.Clearfix{display: inline-block;}
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}





* {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

ul,li,th,td {
	margin:0;
	padding:0;
	border:0;
	}


p {
	margin: 0 0 1em 0;
	}


a {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}


body {
	-x-system-font:none;
	font-family:'Avant Garde Gothic','Century Gothic','Avant Garde','URW Gothic L', helvetica, sans-serif; 
	color:#6b6b62;
	font-size:0.84em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	padding:0;
	background:#fff;
	}



h1 {
	font-size:2em;
	color:#d2232a;
	font-weight:bold;
	}

h2 {
	font-family:'Avant Garde Gothic','Century Gothic','Avant Garde','URW Gothic L', helvetica, sans-serif; 
	font-size:1.8em;
	color:#d2232a;
	margin:5px 0;
	font-weight: lighter;
	}

h3 {
	font-family:'Avant Garde Gothic','Century Gothic','Avant Garde','URW Gothic L', helvetica, sans-serif; 
	font-size:1.3em;
	line-height:1.3em;
	font-weight: normal;
	}

h4 {
	font-size:1.1em;
	}

h5 {
	font-size:1em;
	}

h6 {
	font-size:0.85em;
	margin:0.5em 0 0;
	}


.nieuw {
	color:#d2232a;
	}


/* backgrounds */

#etiket {
	position:absolute;
	overflow:hidden;
	left:-60px;
	top:-12px;
	z-index:500;
	height:237px;
	}

/* wrapper */

#bigwrapper {
	width:1070px;
	margin:0 auto;
	}


#wrapper {
	width:960px;
	position:relative;	
	margin:20px auto;
	background:transparent url(../images/layout/border_right.gif) 902px 0 repeat-y;
	border:2px solid #6b6b62;
	}


/* header */

#header {
	width:960px;
	height:148px;
	border-bottom:2px solid #6b6b62;
	}

/* navigation */

#menu {
	position:absolute;
	top:0;
	right:0;
	width:520px;
	height:147px;
	margin:0;
	z-index:20;
	}

#menu ul {
	position:absolute;
	width:520px;
	height:25px;
	text-align:center;
	color:#fc2100;
	bottom:15px;
	right:0;
	}

#menu ul li {
	display:inline;
	list-style-type:none;
	}

#menu ul li a {
	display:block;
	float:left;
	height:20px;
	padding:0 15px ;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	line-height:15px;
	color:#6b6b62; 
	border-left:2px solid #d2232a;
	}

#menu ul li:first-child a{
	border-left:none;
	}

#menu ul li a:hover, #menu ul li.current a{
	color:#d2232a; 
	} 


/* content */

#content {
	overflow:hidden;
	width:960px;
	}

#leftcolumn {
	position:relative;
	overflow:hidden;
	float:left;
	width:340px;
	height:580px;
	background:#ededea;
	border-right:2px solid #d2232a;
	}
	
#rightcolumn {
	position:relative;
	float:left;
	width:560px;
	height:580px;
	border-right:2px solid #d2232a;
	}


/* leftcolumn */

#leftcolumn img {
	padding-bottom:20px;
	}

#text {
	padding:60px 20px 20px 20px;
	font-size:1em;
	line-height:1.25em;
	}

#text.merklijst {
	padding:20px 20px 20px 20px;
	}


#text ul {
	clear:both;
	list-style:inside;
	}

#text.merklijst ul {
	margin-top:10px;
	list-style:none;
	}

#text ul li {
	padding-left:20px;
	}

#text.merklijst ul li {
	padding-left:0px;
	}

#text a {
	color:#6b6b62;
	text-decoration:underline;
	}

#text img {
	float:left;
	padding:0 10px 10px 0;
	}


#leftcolumn p.filmlink {
	margin-top:10px;
	}

#leftcolumn p.filmlink a{
	text-decoration:none;
	padding-left:20px;
	background:url(../images/layout/film_btn.png) no-repeat 0 3px;
	}

#leftcolumn .extrapromo {
	padding:20px;
	font-size:36px;
	font-weight:bold;
	color:#d2232a;	
	line-height:1.2em;
	background:#deded9;
	}
	
#leftcolumn .promo {
	padding:20px;
	font-size:27px;
	font-weight:bold;
	line-height:1.2em;
	color:#d2232a;	
	}

#leftcolumn .smalltext {
	padding:0 20px;
	font-size:18px;
	font-weight:bold;
	}


#leftcolumn .fotolabel {
	margin:3em 0 0 0;
	}


#flash {
	width:560px;
	height:425px;
	overflow:hidden;
	background:#ededea;
	}

#flashbox {
	width:560px;
	height:360px;
	overflow:hidden;
	}

/* rightcolumn */

#fotobox {
	position:relative;
	overflow:hidden;
	width:560px;
	height:425px;
	}

#fotobox img {
	position:absolute;
	top:0;
	left:0;
	width:560px;
	height:425px;
	}

#fotobalk {
	position:absolute;
	z-index:10;
	top:375px;
	left:0;
	width:560px;
	height:50px;
	background:#fff;
		
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	}

#prev, #next {
	position:absolute;
	top:382px;
	z-index:10;
	}

#prev {
	right:32px;
	}

#next {
	right:10px;
	}


/* info */

#info {
	text-align:right;
	padding:20px;
	border-top:2px solid #6b6b62; 
	}

#info .contact, #info .contact a {
	color:#000;
	}



/* contact */

#frmContact {
	z-index:600;
	padding:70px 20px 10px 20px;
	font-size:0.9em;
	}

#frmContact p {
	padding:0;
	margin:5px 0;
	}

#frmContact div.row {
	clear:both;
	height:23px;
	border-bottom:1px solid	#929598;
	padding-top:4px;
	}

#frmContact input {
	height:15px;
	padding:2px;
	background-color:transparent;
	border:1px solid #bbb;
	}

#frmContact input#heer, #frmContact input#mevrouw {
	border:0;
	}

#frmContact input#naam, #frmContact input#voornaam, #frmContact input#straat, #frmContact input#woonplaats, #frmContact input#email, #frmContact input#gsm {
	width:150px;
	}

#frmContact input#nr {
	width:65px;
	}

#frmContact input#bus {
	width:20px;
	}

#frmContact input#postcode {
	width:50px;
	}

#frmContact p.disclaimer {
	font-size:0.8em;
	}

#frmContact #formSubmit {
	height:25px;
	width:90px;
	margin:0px 0 0 100px;
	cursor:pointer;
	border:1px solid #000;
	}

#notification {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	font-size:0.9em;
	color:#d2232a;
	line-height:1em;
	}

/* routeplan */

#route {
	margin-top:-40px;
	}

#routetext {
	position:absolute;
	bottom:10px;
	left:20px;
	font-size:0.9em;
	}

#routetext a {
	color:#6b6b62;
	text-decoration:underline;
	}

/* footer */

#footer {
	clear:both;
	padding:10px 0 20px 0;
	font-size:0.70em;
	font-weight:bold;
	float:right;
	color:#9badbc;
	}

#footer a {
	color:#9badbc;
	}

#footer a:hover {
	color:#3a9198;
	}