body{
	background: url(../images/bck_siteProg.gif) repeat-x center top;
}
div#container { 
	background: url(../images/bck_prog.gif) repeat-y center top;
} 

/* hoofdmenu */
#hoofdMenu a:hover, #hoofdMenu a:focus, #hoofdMenu a:active, #hoofdMenu li.selected a {
	color: #FF4F18;
} 


h1, h2 {
	color: #FF4F18;
}
h2.prog{
	padding-top: 0;
}
h3{
	font-size: 1.25em; 
}

/* --------- agenda detailpagina ------------- */
div#kolom_1 {
	float: left;
	overflow: hidden;
	width: 375px; /* 408px */
	padding: 0 13px 0 20px; 
}
/*html>body div#kolom_1{
	width: 570px;
}
*/

#kolom_1.w540{
	width: 540px;
}

	div#agTxt {
		padding-bottom: 6px;
	}
	div#agInfo {
		width: 359px;
		background: #E6FF80;
		padding: 10px 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		clear: both;
	}
	#content a.reserveer {
	float: right;
	color: #E84715;
	}
	
/* reacties */
.reactieKop {
	padding: 2px;
	background-color: #E6FF80;
	border: 1px solid #8FB300;
}

.reactieTxt {
	padding: 6px 10px;
	margin-bottom: 6px;
	border-left: 1px solid #8FB300;
	border-bottom: 1px solid #8FB300;
	border-right: 1px solid #8FB300;
}


div#kolom_2{
	float: left;
	width: 172px;
	overflow: hidden;
	padding-top: 50px;
}

	/* snelMenu */
	ul.snelMenu li{
		margin: 2px 0 2px 8px;
		padding: 1px 0 2px 8px; 
		color: #E84715;
		text-decoration: none;
		background: url(../images/listOr.gif) no-repeat top left;
	}
	ul.snelMenu a{	
		color: #E84715;
		text-decoration: none;
	}
	ul.snelMenu a:visited{
		color: #8C8C8C;
	}
	ul.snelMenu a:hover, ul.snelMenu a:active, ul.snelMenu a:focus{
		color: #E84715;
		text-decoration: underline;
	}
	
	select{
		width: 170px;
		font-size: 1em;
		border-color: #8FB300;
		border-style: solid;
		border-width: 1px;
		margin: 0;
		padding: 1px;
    }

