/* -------------------------------------------- 
GLOBAL STYLING ELEMENTS 
-------------------------------------------- */

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #086d8e url('images/back_body.jpg') repeat-x scroll top left;
}

BODY { 
	min-height: 100%;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f0f0f0;
	font-size: 9.5pt;	
	} /* forceeer verticale scrollbar */


TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9.5pt;
}

P {
	margin: 8px 0px 8px 0px;
}


H1 {
	margin: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #fff;
}	

H2 {
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #fff
}

H3 {
	margin: 4px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}

H4 {
	font-size: 11pt; 
	font-weight: bold;
	line-height: 150%; 
	margin-bottom: 20px;
}


H6 {
	margin: 5 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight : normal;
	line-height: 110%;
}

A:link, A:visited {
	text-decoration: none;
	color: #9fc7d6;
	outline: none; /* hide dotted outline in Firefox */
}
A:hover, A:active	  {
	text-decoration : underline;
	outline: none; /* hide dotted outline in Firefox */
}


LI {
	padding: 0px 0px 5px 0px;
}


HR.blue {
	color: #9fc7d6;
	background-color: transparent;
	border: none;
	border-top: 1px solid #9fc7d6;
	height: 1px;
	margin: 10 0 10 0;
}

HR.grijs {
	color: #73788c;
	background-color: transparent;
	border: none;
	border-top: 1px solid #73788c;
	height: 1px;
}

HR.dottedwit {
	color: #fff;
	background-color: transparent;
	border: none;
	border-top: 1px dotted #fff;
	height: 1px;
}

HR.lichtgrijs {
	color: #ccc;
	background-color: transparent;
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

HR.dottedlichtgrijs {
	color: #ccc;
	background-color: transparent;
	border: none;
	border-top: 1px dotted #ccc;
	height: 1px;
}

.sup {
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.5em;
}

SPAN.highlight {
	background-color: Yellow;
}

.small {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.smallgrijs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #73788c;
}

/* ---------------------------------------------------- 
STRUCTURAL ELEMENTS 
------------------------------------------------------- */

DIV.positioner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 1px;
	overflow: visible;
}

DIV.container	{
	position : absolute;
	width : 1025px;
	left : -512px;
	top: 0px;
	background: #222 url('images/back_container.jpg') no-repeat scroll top left;
}

DIV.topbar	{
	position: relative;
	width: 1025px;
	height: 210;
}

DIV.main	{
	position: relative;
	width: 1025px;
	overflow: hidden; /* make background visible FF */
}

DIV.footerbottom	{
	position: relative;
	clear: both;
	width: 1025px;
	height: 30px;
	background-color: #086d8e;
}

/* -------------------------------------------------- 
HEADER
----------------------------------------------------- */

DIV.adres {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 8pt;
	color: #888;
	line-height: 9pt;
}

DIV.logo {
	position: absolute;
	top: 11px;
	left: 140px;
}

