<?php
  ob_start ("ob_gzhandler");
  header("Content-type: text/css; charset: UTF-8");
  header("Cache-Control: must-revalidate");
  $offset = 60 * 60 ;
  $ExpStr = "Expires: " .
  gmdate("D, d M Y H:i:s",
  time() + $offset) . " GMT";
  header($ExpStr);
?>
HTML { height: 100%; margin-bottom: 1px; }
BODY {  margin: 0; padding: 20px 0; background: #000 url(../images/body-back.gif) repeat-x left top; }
BODY, INPUT, SELECT, TEXTAREA { color: #000; font-size: 13px; font-weight: normal; font-family: "Trebuchet MS", Arial, sans-serif; }
FORM { margin: 0; padding: 0; }
IMG { border: none; }
P { margin: 15px 0; }
OL, UL { margin-top: 15px; margin-bottom: 15px; }
A { color: #cd0023; text-decoration: underline; outline: none; border:0;}
A:hover { text-decoration: none; }


/* LAYOUT */
#page { width: 860px; background-color: #e6ddb9; margin: 0 auto; }
#container { background: url(../images/doubleline_hor.gif) repeat-x left top; margin-top: 4px; padding-top: 1px; }
.content { width: 820px; background: #fff url(../images/content_borders.gif) repeat-y left top; margin: 0 auto; padding: 0 2px; line-height: 20px; }
.contentPad { padding: 20px 30px 30px; clear: both; }


/* HEADER */
#header { height: 100px; background: url(../images/header_bg.gif) repeat-y left top; padding: 17px 25px 0; }

/*#header H1 { float: left; width: 304px; margin: 0; padding: 0; font-size: 0; text-indent: -5000px; }
#header H1 A { display: block; height: 83px; background: url(../images/van-velsen-logo.png) no-repeat left top; }
*/
#header a.logo { float: left; }
#header .contact { padding-top: 4px; color: #cd0023; line-height: 20px; text-align: right; font-weight:bold;}
#header .contact A { color: #cd0023; text-decoration: none; }
#header .contact A:hover { text-decoration: underline; }


/* MENU */
#menu { height: 30px; background: url(../images/menu/menu_bg.gif) repeat-x left top; padding: 2px 19px 0; margin-bottom: 4px;}
#menu UL { margin: 0; padding: 0; list-style: none; }
#menu LI { float: left; background: url(../images/menu/menu_sep.gif) no-repeat right center; padding-right: 1px; }
#menu LI#last { background: none; }
#menu A { float: left; display: block; height: 28px; background-image: url(../images/menu/menu_activeitem.gif); background-repeat: repeat-x; background-position: 0 0; padding: 0 8px; color: #fff; font-size: 13px; font-weight: bold; text-decoration: none; line-height: 28px; }
#menu A:hover, #menu LI.active A { background-position: 0 -28px; color: #000; }

.submenu { padding: 10px 10px 30px; }
.submenu UL { float: left; width: 788px; background: #d94400 url(../images/navBar_bg.gif) repeat-x left bottom; margin: 0; padding: 1px 6px 0; list-style: none; }
.submenu LI { float: left; background: url(../images/navBar_separator.gif) no-repeat right center; padding: 0 1px 1px 0; }
.submenu LI.last { background: none; }
.submenu A { float: left; display: block; height: 31px; padding: 0 10px; color: #fff; text-decoration: none; line-height: 30px; white-space: nowrap; }
.submenu A:hover, .submenu A.active { background-color: #ed872a; }


/* BLOCKS */
.blkR { float: left; width: 760px; background: #d94601 url(../images/blkR_bg.gif) repeat-x left bottom; padding-right: 60px; color: #fff; border-bottom: 9px solid #000; }
.blkR IMG { float: left; width: 429px; margin-right: 30px; }
.blkR .fright { width: 300px; padding-top: 20px; }

.clmThree { float: left; width: 100%; background: url(../images/clmThree.gif) repeat-y left top; }
.clmThree .clm { float: left; width: 233px; padding: 25px 20px 40px; }

.clmTwo { float: left; width: 100%; background: url(../images/pix_gray.gif) repeat-y center top; }
.clmTwo .clm { float: left; width: 349px; padding: 5px 30px 30px; }

.prodBlkL { float: left; width: 160px; margin-top: 20px; }
.prodBlkR { float: right; width: 160px; margin-top: 20px; }
.prodBlkL SPAN.title, .prodBlkR SPAN.title { display: block; background: #26904b url(../images/title_bg.gif) repeat-x left bottom; padding: 10px; color: #fff; text-align: center; }

.imgLeft { float: left; margin: 5px 30px 15px 0; }
.imgRight { float: right; margin: 5px 0 15px 30px; }

.contentSep { height: 11px; background: url(../images/sepatator_bg.gif) repeat-x left top; font-size: 0; clear: both; }

.rowBlue, .rowGreen, .rowRed { color: #fff; border-width: 1px 1px 0; border-style: solid; border-color: #fff; }
.rowBlue A, .rowGreen A, .rowRed A { color: #fff200; }


.rowBlue .col, .rowGreen .col, .rowRed .col {  float: left; width: 190px;  padding: 10px 188px 15px 30px; }
* HTML .rowBlue .col, * HTML .rowGreen .col, * HTML .rowRed .col { height: 115px; }
.rowBlue { background: #037fad url(../images/rowBlue_bg.gif) repeat-x left bottom; }
.rowGreen { background: #28934e url(../images/rowGreen_bg.gif) repeat-x left bottom; }
.rowRed { background: #d94501 url(../images/rowRed_bg.gif) repeat-x left bottom; }
.verSepW { background: url(../images/pix_white.gif) repeat-y center top; }

.contactsplit {float:left;}
.routesplit {float:right; margin-right:10px;}


/* FOOTER */
P#footer { width: 860px; margin: 0 auto; padding-top: 10px; text-align: right; }
P#footer A { color: #ffffff; font-size: 11px; }


/* OTHER */
.fleft { float: left; }
.fright { float: right; }
.right { float: right; margin-bottom:10px; margin-left:15px; }
.nofloat { clear: both; height: 0; font-size: 0; line-height: 0; }
.imagewrapper {
  float:left;
  margin-right:60px;
}
.last {
  margin-right:0px;
}
table {
  background: #b07801;
 }
 
 table tr th, table tr td {
  background:#fff;
  vertical-align:top;
  font-size:11px;
 }
table tr th {
  font-size:13px;
  color:#4E1E00;
  text-align: left;
 }
 
 div.invisible {
  display:none;
 }
 div.thumb {
  width:182px;
  height:182px;
  background:#e8e5d9;
  float:left;
  margin:0 9px 9px 0;
  text-align:center;
  position:relative;
}

div.thumb a.vergroot{
  width:18px;
  height:19px;
  background: url(../images/enlarge.jpg);
  position: absolute;
  right: 3px;
  bottom: 3px;
 }
 
 div.thumb a.vergroot:hover{
  background: url(../images/enlarge-hover.jpg);
 }

div.last.thumb{
  margin: 0 0 9px 0;
 }

div.thumb img.liggend{
  margin-top:30px;
 }
 
 ul.sitemap, ul.sitemap li ul {
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:100%;
 }
 
  ul.sitemap li {
    float:left;
    margin:0 40px 0 0;
    padding:0;
    width:340px;
  }  
  ul.sitemap li ul {
    border:1px solid #e6ddb9;
    padding:10px;
  }
  
  ul.sitemap li ul li {
    width:100%;
  }
  
ul.webtrail {
  list-style-type: none;
  margin: 0;
  padding: 0px 0 0 28px;
  color: #444;
  font-size: 0.9em;
}

ul.webtrail li{
  display: inline;
  margin-right: 5px;
}

ul.webtrail li a{
  color: #555;
  text-decoration: none;
}

ul.webtrail li a:hover{
  text-decoration: underline;
}

.banner {
	float: right;
	display:inline-block;
	margin: 10px 0 10px 25px;
	
}


