.hide,
hr {
	display: none;
}

div#ee {
	margin: 1em 0 1em 20px;
}

/* @group News */

div#recent {
	margin: 0 20px 0 0;
	font-size: 12px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

div#recent ul li {
	margin: 0.5em 0 0.5em 0;
}

div#recent ul li a {
	text-decoration: none;
	padding: 5px 5px 5px 0;
}

div#recent ul li a:hover {
	text-decoration: underline;
}

div#news-item {
	margin-bottom: 1.5em;
}

div#news-item p.more {
	margin-top: -0.5em;
}

div#recent h2 {
	font-size: 16px;
	line-height: 1.25em;
	padding: 4px 8px 4px 0;
	margin: 0 0 0.5em 0;
}

div#content div#news-item h3 {
	margin-bottom: 0.5em;
	margin-top: 3px;
}

div#content img {
	float: right;
	margin: 0 0 1em 1em;
}

div#news-item p.date {
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #666;
	line-height: 16px;
	background: url(/images/template/icons/calendar.gif) no-repeat left center;
	padding-left: 20px;
}

div#news-item div.article div.teaser {
	border: 1px solid #bbb;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 1em;
	font-style: italic;
}

div#news-item div.article div.teaser p {
	padding: 0; margin: 0;
}

/* @end */

body {
	background: #e0e0e0 url(/images/template/body_bg_960x20.gif) repeat-y center top;
}

img.edit {
	float: none !important;
	margin: 0 0 0 5px !important; padding: 0 !important;
	border: none !important;
}

div#header {
	position: relative;
	background: url(/images/template/header_960x200.jpg) no-repeat center -50px;
	height: 175px;
}

/* @group Icons */

.pdf {
	background-color: black;
	color: white;
}

/* @end */

/* @group Sservice navigation */

div#header ul#service-nav {
	position: absolute;
	top: 0; right: 0;
	width: 200px; height: 25px;
	background-color: #3b534b;
	padding: 0 10px 0 10px;
}

div#header ul#service-nav li {
	float: left;
}

div#header ul#service-nav li a {
	display: block;
	margin-right: 10px;
	line-height: 25px;
	text-decoration: none;
}

/* @end Service navigation */

/* @group Main navigation & Language switcher */

div#header div#nav-wrapper {
	position: absolute;
	bottom: 0;
	width: 940px;
	background: #fff url(/images/template/nav-wrapper_bg.gif) repeat-x 0 bottom;
	height: 43px;
}

div#header.home div#nav-wrapper {
	background: #fff url(../images/template/nav-wrapper_bg_repeat.gif) repeat-x center bottom;
}

div#header ul#main-nav,
div#header ul#language {
	height: 28px;
	background-color: #fff;
	padding-left: 20px;
	float: left;
}

div#header ul#main-nav li,
div#header ul#language li {
	float: left;
}

div#header ul#main-nav li a,
div#header ul#language li a,
div#header ul#language li span {
	display: block;
	line-height: 18px;
	margin: 5px 5px 5px 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div#header ul#main-nav li a:hover,
div#header ul#main-nav li a.active,
div#header ul#langauge li a:hover {
	color: rgb(28,129,211);
	font-weight: bold;
}

div#header ul#main-nav li a:hover {
	background-color: #999;
	color: #fff;
}

div#header ul#language a abbr { cursor: pointer !important; }
div#header ul#language span abbr { cursor: default !important; }

/* @end */

/* @group Secundary navigation */

div#secundary-nav {
	padding: 0 0 35px 0;
	background: #63635a url(/images/template/dropshadow_10x15.gif) repeat-x center bottom;
}

div#secundary-nav h2 {
	color: #fff; text-shadow: 0 0 0 #000;
	margin: 0 0 15px 20px;
	font-size: 15px;
}

div#secundary-nav ul {
}

div#secundary-nav ul li a {
	display: block;
	color: #fff; text-shadow: 0 0 0 #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 0 0 0 20px;
	line-height: 1.9em;
	background-color: #777;
	border-bottom: 1px solid #63635a;
}

div#secundary-nav ul li li a {
	padding-left: 30px;
	background-color: transparent;
	font-weight: normal;
}

div#secundary-nav ul li li li a {
	padding-left: 40px;
	background-color: transparent;
	font-weight: normal;
}

div#secundary-nav ul li li li li a {
	padding-left: 50px;
	background-color: transparent;
	font-weight: normal;
}

div#secundary-nav ul li li li li li a {
	padding-left: 60px;
	background-color: transparent;
}

div#secundary-nav ul li a.active,
div#secundary-nav ul li a:hover {
	color: #bb8964;
}

div#secundary-nav ul li a.active {
	font-weight: bold;
	background: #444 url(/images/template/white_4x10.png) repeat-y left center;
}


