body
{
font-family:	Century Gothic, Trebuchet MS, Arial, sans-serif;
font-size: 		11px;
color:			#302873;
margin: 		0px;
padding:		0px;
}

/* BASISDIV's */
	#container
	{
	width: 			800px;
	margin:			0 auto;
	z-index:		0;
	}
	
	#header
	{
	position: 		relative;
	margin:			0px;
	padding:		0px;
	z-index:		1;
	}

	
		#login
		{
		width:			280px;
		position: 		absolute;
		right: 			5px;
		top:			22px;
		}
	
	#statusbalk
	{
	background-color:	#322D70;
	color:				#FFFFFF;
	width:				100%;
	float:				left;
	margin:				0px;
	padding:			0px;
	}
	
	#footer
	{
	clear:				both;
	width:				800px;
	margin:				0px auto;
	padding:			3px 0px;
	background-color:	#322D70;
	color:				#FFFFFF;
	text-align:			center;
	}
	
	a.woda:link{text-decoration:	none; color: #FFFFFF;}
	a.woda:visited{text-decoration:	none; color: #FFFFFF;}
	a.woda:hover{text-decoration:	none; color: #FFFFFF;}
	a.woda:active{text-decoration:	none; color: #FFFFFF;}
	
	* html #statusbalk 
	{
	margin-top: 		-4px;
	}
	
		#status
		{
		width:			70%;
		text-align:		left;
		float:			left;
		
		}
		#datum
		{
		width:			30%;
		float:			left;
		text-align:		right;
		}
	
	#middencontainer
	{
	margin:	0px;
	padding: 0px;
	float:left;
	height:auto;
	background-image:	url(../../images/layout/bg.gif);
	background-repeat:	repeat-y;
	}
	
		#links
		{
		width:				165px;
		height:				100%;
		float:				left;
		background-color:	#C5E4F9;
		margin: 			0px;
		padding:			0px;
		}
			#menu
			{
			min-height: 	350px;
			}
		
			
		#midden
		{
		width:				460px;
		float: 				left;
		padding:			5px;
		margin: 			0px;
		}
		
			#content
			{
			width:			100%;
			}
		
		#rechts
		{
		float:				left;
		width: 				165px;
		height:				100%;
		margin:				0px;
		padding:			0px;
		background-color:	#C5E4F9;
		}
		
	
		#gewijzigd
		{
			min-height:			100px;
			height:				auto !important;
		}
		#verjaardagen
		{
			min-height:			100px;	
			height:				auto !important;
		}
		#volgact
		{
			min-height:			150px;
			height:				auto !important;
		}
			
			
		#sponsors
		{
			text-align: center;
		}
	
/* Menu's, etc */

.menutitel
{
text-align:		center;
font-variant:	small-caps;
font-weight:	bold;
font-size:		14px;
}

.hoofdmenu
{
font-family:		Arial;
font-variant:		small-caps;
color:				#FFFFFF;
background-color:	#3695A4;
font-size:			12px;
text-indent:		5px;
text-align:			left;
}

.menuitem
{
text-indent:			7px;
}

.bericht_onderwerp
{
	font-family:		Arial;
	background-color:	#C6E4F9;
	font-size:			12px;
	font-weight:		bold;
	text-indent:		5px;
}

/* Uitlijningen & extra opmaak */

.gecentreerd
{
	text-align:		center;
}

.rechtsgelijnd
{
	text-align:	right
}

.cursief
{
font-style:		italic;
text-align:		left;
float: 			left;
}

.grijs
{
	color: #CCCCCC;
}

td.balkL
{
text-align:		left;
width:			70%;
}

td.balkR
{
text-align:		right;
width:			30%;
}

.meer
{
text-align: 	right;
font-size:		10px;
}

.stat_artikel
{
	font-weight:		bold;
}
.stat_sectie
{
	text-decoration:	underline;
}

/* Paginatitels & horizontale lijn */

h1
{
	font-size:			15px;
	text-align:			left;
	color:				#A9D8F6;
	line-height:		5px;
	padding:			10px 0 0 0;
	
}

h2
{
	font-size:			12px;
	text-align:			left;
	color:				#3695A4;
}

hr
{
background-color:		#A9D8F6;
border:					none;
}

.gescat
{
font-size: 				10px;
text-align:				right;
}

.smallcaps
{
font-variant:	small-caps;
text-transform:	lowercase;
font-weight:	bold;
font-size:		12px;
}

img
{
border : 0px;
}

.check
{
cursor:	pointer;
}

.star
{
	list-style-image: url('../../images/layout/picto/star.gif');
}

.stt_wzg
{
	background-color:		yellow;
}

/* LINKS */

a:link{text-decoration:	none; color: #302873;}
a:visited{text-decoration:	none; color: #302873;}
a:hover{text-decoration:	none; color: #3695A4;}
a:active{text-decoration:	none; color: #302873;}

.select-free
{
position: 	absolute;
z-index: 	10; /*any value*/
overflow: 	hidden; /*must have*/
width: 		247px; /*must have for any value*/ /*width of area +5*/
}

.select-free iframe
{
display: 	none; /*sorry for IE5*/
display: 	/**/ block; /*sorry for IE5*/
position: 	absolute; /*must have*/
top: 		0px; /*must have*/
left: 		0px; /*must have*/
z-index: 	-1; /*must have*/
filter: 	mask(); /*must have*/
width: 		3000px; /*must have for any big value*/
height: 	3000px /*must have for any big value*/;
}

.select-free .bd
{
padding: 	11px;
}

.txtcss
{
position: 	absolute;
width: 		242px;
top: 		0px;
left: 		0px;
z-index: 	2;
}

.ddlcss
{
position: 	absolute;
width: 		265px;
top: 		0px;
left: 		0px;
z-index: 	1;
}
