/* ******************************************************/
/*	 basisidee style sheet   							*/
/*	 basisidee.nl  - All Rights Reserved.   			*/
/* ******************************************************/
body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#1A171B;
	padding:0px;
	margin:0px;
}
#ubercenter { 	
	position:absolute;
	width:798px; 
	height:594px; 
	margin:-297px 0px 0px -399px;
	top: 50%; 
	left: 50%;
	
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	border: 0px none;
	overflow: hidden;
}
#ubercenterkeuze { 	
	position:absolute;
	width:900px; 
	height:360px; 
	margin:-180px 0px 0px -450px;
	top: 50%; 
	left: 50%;
	
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid;
	overflow: hidden;
}

TABLE {
	margin: 0;
	padding: 0; 
	border: 0px none;
	border-collapse: collapse;
	
	font-family: Verdana;
	font-size: 11px;
} 
input, textarea, {
		background: #999999; 
		font-family: Verdana;
		font-size: 12px;
		color: #999; 
}

#cntnt01searchinput {
border: 1px inset #B6ABA6; /* Set explicitly to override the border:none above*/
background-color: #FFF; /* a 1px white image to override the search image set above*/
width: 100px; /* width and height to override the settings above*/
height: 18px;
}

SELECT, OPTION	{
		background-color: transparent
		color: #FFFFFF; 
		font-family: Verdana;
		font-size: 12px;
}
form{
		margin:0px;
}
ol,ul{
		margin:0px;
		padding-left:25px;
		padding-right:25px;
		padding-top:10px;
		padding-bottom:10px;
}
A {
		text-decoration:none;
		font-family: Verdana;
		font-weight:bold;
		font-size: 13px;
		color: #AC2B3E;
		background-color: transparent
}
A:hover {
		text-decoration:underline;
		font-family: Verdana;
		font-weight:bold;
		font-size: 13px;
		color: #AC2B3E;
		background-color: transparent;
}
h1,h2,h3,h4,h5,h6 {
		font-family: Verdana;
		font-weight:bold;
		font-size: 16px;
		color: #AC2B3E;
		padding-bottom:10px;
}

/* dit was het centrale werk nu alle classes: */


.inhoud {
		font-family: Verdana;
		font-size: 11px;
		line-height: 140%;
		color: #1A171B;			
		background-color:#FFF;

		margin: 0px;
		padding: 0px;
		width:570px;
		height: 302px;
		overflow-y:auto; 
		overflow-x:visible;  
		padding-right: 8px;
		scrollbar-base-color: #FFF;		
}

.kop {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #0155C1;
		font-weight: bold;
		font-size: 12px;
}

