@charset "UTF-8";
/* Set up the document
-----------------------------------------------------------------------------*/

html, body { height:100%; }

.clear { clear:both; height: 0; overflow: hidden; }


/* Typography
-----------------------------------------------------------------------------*/
body, div, th, td, span, li, p, input, textarea { font:12px/1.5 Arial, sans-serif; color: #222023; }

h1 { text-transform: uppercase; font-size: 18px; color: #023280; font-weight:normal; line-height:1; font-size: 26px; margin: 10px 0; }
.txtblue { color: #023280; line-height: 1.5; }
.txtbody { color: #222023; }

a, a:link, a:active, a:visited { color:#023280; font-weight: bold; text-decoration: none; white-space: nowrap; }
a:hover { color:black; }

blockquote { quotes: "\201C" "\201D"; }
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

/* Template basics */
body { background: url(../img/bg.jpg) repeat center top; margin-top: 20px; }

#wrapper, #footer { padding: 0 9px; width: 980px; margin: 0 auto 0; background: url(../img/bg_repeat-y.png) repeat-y center top; }

#content_bg { width: 980px; background: url(../img/bg_main.jpg) no-repeat center top; min-height: 550px; _height: 550px; }

#left { float: left; width:203px; border-right: 1px solid #8b8c8e; }
#right { float: right; widows: 776px; }

#left .date { height: 136px; text-align: center; padding: 5px 0 0; color:#023280; text-transform: uppercase; font-size: 9px; font-weight:bold; }
#left .logo { height: 135px; padding:0 0 0 22px;}


#left #menu { padding:35px 0 0 25px; }
#left #menu ul { list-style: none; padding: 0; margin: 0; }
#left #menu li { margin: 0 0 15px 0; line-height: 1; padding-left:12px; }
#left #menu li:hover { background: url(../img/nav_arrow.gif) no-repeat left center; }
#left #menu a { font-size:11px; text-transform: uppercase; text-decoration: none; color: #8b8c8e; font-weight: normal; }
#left #menu a:hover { color: #023280;  }
#left #menu li.selected { background: url(../img/nav_arrow.gif) no-repeat left center; }
#left #menu li.selected a { font-size: 12px; color: #023280; font-weight: bold;  }

#right #content { padding: 1px 30px 0; width: 716px; position: relative; }
#right #content ul, #right #content ol { padding: 0; margin-left:16px; }
#right img.pvanzandvoort { margin-top:-30px; position:relative; z-index:300; }

#right #mediabox { height:254px; width:776px; position: relative; }
#right #mediabox #slideshow-container	{ width:776px; height:254px; position:relative; }
#right #mediabox #slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:1; }
#right #mediabox #mask { z-index:200; position: absolute; bottom: 0; left: 0; height:49px; width:776px; background: url(../img/mask_visuals.png) no-repeat top left; }

ul#keurmerken { z-index:300; position: absolute; right: 9px; top: -20px; list-style: none; margin: -10px 0 0 16px; padding: 0; width: 290px; height: 38px; }
ul#keurmerken li { margin-right:5px; text-indent:-9000px; float:left; display: inline-block; height: 38px; background-image:url(../img/logos.gif); background-position: left top; background-repeat: no-repeat; }
ul#keurmerken li.km1 { background-position: 0 0; width: 63px; }
ul#keurmerken li.km2 { background-position: -78px 0; width: 81px; }
ul#keurmerken li.km3 { background-position: -175px 0; width: 39px; }
ul#keurmerken li.km4 { background-position: -227px 0; width: 39px; }
ul#keurmerken li.km5 { background-position: -279px 0; width: 39px; }

.link_summary a { text-decoration: underline; }
.link_summary a:hover span { color: #023280; }

ul.turboblower_pics { list-style: none; margin: 0 !important; padding: 0; }
ul.turboblower_pics li { display: inline-block; margin: 0 10px 0 0; width: 102px; height: 102px; background: url(../img/thumb_bg.png) no-repeat left top; padding: 11px }



/* Form styling */
.textfield { width: 300px; border:1px solid silver; font-size: 11px; color:gray; }
.textarea { font: 11px/1.5 arial; color:gray; width: 300px; resize: none; border:1px solid silver; overflow-x: hidden; overflow-y: auto; }
.btnSubmit { cursor: pointer; border: 1px solid silver; padding: 3px 5px; color: white; background-color: #023280; font-weight: normal; text-transform: uppercase; font-size: 12px;}
.btnSubmit:hover { color: #c2c7de; }

#footer { position: relative; background: url(../img/bg_footer.png) no-repeat center top; height: 85px; width: 980px; }

#footer .designer { float: left; color:#c4c2c1; font-size:10px; width: 150px; padding: 70px 0 0 15px; }
#footer .designer a { color:#c4c2c1; text-decoration: none; font-weight: normal; }
#footer .designer a:hover, #footer .address_holder .address a:hover { color: #023280; }
#footer .address_holder { float: right; height:50px; padding:32px 10px 0; width:700px;}
#footer .address_holder .address { line-height: 1.5; color: white; text-align: right; float: right; width:600px; padding:10px 15px 0 0; margin-top:-22px; }
#footer .address_holder .country { float: right; border-left: 1px solid silver;padding:10px 0 10px 5px; width:14px; height: 46px; margin-top:-29px; }
#footer .address_holder .address a { color: white; text-decoration: none; }


