html, body{height:100%; background:#181818;} 
body {padding:0; margin:0; text-align:center; font-family:Arial;}
body img{border:0px}
#body{min-height:100%; width:1000px; margin:auto; position:relative; background:url('../images/patroon-main.jpg') repeat-y }
#menubar{text-align:left}
* html #body{height:100%} 
#header {position:relative; height:135px; background:url('../images/header.jpg') top no-repeat;}
/*#footer {text-align:center; position:absolute;bottom:0;left:0;	height:145px; width:1000px; background:url('../images/footer.jpg') #000 top center no-repeat;}*/
#footer {text-align:center; height:26px; width:1000px; background:url('../images/footer.jpg')  top center no-repeat;}
#cf{clear:both;height:40px;}/*needed to make room for footer*/

#black_space{height:15px; width:960px; background:#000}
#grey_area{width:960px; height:214px; background:url('../images/greyarea-background.jpg') no-repeat}
#grey_area div{line-height:24px; float:left;  color:#7d7d7d; font-size:15px; text-align:left; position:relative}
.adr1{left:100px; top:30px;}
.adr2{left:190px; top:30px;}
.adr3{left:300px; top:30px;}
.start-stop{display:none;}

.grey_content{padding-left:110px; padding-right:110px; padding-top:50px;}

#below_footer{min-height:50px;}

#content{height:454px; overflow:hidden; width:1000px; background:url('../images/patroon-main.jpg') repeat-y }
#copyright{font-size:12px; float:left; text-align:left; padding-top:20px; padding-left:25px; line-height:20px;}
#search{float:right; padding-right:25px; padding-top:30px;}
#search input{font-size:11px; color:#666666; border:1px solid #cccccc; padding:3px}

/* Easy Slider */
#box1, #box2, #box3, #box4{float:left; width:240px}
/* // Easy Slider */

.inmedia{width:100px; height:30px; position:relative; left:320px;}

/*
home slideshow
*/

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width:960px;
    height:454px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

