* { 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.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{
    margin: 0px 25px 0px 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#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 .navigation ul.faill_menu {
   position:relative;
   float: right;
   right:125px;
   margin-top: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-orange.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-orange.gif) top left no-repeat;
}

#header .bottom .top{
    background-color: #d16d1d;
    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;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  padding-bottom: 110px;
}

#content .block .color {
  width: 176px;
  background-color: #d16d1d;
  height: 70px;
  margin: 0px;
  padding: 0px;
  float: left;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 8px 35px 0px 35px;
  font-size: 14px; 
}
#content .block .block_blue {   
  padding: 18px 35px 30px 35px ;
  margin-bottom:0px;
  width: 186px;
  height: 30px;
  overflow: hidden;
  color:#fff;
  font-size:14px;
  background: url(pics/block_blue.gif) no-repeat;
  cursor:pointer;
}
#content .block .color.light {
  background-color: #5e6066;
  min-height: 58px; 
  height: auto !important;
  height: 58px;
  width: 176px;
  padding-bottom: 12px;
	overflow:hidden;
}
#content .block .color.light.orange-side {
  background:#D16D1D;  
}
#content .block .txt{
    padding: 20px 35px 35px 35px;
    color: #fff;
    float:left;
}

#content .block .txt ul{
    margin-left: 0px;
}

#content .block .txt.black{
    color: #1A171B;
}

#content .block .txt.orange{
    color: #1A171B;
}

#content .block .txt.blue{
		color: #000;
}

#content .block {
    width: 246px;
    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 {
    width: 742px;
    padding: 0px;
    margin: 0px;
    float: left;
    border-right: 2px solid #fff;
}

#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.first .txt{
    color: #000;
}


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

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

#content .block img{
    margin: 0px;
    padding: 0px;
    float: left;
}

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

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

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

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

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

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

#directions table td{
    color: #d16d1d;
}

#content img { margin: 14px 0px; }
#content img.left {	margin: 4px 15px 15px 0px; float: left; border: 2px solid #d16d1d; }
#content img.right { margin: 4px 0px 15px 15px; float: right; border: 2px solid #d16d1d; }

p { margin-bottom: 9px;}

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


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

#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 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, #content .block .image1 ul, #content .block .image2 ul{
    margin: 0px;
    padding: 0px;
    height: 324px;
    width: 246px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

/* ------------------------------------------------------------------------- formulier */
.row{
    margin-bottom: 5px;
    width: 175px;
}

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

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

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

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

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

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

#directions a:link, #directions a:visited{
    color: #000;
}


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

.color.light .row .omschrijving input.submit{
    border: 1px solid #d16d1d;
    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;
}

.block .color h1{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px;
} 
/* ------------------------------------------------------------------------- Faillissementen */ 
#content .items {margin-top:20px;}
#content .items .item {margin-bottom:10px;}
#content span.company {
	margin-right:5px;
	font-size:14px;
	font-weight:bold;
	color:#D16D1D;
}
#content .light a.verslag:link, #content .light a.verslag:visited {
	font-size:14px;
	line-height:25px;
	color:#fff;
}
#content .color.light.download {
	width:196px;
	padding-left:15px;
}
#content .txt.txt_faill {color:#000;}
#content .color.light.formulier {
  line-height: 20px;
	cursor:pointer;
}
#content .txt.blue.formulier .form_company {
	width:180px;
	height:45px;
	overflow:hidden;
}
#content .txt.blue.download {
  width: 211px;
  margin-bottom:2px;
  padding:20px 0px 35px 35px;
  color:#000 !important;
  background: #D16D1D;
  overflow:hidden;
}
*html #content .txt.blue.download {width:175px !important;}
#content .txt.blue.download h2 {color: #fff !important;}
#content .txt.blue.download a:link, #content .txt.blue.download a:visited {color:#fff;}
#content .txt.blue.download a:hover {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: left;
    overflow: hidden; 
}

#footer .foot-bottom {
    position: absolute;
    bottom: 0px;
    left: 35px;
}

#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 .luckers-block {
  padding: 5px 13px 5px 5px;
  text-align: right;
}

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

#site span.orange{
    color: #d16d1d;
}

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