/* @end */

/* @group Language switcher */

div#header ul#language li a,
div#header ul#language li span {
	background-color: #415b52;
}

div#header ul#language li.active span {
	text-shadow: 0 0 0 #000;
	color: #fff;
}

div#header ul#language li a {
	color: #aaa;
}

div#header ul#language li a,
div#header ul#language li span {
	margin-right: 0;
}

div#header ul#language li.first a,
div#header ul#language li.first span {
	padding-right: 0;
}


/* @end */

/* @group Search */

div#header div#search {
	background-color: #fff;
	position: absolute;
	bottom: 18px; right: 0;
	margin: 0 20px 0 0;
	width: 200px;
}

div#header div#search label {
	display: none;
}

div#header div#search input.text {
	height: 14px;
	border: 1px solid #aaa;
	background: #eee;
	margin: 0;
	width: 115px;
}

/* @group Search Results */

div#content.search-results ol {
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
}

div#content.search-results ol li {
	margin: 0;
	padding: 1em;
	border: 1px solid #bbb;
	border-bottom: 0;
}

div#content.search-results ol li.odd {
	background-color: #e6e6e6;
}

div#content.search-results ol li.even {
	background-color: #fff;
}

div#content.search-results ol li h3 {
	display: inline;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}

div#content.search-results ol li p {
	margin: 0.5em 0 0 0;
}

/* @end */

/* @end */

#spotlight a.item img {
	margin-bottom: 20px;	
}

/* @group Sitemap */

div#content div.sitemap {
	overflow: auto;
}

div#content div.sitemap div {
	float: left;
	width: 260px;
	margin: 0 0 1em 0;
	min-height: 120px;
	height:auto !important;
	height: 120px;
}

div#content div.sitemap div h3 {
	margin: 0 0 0.5em 0;
}

div#content div.sitemap div ul {
	margin: 0;
}

div#content div.sitemap div ul li {
	list-style: none;
	background-image: url(/images/template/sitemap_bullet.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}



/* @end */

/* @group Spotlight */



/* @end */

/* @group Welcome */

div#welcome {
	border: 1px solid #a1a19c;
	margin: 5px 20px 0 20px;
	padding: 15px;
	padding-left: 340px;
	font-size: 12px;
	line-height: 1.4em;
	background: #fff url(/images/template/welcome_535x170.jpg) no-repeat left top;
}

div#welcome h2 {
	font-size: 16px;
	margin: 0 0 0.75em 0;
}

div#welcome p {
	color: #555;
}

div#welcome p.more {
	margin-top: 0.5em;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	border-left: 1px solid #bbb;
	min-height: 500px;
	padding: 0 20px 0 10px;
	height: 500px;
}

div#sidebar {
	font-size: 11px;
	color: #666;
}

div#sidebar p, 
div#sidebar ul {
	margin-bottom: 1em;;
}

div#sidebar li {
	list-style-position: inside;
	list-style-type: square;
}


/* @end */

/* @group Content */

/* @group Pagination */

p.navigation {
	text-align: center;
}

p.pagination a,
p.pagination b {
	display: block;
	float: left;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 20px 0;
	background-color: #fff;
	border: 1px solid #bbb;
}

p.pagination a:hover {
	background-color: #999;
	color: #fff;
}

p.pagination b {
	background-color: #999;
	color: #fff;
	font-weight: bold;
}


/* @end */

#content {
	font-size: 12px;
	color: #444;	
	line-height: 1.5em;
}

#content h1 {
	display: none;
}

#content h2 {
	font-size: 19px;
	margin: 0 0 20px 0;
}

#content div#news-item.full h2 {
	margin: 0 0 20px 0;
}

#content h3 {
	font-size: 17px;
	margin: 0 0 15px 0;
}

#content h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#content h5 {
	font-size: 13px;
	margin: 0 0 3px 0;
}


#content p,
#content li {
}

#content p,
#content ul,
#content ol {
	margin: 0 0 0.75em 0;
}

#content ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 1.5em;
}

#content ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 1.5em;
}

#content img {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 6px;
}

#content p.to-top a {
	display: block;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
	background: #e6e6e6 url(../images/template/arrow_up.gif) no-repeat 6px center;
}

/* @group Breadcrumbs */

#content p#breadcrumbs {
	color: #666;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #bbb;
	font-size: 11px;
}

#content p#breadcrumbs a {
	text-decoration: none;
}

#content p#breadcrumbs a:hover {
	text-decoration: underline;
}



/* @end */

/* @end */

/* @group Box */

div.box {
	background-color: #fff;
	margin: 20px 0 0 0;
	border: 1px solid #9b9b96;
}

