/*

	STIJLING PAARS
	headerbalk: #FF7101 
	variant1: 	#e4aee4
	variant2: 	#efceee
	variant3: 	#f5e1f5
	text:			#6e0146


	ALGEMEEN GEDEELTE
/************************************************************/
	body, a { color: #036}
	hr { border-bottom: 2px dotted #FF7101; }
	#header-bar { background: #FF7101; }
	.block{ background: #e4aee4; }
	.block.variant1{ background: #fff3e9; }
	.block.variant2{ background: #fff3e9; }
	.block.variant3{ background: #fff3e9; }
/************************************************************
	NAVIGATION GEDEELTE
/************************************************************/
	#nav li a { 	color: #fff; }
	#nav li.selected a, #nav li a:hover { 
		background: #fff3e9;
		color: #FF7101;
	}
	
	#content a:hover {
		color: #FF7101;
		border-color: #fdecdf;
	}
	
	
	
	#subnav { 	
		border-bottom: 2px dotted #FF7101;
		background: #fff; 
	}
	#subnav li { 	color: #036; }
	#subnav li a { 	color: #036; }
	
	
	#footer { border-top: 1px solid #036; }
	#curve {	background: url(images/curve-gm.gif) no-repeat top; }

	.readmore {
		background-color: #fff3e9;
	}


	\\\\

/*********************************************
	AGENDA COMPONENT
 *********************************************/
	#main .agendalist {
		background: none;
		margin-bottom: 10px;
	}	
	.agenda-item {
		margin: 0 10px 5px 0;
	}
	.agenda-item .date {
		float: left;
		width: 15%;
		text-align: center;
	}
	.agenda-item .day {
		color: #fe0034;
		font-weight: bold;
		font-size: 1.5em;
	}
	.agenda-item .month {
		color: #036;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
		font-style: italic;
	}
	.agenda-item .description {
		float: left;
		width: 70%;
		border-bottom: 2px dotted #FF7101;
	}
	.entry .agenda-item .description { border: none; }
	.agenda-item .description h3 { color: #FF7101; }
	.agenda-item .description p {
		margin-bottom: 0;
	}
	.agenda-item .description a.more {
		margin-bottom: 10px;
		display: block;
	}
	
	#curve .content {
		padding-top: 5px;
		margin-left: 40px;
		padding: 10px 0 0;

	}
	#curve .content .tel, #curve .content .tel a { color: #000; }

	.agendawidget {
		margin-top: 10px;

	}
	.agendawidget h2 {
		color: #316D22;;
		padding: 5px 0 8px 20px;
		margin-left: 70px;
		font-size: 1em;
		text-transform: uppercase;
		background: url(images/studiecentra/header-dark-green-bg.gif) no-repeat top left;
	}
	.agendawidget h2 a {
		color: #ffffff !important;
		text-decoration: none !important;
	}
	.agendawidget ul{
		padding: 15px;
	}
	.agendawidget span {
		color: #ff0000
	}
	.agendawidget li {
		color: #316D22;
		list-style: outside disc url(images/bullet-default.gif);
		margin-left: 1.5em;
		margin-bottom: 1em;
	}
	.agendawidget li a {
		color: #316D22 !important;
	}
	.agendawidget {
		border: 1px solid #316D22;
	}

div.agendalist.block{
background: #ffffff;
}


