
/* Layout Stylesheet */ 


.vspacer {
 height: 10px;
}

.outer {
 text-align:left;
 border: 0;
 }
 
.hoofding 
{
color:#FFCC00;
font-size:8px;
font-weight:bold;
text-align:right;
}

.hdr {
 height:100px;
 background: #003 url(/Content/Images/achtergrond.jpg) repeat-x;
 color: #333333;
 overflow:hidden;
 }

.bar {
 height:21px;
 background:#003;
 color: #999;
 border: 1px solid #999;	
 border-width:1px 0 1px 0;
 font-weight:bold;
 text-align:right;
}

.bodyblock {
 /*position:relative;*/
 color: #333;
 margin: 0;
 /*height: 100%;*/
 height: auto;
 /*width: 100%;*/
 }

.l-col {
 /*float:left;*/
 background:#333;
 color: #fff;
 width:170px;
 /*margin-left: 2px;
 margin-bottom: 6px;*/
 padding-left: 2px;
 padding-bottom: 6px;
 min-width: 170px;
 }
 
.leftspacer {
 width: 170px;
 height: 1px;
}

.cont {
 /*margin-left: 185px;
 margin-right: 170px;*/
 border-width: 0;	
 text-align: left;
 color: #ccc;
 padding-left: 10px;
 padding-right: 10px; 
}

.r-col {
 /*float: right;*/
 background: #333;
 color: #fff;
 width: 164px;
 /*margin-right: 2px;
 margin-bottom: 6px;*/
 padding-right: 2px;
 padding-bottom: 6px;
 min-width: 164px;
 }

.ftr {
 height:35px;
 background:#003;
 color: #ccc;
 border: 1px solid #999;	
 border-width:1px 0 1px 0;
 margin-top: 5px;
 }
 
.clear {
 clear: both;
 height: 25px;
}

* html .cont {
height:1px;
}

.hStyle 
{
	visibility: hidden;
}