/*####################################
####   Stylesheet for Con-Sensus  ####
##    	   ramanan@ooip.nl          ##
############### 2007 #################
####################################*/

/*##################################################### 
##################  Basic elements ####################
#####################################################*/ 
html,body{
	margin:				0;
	padding:			0;
	text-align:			center;
}
body{	
	font-family:		"Arial",sans-serif;
	font-size:			12px;
	line-height:		16px;
	color: 				#333;
	text-align:			center;
	background:			#FFFFFF;
}
/* Holly Hack CLEARFIX */
.clearfix:after {
    content: 			"."; 
    display: 			block; 
    height: 			0; 
    clear: 				both; 
    visibility: 		hidden;
}
div, h1, p, a{margin:0px; padding:0px;}
h1{
	font-size:			14px;
	font-weight:		bold;
}
a{ color:#666; text-decoration:none; border-bottom:1px dashed #666;}
a:hover{ color:#333; text-decoration:none; border-bottom:1px dashed #333;}
.clearfix { 
	display: 			inline-block;
}  
/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height: 			1%;
}
.clearfix {
	display: 			block;
}
/* End Holly Hack */
.top{
	margin: 			0px auto;
	width:				995px;
	height:				660px;
	text-align:			center;
	background:			url(../img/full_bg.jpg) no-repeat top; 
}
.top .content{
	float:				left;
	margin-top:			185px;
	width:				995px;
	height:				485px;
}
.top .content .scroll{
	height:				465px; 
	width:				695px; 
	overflow:			auto;
}
.top .content .column_menu{
	float:				left;
	width:				295px;
	height:				485px;
	display:			inline;
	text-align:			left;
}
.top .content .column_1{
	float:				left;
	padding:	    	0px 10px 10px 30px;
	width:				290px;
	height:				auto;
	display:			inline;
	text-align:			left;
}
.top .content .column_2{
	float:				left;	
	padding:	    	0px 10px 10px 10px;
	width:				300px;
	height:				auto;
	display:			inline;
	text-align:			left;
}
.top .content .column_menu .adres{
	float:				left;
	margin-left:20px;
	padding:	    	10px 0px 0px 0px;
	width:				150px;
	height:				155px;
	display:			inline;
	text-align:			left;
	font-weight:		bold;
}
.top .content .column_full{
	float:				left;
	padding:	    	0px 10px 10px 30px;
	width:				630px;
	height:				auto;
	display:			inline;
	text-align:			left;
}
/* menus */
.top .content .column_menu .menus{
	float:				right;
	width:				115px;
	height:				450px;
	display:			inline;
	text-align:			center;
}
.top .content .column_menu .menus .hoofdmenu{
	float:				left;
	width:				115px;
	height:				32px;
	padding-top:		10px;
	background:			url(../img/menu_bg.png) no-repeat;
	display:			inline;
}
.top .content .column_menu .menus .hoofdmenu a{
	color:				#333; 
	height:				32px;
	text-decoration:	none;
	font-weight:		bold;
	border:				none;
}
.top .content .column_menu .menus .hoofdmenu a:hover{
	color:				#999; 
	text-decoration:	none;
	font-weight:		bold;
	border:				none;
}
.top .content .column_menu .menus .hoofdmenu .selected{
	color:				#999;	
	text-decoration:	none;
	border:				none;
}
.tables { font-weight:normal; }

