/* Variable content block with round bg */

.round_bg_block {
	background: url(../images/box_tip.jpg) no-repeat;
	color: #4f2d7f;
	min-height: 192px;
	margin-bottom: 15px;
	padding: 15px 30px 15px 15px;
}

.round_bg_block h2 {
	font-size: 20px;
	margin: 0 0 .5em;
}

/* Variable content block */

.variable_content_block {
	width: 166px;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 15px;
}

.variable_content_block h2 {
	color: #009FDA;
	font: italic 20px trebuchet MS;
	margin: 0 0 .5em 0;
}

.variable_content_block p
{
	color: #000000;
	font-size: 12px;
}

.variable_content_block a
{
	color: #009FDA;
	font-size: 12px;
}

/* news latest block */

.news_latest_block {
	line-height: 13px;
	width: 192px;
	overflow: hidden;
}

.news_latest_block h2 {
	color: #4f2d7f;
	font: italic 18px trebuchet MS;
	margin: 0 0 .5em;
	padding: 0px 0px 5px 0px;
}

.news_latest_block .date {
	color: #4f2d7f;
	font-weight: bold;
	font-size: 11px;
}

.news_latest_block p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.news_latest_block a {
	color: #4f2d7f;
	font-size: 11px;
}

/* agenda latest block */

.agenda_latest_block {
	line-height: 13px;
	width: 192px;
	overflow: hidden;
	margin-top: 15px;
}

.agenda_latest_block h2 {
	color: #4f2d7f;
	font: italic 18px trebuchet MS;
	margin: 0 0 .5em;
	padding: 0px 0px 5px 0px;
}

.agenda_latest_block .date {
	color: #4f2d7f;
	font-weight: bold;
	font-size: 11px;
}

.agenda_latest_block p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.agenda_latest_block a {
	color: #4f2d7f;
	font-size: 11px;
}

/* submenu block */

.submenu {
	margin: 0 0 15px 15px;
	/* 	margin: 0 0 15px 15px; /*voor het mooie menu*/
}

.submenu h3 {
	margin: 0;
}

.submenu h3 a {
	background-color: #4f2d7f;
	color: #fff;
	font-style: normal;
	padding: 6px 10px;
	text-transform: uppercase;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu a {
	background: url("../images/arrow_purple.gif") no-repeat 5px 50%;
	border-bottom: 1px dotted #4f2d7f;
	display: block;
	padding: 5px 0 5px 21px;
	text-decoration: none;
}

.submenu a:hover, .submenu > ul > .active > a, .submenu ul ul .active a {
	font-weight: bold;
}

.submenu > ul > .children > a {
	background-image: url("../images/arrow_purple_active.gif");
}

.submenu ul ul a {
	background: url("../images/arrow_blue.gif") no-repeat 14px 50%;
	color: #00aff0;
	font-size: 11px;
	padding-left: 31px;
}

/* submenu block 

Voor het mooie menu, waar Yulius helaas niet aan wilde.. :(

.submenu {
	margin: 0 0 15px 0;
}

.submenu h3 {
	margin: 0;
}

.submenu h3 a {
	background-color: #4f2d7f;
	color: #fff;
	font-style: normal;
	padding: 6px 10px;
	text-transform: uppercase;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu a{
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.submenu a:hover{
	font-weight: bold;	
}


.submenu > ul > li > a{
	display: block;
	background-image: url("../images/arrow_purple.gif");
	padding: 12px 10px 12px 11px;
	border-bottom: 1px solid #4f2d7f;
	background-position: right 50%;
	font-family: 'MyriadProItalic';
	font-size: 18px;
}


.submenu > ul > li > ul > li > a{
	background-image: url("../images/arrow_purple.gif");
	padding: 8px 0 8px 31px;
	border-bottom: 1px dotted #4f2d7f;
	background-position: 15px 50%;
	color: #4f2d7f;
	font-weight: bold;
	font-size: 11px;
}
.submenu > ul > li > ul > li > a:hover{
	color: #00AFF0 !important; 
	background: url("../images/arrow_blue_active.gif") no-repeat 13px 12px !important;
}


.submenu > ul > li > ul > li > ul{
	padding: 10px 0 10px 27px;
}
.submenu > ul > li > ul > li > ul > li > a{
	background-image: url("../images/arrow_blue.gif");
	padding: 0 0 0 20px;
	background-position: 3px 3px;
	color: #00AFF0;
	font-size: 11px;
	font-weight: normal;
}

.active{ font-weight: bold !important; }
.active-trail-2{ font-weight: bold; background: url("../images/arrow_purple_active.gif") no-repeat right 50% !important; }
.active-trail-3{ color: #00AFF0 !important; background: url("../images/arrow_blue_active.gif") no-repeat 13px 12px !important; }
*/


/* flex block */

.flex_block {
	background: #f7f7f7;
	margin-bottom: 20px;
	overflow: hidden;
}

.flex_block[onclick] {
	cursor: pointer;
}

.flex_block h2 {
	background-color: #009FDA;
	color: #fff;
	margin: 0;
	padding: 7px;
	font: italic 12px "trebuchet ms";
}

.flex_block h2 a {
	color: #fff;
	text-decoration: none;
}

.flex_block img {
	display: block;
}

.flex_block .content {
	background-color: #f7f7f7;
	padding: 10px;
}

.flex_block .flex_block_link {
	background-color: #f7f7f7;
	overflow: hidden;
}

.flex_block .flex_block_link a.link_btn {
	display: block;
	margin: 5px 0px 10px 10px;
	width: 19px;
	height: 19px;
	background: url('../images/arrow_button.gif') 0px 0px;
}

.flex_block .shadow_bottom {
	width: 189px;
}

.flex_block .shadow_bottom_float {
	width: 173px;
}

/* news archive block */

.flex_block .content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.flex_block .content ul li a {
	color: #4F2684;
}

#filter p {
	margin: 0;
}

#filter label {
	display: block;
	font-style: italic;
}

#filter select {
	margin: .5em 0 1em;
	width: 169px;
}

/* hyperlinks */

.hyperlinks {
	margin-bottom: 20px;
}

.hyperlinks h2 {
	color: #00aff0;
	font: italic 17px trebuchet ms;
	margin: 0;
}

.hyperlinks ul {
	list-style: url(../images/arrow_blue.gif);
	margin: 1em 0 0;
	padding: 0 0 0 14px;
}

.hyperlinks li {
	line-height: 1.5em;
}

.hyperlinks a {
	color: #000;
	text-decoration: none;
}

/* zoeken */

#zoeken-block .content p {
	margin: 0 0 .25em;
}

#zoeken-block input[type="submit"],
#zoeken-block input[type="reset"] {
	border: 0;
	cursor: pointer;
	font: 12px arial;
	padding: 6px 0 7px;
	width: 69px;
}

#zoeken-block input[type="submit"] {
	background: url("../images/zoeken.jpg");
	color: #fff;
}

#zoeken-block input[type="submit"]:hover {
	background: url("../images/zoeken_hover.jpg");
}

#zoeken-block input[type="reset"] {
	background: url("../images/reset.jpg");
	color: #4f2684;
}

#zoeken-block input[type="reset"]:hover {
	background: url("../images/reset_hover.jpg");
}