div.box h2 {
	background-color: #a1a19c;
	padding: 4px 15px 4px 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 0 0 #000;
	text-align: left;
}

div.box .content {
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
}

p.more {
	margin: 0 0 0 85px;
	padding: 0 0 0 13px;
	background: url(/images/template/arrow_9x9.png) no-repeat left 60%;
	font-size: 11px;
}

div.box .item {
	margin: 0 0 20px 0;
	overflow: auto;
}

div.box h3 {
	font-size: 12px;
	margin: 0 0 3px 85px;
}

div.box p {
	margin: 0 0 3px 85px;
}

div.box img {
	float: left;
	background-image: url(/images/template/news_image_bg_80x80.png);
	padding: 5px;
	position: relative;
	top: -5px; left: -5px;
}

/* @end */

/* @group Evenemts */

/* @group Calendar */

table.calendar {
	width: 100%;
	font-size: 11px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #fff;
}

table.calendar td, th {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

table.calendar tr.header a.next,
table.calendar tr.header a.previous {
	display: block;
	width: 100%; height: 100%;
	text-indent: -10000px;
}

table.calendar tr.header a.next {
	background: url(/images/template/next.gif) no-repeat center center;
}

table.calendar tr.header a.previous {
	background: url(/images/template/previous.gif) no-repeat center center;
}

table.calendar td.weekday {
	background-color: #ccc;
	font-weight: bold;
}

table.calendar td {
	color: #666;
}

table.calendar td.blank {
	color: #aaa;
}

table.calendar td a {
	font-weight: bold !important;
}

/* @end */

div#events {
	margin: 20px 0 0 20px;
}

div#events p.date {
	float: left;
	margin: 0;
	padding: 6px 3px 6px 3px;
	width: 27px; height: 30px;
	text-align: center;
	background: #48652e url(/images/template/date_bg_5x40.png) repeat-x center bottom;
	font-size: 11px;
}

div#events p.date span.day {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

div#events p.date span.month {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

div#events p.date span.month span {
	display: none;
}

div#events h3 {
	margin: 3px 0 3px 45px;
}

div#events p {
	margin: 0 0 0 45px;
}

div#events p.more {
	margin: 0 0 3px 45px;
}

div#events p.teaser {
	margin: 10px 0 0 45px;
	padding: 6px 9px 6px 9px;
	border: 1px solid #e0e0e0;
	background: url(/images/template/event_teaser_bg.png) repeat-x center bottom;
}

/* @end */

/* @group Nieuws */

div#news {
	margin: 20px 0 0 0;
}

p.act-type {
	background-color: #ddd;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

div#news img.small {
	width: 70px; height: 70px;
	padding: 5px;
	background-image: url(/images/template/news_image_bg_80x80.png);
	position: relative;
	left: -5px;
	float: left;
	margin: 0 5px 0 0;
}

/* @end */

/* @group Newsletter */

div#newsletter {
	margin: 20px 20px 0 0;
	background-color: #63635a;
	border: 1px solid #63635a;
	margin-bottom: 20px;
}

div#newsletter p {
	color: #fff; text-shadow: 0 0 0 #000;
	margin: 0;
}

div#newsletter form {
	color: #fff; text-shadow: 0 0 0 #000;
	margin: 10px 0 0 0;
}

div#newsletter input {
	margin-left: 0;
}

div#newsletter input.text {
	margin: 0 0 5px 0;
}

div#newsletter input.submit {
	margin: 10px 0 0 0;
}

/* @end */

/* @group Footer */

div#footer {
	font-size: 11px;
	color: #666;
	text-align: center;
	margin: 40px 0 20px 0;
}

div#footer a {
	color: #333;
}

/* @end */

#welcome p.more {
	margin-left: 0;
	font-size: 12px;
}

/* @group Members */

div.network li.details {
  list-style-type: none !important;
  margin: 1em 0 1em 0;
}

div.network li.details a {
  color: white;
  background-color: #444;
  text-decoration: none;
  padding: 2px 5px;
  font-weight: bold;
}

/* @end */

div.network h4 {
	cursor: pointer;
	background-image: url(/images/template/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 50% left; 
	padding: 0 0 0 15px;
}
div.network h4.open {
	background-image: url(/images/template/arrow_down.png);
}
div.network ul {
	border: 1px solid #aaa;
	padding: 10px 10px 10px 0;
	background-color: #fff;
}
div.network ul li ul {
	padding: 5px 10px 0 0;
	border: none;
	background-color: #fff;
	color: #666;
	list-style-type: circle !important;
}
div.network ul li ul li {
	list-style-type: circle !important;
	font-size: 12px;
}
div.network ul, {
div.network ul li {
	margin-left: 0; padding-left: 0;
}

p.back a {
  display: none;
  background: gray !important;
}
