/*	Stylesheet	for Libau.nl            */
/*	Author: Gerard Salomons		        */
/* 	Company: 	puurcss.nl		        */
/*  VERSION: 1.0                        */

/*STRUCTURE*/

.wrapper{
	width:970px;
	margin:0px auto;
	position:relative;	
	z-index: 99;
}
.row1{
	margin-left:170px;
}
/*.row2{
	height:221px;
}*/
.row3{
}
.row4{
	margin:10px 0 0 170px;
	clear:both;	
}
.row2 .col1{
	width:170px;
	float:left;
}
.row2 .col2{
	width:800px;
	float:left;
	position:relative;
}
.row3 .col1{
	width:170px;
	height:228px;
	position:relative;
	float:left;
}
.row3 .col2{
	width:800px;
	/*height:285px;*/
	position:relative;
	float:left;
	background:#FFF;
	padding:0px;
}
.col3{
	width:200px;
	position:relative;
	float:left;
}
.content{
	min-height:210px;
	/*overflow-y:auto;*/
	padding:10px 10px 15px 10px;
}
.subMenu{
	width:181px;
	float:left;
	margin-right:17px;
	margin-left:-10px;
}
.subMenu ul{
	list-style:none;
}
.subMenu ul li{
	padding:0 0 5px 0;
	margin-left:10px;
}
.subMenu ul li.active{
	margin-left:-10px;
	padding-left:20px;
}
.subMenu ul li a{
	padding:0 0 0 10px;
	background:url(../images/icnSubNavList.gif) 0px 7px no-repeat;
	display:block;
	font-size:1.0em;
}
.subMenu ul li.active a{
	color:#C80000;
}
.subMenu ul li a:hover{
}
.contentColumn{
	width:575px;
	float:left;
}
.contentColumn ul{
	list-style:none;
	margin:0 0 10px 0;
}
.contentColumn ul li{
	padding:0 0 0 15px;
	background:url(../images/icnList.gif) 0px 7px no-repeat;
}
.contentColumn .contentLeft{
	width:45%;
	float:left;
}
.contentColumn .contentRight{
	float:right;
	width:45%;
}
.contentColumn.actueel{
	padding-left:10px;
}
.indent{
	margin-left:181px;
	width:580px;
}
.indent .caption{
	font-size:11px;
	color:#666;
}
/*END STRUCTURE*/
