/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html {
	height: 100%;
}
body {
    height: 100%;
    background: url(pics/html-bg.gif) top left repeat;
}
#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background: url(pics/site-bg.gif) left top repeat ;
}

#site.vervolg{
    background: url(pics/site-vervolg-bg-blue.gif) left top repeat ;
    background-color: #fff;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}                  

#header .bottom .navigation {
    padding-left: 35px;
}

#header .bottom .navigation ul{
    margin-top: 9px;
}

#header .bottom .navigation ul li{
    float: left;
    list-style-type: none;
    color: #fff;
}

#header .bottom .navigation ul li a:link, #header .bottom .navigation ul li a:visited{
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
}

#header .bottom .navigation ul li a:hover, #header .bottom .navigation ul li.current a:link, #header .bottom .navigation ul li.current a:visited{
    text-decoration: underline;
}

#header .bottom .navigation ul li a.first:link, #header .bottom .navigation ul li a.first:visited{
    padding-left: 0px;
}

#header .bottom .txt a:link, #header .bottom .txt a:visited{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#header .bottom {
    height: 50px;
    position: relative;
    width: 990px;
    float: left;
    background: url(pics/header-bg.gif) top left repeat-y;
}

#header .bottom .button a:link, #header .bottom .button a:visited{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    
    line-height: 34px;
    color: #626364;
    text-decoration: none;
}

#header .bottom .button a:link img, #header .bottom .button a:visited img{
    border: none;
}

#header .bottom .button a:hover{
    text-decoration: underline;
}

#header .bottom .button{
    position: absolute;
    width: 125px;
    height: 34px;
    right: 10px;
    top: 0px;
    text-align: center;
    background: url(pics/btn.gif) top left no-repeat;
}

#header .bottom .top{
    background-color: #003888;
    height: 15px;
    width: 990px;
}
#header {
	width: 990px;
	height: 105px;
	background-color: #fff;
    border-bottom: 2px solid #fff;
}
#header .logo{
    width: 990px;
    float: left;
}

#header .logo a img {
	float: left;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Content */ 


#content {
	width: 990px;
    padding-bottom: 90px;
}

#content .block .color {
    width: 176px;
    background-color: #1c3b85;
    height: 62px;
    margin: 0px;
    padding: 0px;
    float: left;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 13px 35px 0px 35px;
    font-size: 14px; 
}
#content .block .block_or { 
  padding: 14px 35px 30px 25px ;
  margin-bottom:0px;
  width: 196px;
  height: 35px;
  overflow: hidden;
  color:#fff;
  font-size:12px;
  background: url(pics/block_or.gif) no-repeat;
  cursor:pointer;
}
#content .block .color.light {
    background-color: #4e5b9e;
}


#content .block .txt{
    padding: 20px 35px 35px 35px;
    color: #fff;
    float:left;
}
#content .block .txt.black{
    color: #1A171B;
}

#content .block .txt.blue{
    color: #4e5b9e;
}

#content .block {
    width: 246px;
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: 2px solid #fff;
    position: relative;
}

#content .big-block {
    width: 742px;
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: 2px solid #fff;
}

#content .big-block.first{
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

#content .big-block.first .txt{
    color: #000;
}

#content .big-block img{
    float: right;
    padding: 0px;
    margin: 0px;
}

#content .big-block .txt{
    padding: 20px 35px;
    color: #fff;
    float:left;
    width: auto; 
}

#content .big-block.left img{
    float: left;
}

#content .block.right {
    border-right: none;
    float: right;
}

#content .block.right .color.light{
    min-height: 62px; 
    height: auto !important;
    height: 62px;
    padding-bottom: 12px;
}

#content .block img{
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #fff;
    float: left;
}

h1, td h1 {font: 16px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}
h2, td h2 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}
h3, td h3 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}
h4, td h4 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}
h5, td h5 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}
h6, td h6 {font: 11px arial, verdana, sans-serif; font-weight: bold; color: #003888; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #003888 ;  text-decoration: underline;}
#content a:hover { color: #003888;  text-decoration: none; }

table {margin: 5px 0px; border: none;}
td {
    font: 12px arial, verdana, sans-serif;
    line-height: 16px;
    color: #fff;
}

#directions table td{
    color: #000;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 0px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 0px;}



#content .block .image, #content .block .image1, #content .block .image2{
    width: 246px;
    position: relative;
    height: 326px;
    overflow: hidden;
}

#content .block .image ul , #content .block .image1 ul, #content .block .image2 ul{
    margin: 0px;
}

#content .block .image ul li img, #content .block .image1 ul li img, #content .block .image2 ul li img{
    margin: 0px;
    padding: 0px;
    width: 246px;
    height: 324px;
}

#content .block .image ul li, #content .block .image1 ul li, #content .block .image2 ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

#content .block .image ul{
    margin: 0px;
    padding: 0px;
    height: 324px;
    width: 246px;
    border-bottom: 2px solid #fff;
}
/* ------------------------------------------------------------------------- formulier */
.row{
    margin-bottom: 5px;
    width: 175px;
}

.row .invul input.text{
    border: 1px solid #003888;
    width: 172px;
    font: 12px arial, verdana, sans-serif;
    padding: 1px; 
}

.row .invul textarea{
    border: 1px solid #003888;
    width: 172px;
    font: 12px arial, verdana, sans-serif;
    padding: 1px;
    height: 100px; 
}

.row .invul select{
    width: 175px;
}

.row .omschrijving input.submit{
    border: 1px solid #003888;
    background-color: #fff;
    cursor: pointer;
    float: right;
}

.block .color h1{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
}


/* ------------------------------------------------------------------------- google maps */
#map{
    width: 742px;
    height: 300px;
}

.color.light .row .omschrijving input.submit{
    border: 1px solid #003888;
    background-color: #5E6066;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.color.light .row .invul input.text{
    border: 1px solid #ccc;
}

.color.light h2{
    color: #fff;
}

#directions table{
    background-color: #fff;
}

#directions{
    color: #000;
    background-color: #fff;
}

#directions a:link, #directions a:visited{
    color: #000;
}
 
/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}


#footer {
	position: absolute;
	bottom: 0;
	padding: 0px 2px 0px 0px;
	width: 244px;
  right: 0px;
	height: 120px;
	font: 10px arial, verdana, sans-serif;
	color: #C6C7C9;
	text-align: right;
}

#footer .luckers-block {
  padding: 5px 13px 5px 5px;
}

#footer .foot-bottom {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 20px;
	color: #C6C7C9;
}

#footer a.website:link, #footer a.website:visited{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#footer a:hover { color: #C6C7C9; text-decoration: underline; }

#site span.blue{
    color: #003888;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