DIV.flags {
	position: absolute;
	top: 10px;
	left: 560px;
}
/* set images in div flags */
A.normal img {filter:alpha(opacity=60); -moz-opacity: 0.5; opacity: 0.5;}
A:hover.normal img  {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

DIV.pagetitle {
	position: absolute;
	top: 160px;
	left: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #fff;
	letter-spacing: 1pt;
}

DIV.actueel {
	position: relative;
	float: right;
	width: 400px;
	height: 200px;
}

DIV.labelnieuwste {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

UL.labelactueel {
	position: absolute;
	top: 150;
	right: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.labelactueel A:link, .labelactueel A:visited  {
	display: block;
	font-size: 10pt;
	color: #fff;
	line-height: 11pt;
	padding: 5 10 5 10;
	background: transparent url('images/transgrijs.png') repeat scroll top left;
	cursor: pointer;
}

.labelactueel A:hover{
	background: none;
	background-color: #086d8e;
	text-decoration: none;
}

/* -------------------------------------------------- 
MAIN
----------------------------------------------------- */

DIV.spacer	{
	clear: both;
	float: left;
	width: 0px;
	height: 350px;
}

DIV.mainleft {
	float: left;
	width: 140px;
}

DIV.content	{
	float: left;
	width: 550px;
	margin: 0 0 10 0;
	padding: 0 0 10 0;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

DIV.innertube {
	margin: 0px 20px 0px 20px;
}

DIV.mainright {
	float: right;
	width: 325px;
	margin: 0 0 20 0;
}



/* -------------------------------------------------- 
MENU  
----------------------------------------------------- */

DIV.menu	{
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

DIV.menu A, DIV.menu A.normal {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5 0 5;
	color: #888;
	text-decoration: none;
	text-align: right;
}

DIV.menu A:hover {
	color: #ddd;
}

DIV.menu A.active, DIV.menu A.active:hover, DIV.menu A.open, DIV.menu A.open:hover {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5 0 5;
	color: #cc0052;
	text-decoration: none;
}

DIV.submenu {
	margin: -4 0 5 10;
	padding: 4px 5px 2px 0px;
	background-color: #333;
	border-top: 1px solid #cc0052;
	font-size: 9pt;
	font-weight: normal;
}

DIV.submenu A, DIV.submenu A.normal {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	color: #888;
}

DIV.submenu A:hover {
	color: #ddd;
}

DIV.submenu A.active, DIV.submenu A.active:hover {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	color : #fff;
}


/* -------------------------------------------------- 
CONTENT
---------------------------------------------------- */
DIV.boxtitel {
	font-size: 14pt;
	letter-spacing: 1pt;
}

UL.boxproject {
	margin: 0 -5 5 -5;
	padding: 0;
	list-style-type: none;
}

li.boxproject {
	min-height: 108;
}

.boxproject A:link, .boxproject A:visited  {
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 5;
	min-height: 108;
}

.boxproject A:hover{
	color: #fff;
	background-color: #004050;
	text-decoration: none;
}

P.projecttitel {
	background-color: #086d8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f0f0f0;
	margin: 0;
	padding: 2 5 2 5;
}

P.projectintro {
	display: block;
	font-weight: normal;
	font-size: 9pt;
	color: #f0f0f0;
}

IMG.projectfoto {
	float: right;
	margin: 10 0 5 10;
	border: 1px solid #000;
}


TD.verkoopimg {
	width: 90;
	padding: 0;
	vertical-align: top;
	text-align: center;
	font-size: 8pt;
	border-bottom: 10px solid #222;
}

TD.verkooptxt {
	vertical-align: top;
	padding: 8;
	background-color: #333;
	color: #f0f0f0;
	font-size: 9pt;
	border-bottom: 10px solid #222;
}

P.verkooptitel {
	font-size: 10pt;
	font-weight: bold;
	color: #9ec7d6;
	margin: 0;	
}

DIV.trailer {
	float: right;
	margin: 5 0 0 10 ;
}


/* -------------------------------------------------- 
PRODUCTIES
---------------------------------------------------- */

P.tagline {
	font-weight: bold;
	color: bbb;
	line-height: 150%;
}

TABLE.specs_top {
	width: 333;
	margin: 0 0 0 -8;
}

TD.specs_top {
	width: 50%;
	height: 35;
	text-align: center;
	vertical-align: middle;	
	color: #eee;
}

TD.specs_basic {
	padding: 5 10 5 10;
	text-align: center;
	vertical-align: middle;	
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	color: #eee;
	font-size: 8pt;
}

TABLE.specs {
	width: 315;
	margin: 10 0 10 0;
	background-color: #333;
}

TD.specsL {
	padding: 2 0 2 8;
	text-align: left;
	vertical-align: top;	
	color: #bbb;
	font-size: 8pt;
}

TD.specsR {
	padding: 2 3 2 5;
	text-align: left;
	vertical-align: top;	
	color: #eee;
	font-size: 8pt;
}

IMG.still {
	margin: 5;
	border: 1px solid #000;
}


/* -------------------------------------------------- 
NIEUWS HOME
---------------------------------------------------- */

DIV.boxnieuws {
	background-color: #9ec7d6;
	margin: 0 15 10 10;
	padding: 5;
}

P.hpnews_date {
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #076c8e;
}

P.hpnews_title {
	margin: 0px 0px 5px 0px;
	font-size: 8pt;
	line-height: 9pt;
}
A.hpnews_title:link, A.hpnews_title:visited  {
	font-weight: bold;
	color: #fff;
}

P.hpnews_txt {
	margin: 0px;
	font-size: 8pt;
	color: #404040;
}

.hpmeer, A.hpmeer:link, A.hpmeer:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #076c8e;
}
A.hpmeer:hover {
	color: #fff;
}

/* -------------------------------------------------- 
FOOTER
----------------------------------------------------- */

DIV.footcredit {
	margin: 5 5 0 0;
	float: right;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

A.credit:link, A.credit:visited {
	font-weight: normal;
}

/* -------------------------------------------------- 
NEWSPAGE
---------------------------------------------------- */

DIV.archief {
	position: absolute;
	top: 4px;
	left: 560px;
	width: 100px;
}

DIV.newsback  {
	margin: 0px 0px 20px 0px;
	height: 33;
	border-bottom: 2px solid #9fc7d6;
}

P.newstitle, P.overzicht_title {
	margin: 5px 0px 5px 0px;
	font-size: 10pt;
	font-weight: bold;	
}

A.overzicht_title:link, A.overzicht_title:active, A.overzicht_title:visited  {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A.overzicht_title:hover  {
	text-decoration:underline;
	color: #fff;
}

P.newsdate {
	font-size: 7pt;
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
}

P.newsauthor {
	font-size : 7pt;
	color: Gray;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
}

P.newstxt {
	color: f0f0f0;
}

.meer, .meer a, .back a  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9ec7d6;
}
.meer a:hover, .back a:hover  {
	color: #fff;
}

IMG.newsthumb {
	float: left;
	margin: 2 10 5 0;
	border: 1px solid #555;
}

IMG.newsimage {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px solid #555;
}


/* -------------------------------------------------- 
ZOEKEN
---------------------------------------------------- */

DIV.zoekresult {
	display: none;
	margin-left: 20px;
}


/* ---------------------------------------------------- 
FORM ELEMENTS
------------------------------------------------------- */

select.projectlist {
	background-color: ccc;
	font-size: 8pt;
}

option.projectlist {
	background-color: eee;
	font-size: 8pt;
}

INPUT.inputwhite {
	height: 20px;
	font-size: 8pt;
	color: #ccc;
	background-color: #fff;
	border: 1px solid #000;
	padding: 2px 3px 2px 3px;
	vertical-align: middle;
}

.submitknop {
	height: 20px;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	cursor: pointer;
}

.submitknop:hover {
	color: #fff;
	background-color: #000;
}


/* -------------------------------------------------- 
GENERIC BUTTONS & PIJLEN
----------------------------------------------------- */

a.pijlwit_r {
	background: transparent url('images/icons/pijlwit_r.png') no-repeat scroll 100% 50%;
	padding: 0px 25px 0px 0px;
	text-decoration: none;
}
a.pijlwit_r:hover {
	padding: 0px 30px 0px 0px;
	text-decoration: none;
}

a.projector {
	background: transparent url('images/icons/projector.png') no-repeat scroll 0% 50%;
	height: 15px;  /* = 17 minus 2 padding */
	padding: 2px 0px 0px 27px;
	text-decoration: none;
}
a.projector:hover {
	background: transparent url('images/icons/projector_hover.png') no-repeat scroll 0% 50%;
	color: #fff;
}

a.dvdlink {
	background: transparent url('images/icons/dvd.png') no-repeat scroll 0% 50%;
	height: 15px;  /* = 17 minus 2 padding */
	padding: 2px 0px 0px 25px;
	text-decoration: none;
}
a.dvdlink:hover {
	background: transparent url('images/icons/dvd_hover.png') no-repeat scroll 0% 50%;
	color: #fff;
}


a.rssfeed {
	background: transparent url('images/icons/rssfeed.png') no-repeat scroll 0% 50%;
	height: 18px;  /* = 17 minus 2 padding */
	padding: 2px 0px 0px 27px;
	color: #888;
	text-decoration: none;
}
a.rssfeed:hover {
	color: #fff;
	text-decoration: underline;
}

a.facebook{
	background: transparent url('images/icons/facebook.png') no-repeat scroll 0% 50%;
	height: 18px;  /* = 17 minus 2 padding */
	padding: 2px 0px 0px 27px;
	color: #888;
	text-decoration: none;
}
a.facebook:hover {
	color: #fff;
	text-decoration: underline;
}


a.help {
	background: transparent url('images/icons/help.png') no-repeat scroll 100% 50%;
	height: 14px;  /* = 16 minus 2 padding */
	padding: 2px 18px 0px 0px;
}
a.help:hover {
	background: transparent url('images/icons/help_hover.png') no-repeat scroll 100% 50%;
}

a.info {
	background: transparent url('images/icons/info.png') no-repeat scroll 100% 50%;
	height: 12px;  /* = 16 minus 4 padding */
	padding: 2px 20px 2px 0px;
}
a.info:hover {
	background: transparent url('images/icons/info_hover.png') no-repeat scroll 100% 50%;
}

a.extlink {
	background: transparent url('images/icons/icon_extlink.gif') no-repeat scroll 100% 50%;
	padding-right: 16px;
}

a.intlink {
	background: transparent url('images/icons/icon_intlink.gif') no-repeat scroll 100% 50%;
	padding-right: 18px;
}

a.pdflink {
	padding: 2px 20px 2px 0px;
	background: transparent url('images/icons/icon_pdf.png') no-repeat scroll 100% 50%;
}


/* -------------------------------------------------- 
PAGINATOR
----------------------------------------------------- */

.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}
a.paginate {
border: 1px solid #00639f;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #00639f;
}
a.paginate:hover {
background-color: #00639f;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #00639f;
font: bold .9em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background-color:#00639f;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}

