/* *************************************************************************************
				BODY & WRAPPER STRUCTURE
************************************************************************************* */

* 											{ margin: 0; }
html, body									{ height: 100%; }
body 										{ background: #fff url('../img/body_back.gif') top center repeat-y; }

#wrapper
{
	min-height:								100%;
	width:									960px;
	height: 								auto !important;
	height: 								100%;
	margin: 								0 auto -50px; 		/* the bottom margin is the negative value of the footer's height */
	border-left:							10px solid #ffffff;
	border-right:							10px solid #ffffff;
}

.wrapIt
{
	width:									960px;
	margin: 								auto;
}

/* *************************************************************************************
				GENERAL STYLES
************************************************************************************* */

* {
	font-family: 							Arial, Tahoma, Verdana, Helvetica, "Sans Serif";
	color:									#333;
	font-size: 								12px;
	line-height: 							15px;
	text-align: 							left;
}

a:link, a:visited, a:active 				{ color: #45a13e; font-weight: normal; text-decoration: none; }
a:hover 									{ color: #3e1168; font-weight: normal; text-decoration: none; }

h1 											{ font-size: 22px; color: #000; line-height: 23px; margin-bottom: 15px; font-weight: normal; }
h2 											{ font-size: 18px; color: #000; line-height: 20px; margin-bottom: 10px; font-weight: normal; }
h3 											{ font-size: 12px; color: #000; margin-bottom: 3px; font-weight: bold; }

p 											{ line-height: 16px; margin-bottom: 20px; }

input, textarea								{ background: #f5f5f9; border: 1px solid #ececf4; padding: 3px; }
input[type="submit"], input[type="button"]	{ background: #3e1168; color: #ffffff; font-weight: bold; padding: 3px; cursor: pointer; }

hr 											{ border: 0; color: #333; background-color: #333; height: 1px; width: 100%; margin: 15px 0 15px 0; }

img											{ border: 0; }


/* *************************************************************************************
				TOP
************************************************************************************* */

#top
{
	position:								absolute;
	z-index:								100;
	width:									100%;
	height:									124px;
	background:								#e3efed url('../img/top1.jpg') top center no-repeat;
	border-bottom:							10px solid #83b400;
}

#top h1										{ margin: 100px 0 0 230px; color: #fff; font-size: 35px; letter-spacing:-1.5px; font-weight: bold; }


/* *************************************************************************************
				MAIN COLUMN
************************************************************************************* */

#main
{
	z-index:								100;
	width:									960px;
	height:									100%;
	padding-top: 							145px;
}

.area
{
	width:									150px;
	float:									left;	
	background:								#f2f6f5;
	border-top:								1px solid #b4b4b4;
	padding:								10px 15px 15px 15px;
	margin-bottom:							10px;	
}
.area h1
{
	background: 							#5e7d21;
	margin:									-10px 0 10px -15px;
	padding:								5px 15px 5px 15px;	
	width:									150px;
	color:									#fff;
	font-size:								15px;
	line-height:							18px;
}


/* *************************************************************************************
				LEFT COLUMN
************************************************************************************* */

#leftColumn
{
	width:									190px;
	height:									100%;
	float:									left;	
}

#leftColumn a								{ color: #5e7d21; }


/* *************************************************************************************
				CONTENT COLUMN
************************************************************************************* */

#contentColumn
{
	float:									left;	
	background:								#ffffff;
	width:									560px;
	min-height:								250px;
}

	
/* mainContent */

	#contentColumn #mainContent				{ padding: 20px 20px 30px 20px; margin: 0 10px 0 10px; border-top: 1px solid #eee; }
	#contentColumn #mainContent ul			{ list-style-type: square; margin-left: 25px; margin-bottom: 15px; }
	
/* *************************************************************************************
				RIGHT COLUMN
************************************************************************************* */

#rightColumn
{
	width:									190px;
	height:									100%;
	float:									left;	
}

#rightColumn a								{ color: #b36900; }

/* *************************************************************************************
				FOOTER
************************************************************************************* */

#footer, #push
{
	clear:									both;
	height: 								50px; 				/* .push must be the same height as .footer */
}
#footer
{
	width:									930px;
	margin: 								auto;
	z-index:								666;
	background:								#e3edcc;
	padding:								10px 15px 10px 15px;
}


/* *************************************************************************************
				ACTIVITEITEN
************************************************************************************* */

/* box */

	.box 									{ display: none; }
	.box ul									{ margin-left: 30px; list-style-type: none; }
	.box ul									{ list-style-image: url('../img/expand_li.gif'); }
	.box ul li								{ line-height: 13px; font-size: 10px; }
	.box ul li a							{ text-decoration: none; font-size: 10px; }
	.box ul li a:hover						{ text-decoration: none; }

/* activiteit */

	.activiteitBig, .activiteitSmall		{ margin-bottom: 10px; }
	.inhoud									{ padding: 5px; font-size: 10px; line-height: 13px; }
	.inhoud img								{ float: right; margin-top: -5px; margin-right: -5px; padding-left: 5px; }
	.inhoud h2								{ margin-bottom: 5px; }

	.activiteitBig							{ width: 100%; }
	.activiteitBig .inhoud					{ width: 490px; min-height: 110px; font-size: 11px; line-height: 15px; }

	.activiteitSmall						{ width: 243px; min-height: 100px; float: left; }
	.activiteitSmall .inhoud				{ width: 233px; min-height: 70px; }

	.purple									{ background-color: #f0e1cc; }
	.purple h2								{ width: 100%; background: #f0e1cc; padding: 3px 5px 3px 5px; margin-top: -5px; margin-left: -5px; }
	.purple ul.opties						{ background-color: #b36900; border: 0; list-style-type: none; height: 23px; }
	.purple ul.opties li					{ float: left; padding-right: 7px; }
	.purple ul.opties img					{ padding-top: 3px; padding-right: 2px; }
	.purple ul.opties a						{ color: #fff; }
	.purple .inhoud,
		.purple .inhoud h2,
		.purple .inhoud h3,
		.purple .inhoud p,
		.purple .inhoud b					{ color: #b36900; }

	.green									{ background-color: #e3edcc;}
	.green h2								{ width: 100%; color: #5e7d21; background: #e3edcc; padding: 3px 5px 3px 5px; margin-top: -5px; margin-left: -5px; }
	.green ul.opties						{ background-color: #5e7d21; border: 0; list-style-type: none; height: 23px; }
	.green ul.opties li						{ float: left; padding-right: 7px; }
	.green ul.opties img					{ padding-top: 3px; padding-right: 2px; }	
	.green ul.opties a						{ color: #fff; }

	.green .inhoud,
		.green .inhoud h2,
		.green .inhoud h3,
		.green .inhoud p,
		.green .inhoud b					{ color: #5e7d21; }

	.opties									{ height: 20px; padding-left: 5px; padding-right: 5px; list-style-type: none; }
	.opties a								{ font-size: 9px; line-height: 20px; }
	
	
	.vanaf									{ float: right; width: 60px; height: 50px; padding-top: 5px; text-align: center; font-size: 12px; color: #ffffff; margin: -5px -15px 0 5px; }

	
	#contentColumn #mainContent .programmavoorstel ul	{ margin-left: 15px; }
	
	#contentColumn #mainContent .activiteit_inhoud img	{ border: 10px solid transparent; }
	
	#contentColumn #mainContent .extraopties table td	{ font-size: 10px; }
