@import url("reset.css");
body {
    font-family: Arial, Helvetica, sans-serif;
    background: white url(../images/bg.gif) repeat-x left top;
    font-size: 12px;
    color: #656565;
}

p {
    margin: 12px 0;
    line-height: 18px;
}

#header, #content, #footer div {
    width: 840px;
    margin: 0 auto 0;
    clear: both;
    position: relative;
}

h1 {
    position: absolute;
    top: 20px;
    left: 0;
}

h1 a {
    width: 300px;
    height: 100px;
    display: block;
    background: transparent url(../images/logo.gif) no-repeat left top;
    text-indent: -9999px;
}

h2 {
    font-size: 20px;
    color: #7fa334;
    font-weight: bold;
    line-height: 22px;
    margin: 20px 0;
}

.hc h2 {
    color: #557616;
}

h3 {
    font-size: 17px;
    color: #7fa334;
    font-weight: bold;
    text-transform: uppercase;
}

.hc h3 {
    color: #557616;
}

h4 {
    font-size: 13px;
    color: #ac7438;
    font-weight: bold;
}

.hc h4 {
    color: #8c5821;
}

h5 {
    font-size: 14px;
    color: #333333;
}

h6 {
    font-size: 13px;
    color: #ac7438;
}

#memberlist li.vcard {
    margin-bottom: 10px;
}

h6.org {
    padding-bottom: 10px;
}

a {
    color: #7fa334;
}

a:hover {
    color: #a69f62;
}

a.more {
    color: #a69f62;
}

a.more:hover {
    color: #7fa334;
}

.hc a, .hc a.more {
    color: #557616;
}

a.arrow {
    background: white url(../images/arrow.gif) no-repeat left -17px;
    padding-left: 16px;
}

a.arrow.back {
    background: white url(../images/arrow_back.gif) no-repeat left -17px;
}

a.arrow:hover {
    background-position: left 3px;
}

a.more.arrow {
    background-position: left 3px;
}

a.more.arrow:hover {
    background-position: left -17px;
}

a.right {
    float: right;
}

a.file {
    background: white url(../images/icons/file.png) no-repeat left center;
    padding-left: 21px;
    line-height: 18px;
    display: inline-block;
    margin: 2px 0;
}

a.pdf {
    background-image: url(../images/icons/pdf.png);
}

a.zip, a.rar {
    background-image: url(../images/icons/zip.png);
}

a.xls, a.xlsx, a.csv {
    background-image: url(../images/icons/excel.png);
}

a.jpg, a.jpeg, a.gif, a.bmp, a.tiff, a.tif, a.png {
    background-image: url(../images/icons/image.png);
}

a.ppt, a.pptx {
    background-image: url(../images/icons/ppt.png);
}

a.doc, a.docx, a.rtf {
    background-image: url(../images/icons/word.png);
}

/* table */
table {
    width: 100%;
    line-height: 14px;
    font-size: 12px;
    margin: 20px 0 30px 0;
    border-collapse: collapse;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

th {
    padding: 8px;
    text-align: left;
    background-color: #c0ba82;
    color: #464646;
    border: 1px solid white;
}

th.desc, th.asc, th.nosort {
    padding: 0;
}

th.desc a, th.asc a, th.nosort a, th.desc a:hover, th.asc a:hover, th.nosort a:hover {
    padding: 8px 28px 8px 8px;
    display: block;
    color: #464646;
    background: #c0ba82 url(../images/sorter.gif) no-repeat right 0;
}

th.asc a:hover, th.nosort a:hover, th.desc a {
    background-position: right -60px;
}

th.desc a:hover, th.asc a {
    background-position: right center;
}

td {
    padding: 8px;
    text-align: left;
    background-color: #e6e3cd;
    border: 1px solid white;
}

tr:nth-child(2n+1) td {
	background-color: #d9d6b4;
}
td.active {
	background-color: #d5d1af;
}
tr:nth-child(2n+1) td.active {
	background-color: #c9c499;
}
td a {
	color: #433c11;
}


/* general */

.hiddenIfNoFocus {
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	background-color: #C0BA82;
	padding: 5px 6px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	text-decoration: none;
	font-size: 11px;
	box-shadow: 2px 2px 5px #888;
}
.hiddenIfNoFocus:focus,
.hiddenIfNoFocus:hover {
	top: 0;
	color: #2e2908;
}
.twoCol {
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
	margin-bottom: 30px;
}
.twoCol table {
	width: 395px;
	margin: 12px 0;
}
.twoCol table p {
	margin: 0;
}
/*
.twoCol p.first-child,
.twoCol p:first-child {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
}
*/
.narrow {
	width: 245px;
	float: right;
	position: relative;
}
.large {
	width: 545px; 
	float: left;
	position: relative;
}
#firstCol {
	width: 395px;
	float: left;
	padding-bottom: 30px;
}
#secondCol {
	width: 395px;
	float: right;
	padding-bottom: 30px;
}
#secondCol p.first-child,
#secondCol p:first-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

/* home */
#home #content em {
	/*
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	padding: 0;
	background-color: transparent;
	display: inline;
	font-style: italic;
	*/
}


/* header */

#header {
	height: 196px;
}
#header .error {
	position: absolute;
	color: #E9E5BD;
	font-size: 11px;
	top: 106px;
	left: 384px;
}
#header ul.navigation {
	position: absolute;
	bottom: 0;
	left: -1px;
	height: 42px;
}
#header ul.navigation li {
	float: left;
	height: 42px;
	display: block;
	padding-left: 1px;
	overflow: hidden;
	position: relative;
}
#header ul.navigation li:hover {
	overflow: visible;
}
#header ul.navigation li ul {
	position: absolute;
	z-index: 999;
	top: 42px;
	left: 1px;
	background-color: #557616;
	padding: 8px 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.hc #header ul.navigation li ul {
	background-color: #435f11;
}
#header ul.navigation li.active ul {
	background-color: white;
}
#header ul.navigation li ul li {
	float: none;
	background-image: none;
	background-color: transparent;
	height: auto;
	font-size: 13px;
	line-height: 15px;
}
#header ul.navigation li ul li a{ 
	float: none;
	white-space: nowrap;
	padding: 0 15px;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	height: auto;
	letter-spacing: normal;
}
#header ul.navigation li ul li a.active,
#header ul.navigation li.active ul li a{ 
	color: #557616;
	background-color: transparent;
}
#header ul.navigation li ul li a:hover {
	text-decoration: underline;
	color: #e9e5bd;
}
#header ul.navigation li ul li a.active:hover,
#header ul.navigation li.active ul li a:hover{ 
	color: #557616;
	background-color: transparent;
}
.hc #header ul.navigation li ul li a.active,
.hc #header ul.navigation li.active ul li a,
.hc #header ul.navigation li ul li a.active:hover,
.hc #header ul.navigation li.active ul li a:hover{ 
	color: #435f11;
}
#header ul.navigation li span,
#header ul.navigation li a {
	padding: 0 15px;
	color: #e9e5bd;
	text-decoration: none;
	font-size: 14px;
	height: 42px;
	display: block;
	line-height: 42px;
	float: left;
	cursor: pointer;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background-color: #557616;
}
.hc #header ul.navigation li span,
.hc #header ul.navigation li a {
	background-color: #435f11;
}
.hc #header ul.navigation li span.logedin,
.hc #header ul.navigation li a.logedin {
	background-color: #5a511c;
}
#header ul.navigation li span.logedin,
#header ul.navigation li a.logedin {
	background-color: #435f11;
}
#header ul.navigation li a:hover {
	color: white;
}
#header ul.navigation li span.active,
#header ul.navigation li a.active {
	color: #557616;
	background-color: white !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#header ul.navigation li a.active:hover {
	color: #557616;
}
.hc #header ul.navigation li span.active,
.hc #header ul.navigation li a.active,
.hc #header ul.navigation li a.active:hover {
	color: #435f11;
}
#header ul.subnav {
	position: absolute;
	top: 16px;
	right: 0;
	overflow: visible;
}
#header ul.subnav li {
	float: left;
	display: block;
	background: transparent url(../images/subnav_devider.gif) no-repeat right center;
	padding-right: 1px;
	overflow: visible;
}
#header ul.subnav li a {
	padding: 0 12px;
	color: #c0ba82;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
#header ul.subnav li a:hover {
	text-decoration: underline;
}
#header ul.subnav li a.active span {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #c0ba82;
	color: #2e2908;
	display: block;
	padding: 4px;
	margin: -4px;
}
#header ul.subnav li.high {
	background: none;
	overflow: visible;
}
#header ul.subnav li.high a {
	padding-right: 4px;
}
#header ul.subnav li.high a:hover {
	text-decoration: none;
	overflow: visible;
}
#header ul.subnav li.high a:hover span {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #c0ba82;
	color: #2e2908;
	display: block;
	padding: 4px;
	margin: -4px;
}
#header form {
	background: transparent url(../images/bg_login.gif) no-repeat center center;
	width: 370px;
	height: 55px;
	padding: 0 0 0 108px;
	position: absolute;
	right: 0;
	top: 43px;
	padding-top: 18px;
}
#header form legend {
	display: none;
}
#header form label {
	position: absolute;
	top: 6px;
	font-size: 9px;
	text-transform: capitalize;
	color: #433C11;
}

#header form label.label_email {
	right: 340px;
}

#header form label.label_pass {
	right: 190px;
}

#header form input {
	font-family: Georgia;
	color: #433c11;
	font-size: 11px;
	font-style: italic;
	background-color: #e0ddc1;
	border: 1px solid #a8a269;
	width: 113px;
	display: block;
	float: left;
	padding: 6px 8px 5px 8px;
	margin-right: 4px;
}
#header form input.submit {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
}
#header form a {
	display: block;
	clear: both;
	font-family: Georgia;
	color: #433c11;
	font-size: 10px;
	font-style: italic;
	background: transparent url(../images/arrow_login.gif) no-repeat left -14px;
	padding-left: 17px;
	line-height: 20px;
}
#header form a:hover {
	color: #435f11;
	background-position: left 6px;
}
#header .user {
	background: transparent url(../images/bg_login.gif) no-repeat center center;
	width: 360px;
	height: 55px;
	padding: 0 0 0 118px;
	position: absolute;
	right: 0;
	top: 43px;
	padding-top: 18px;
	font-family: Georgia;
	color: #433c11;
	font-style: italic;
	font-size: 16px;
}
#header .user a {
	display: block;
	clear: both;
	color: #433c11;
	font-size: 10px;
	font-style: italic;
	background: transparent url(../images/arrow_login.gif) no-repeat left -14px;
	padding-left: 17px;
	line-height: 20px;
}
#header .user a:hover {
	color: #435f11;
	background-position: left 6px;
}



/* content */
#content {
	line-height: 14px;
	z-index: 100;
	position: relative;
}
#content .random_image {
	z-index: 80;
	position: relative;
}
#content em {
	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #757575;
	padding: 15px 20px;
	background-color: #e7ecde;
	display: block;
	font-style: normal;
	*/
}
#content ul {
	margin: 20px 0;
	line-height: 14px;
}
#content img.random_image {
	display: block;
	margin: -20px 0 35px 0;
}
#content .content_nav {
	margin: 23px 0 45px 0;
	position: relative;
	font-size: 11px;
	color: #7b7449;
}
#content .content_nav .breadcrumb {
	margin-bottom: 17px;
	display: block;
}
#content .content_nav .breadcrumb a {
	color: #433c11;
}
#content .content_nav .search {
	position: absolute;
	top: 0;
	right: 0;
}
#content .content_nav .search p {
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}
#content .content_nav .search form {
	float: left;
	display: block;
	padding: 1px;
	border: 1px solid #c8c5a8;
	margin-left: 10px;
	position: relative;
	bottom: 6px;
}
#content .content_nav .search input {
	float: left;
	display: block;
}
#content .content_nav .search input#term {
	background-color: white;
	border: none;
	font-family: Georgia;
	color: #433c11;
	font-style: italic;
	font-size: 11px;
	padding: 4px 6px;
	width: 130px;
	margin-top: 0;
	margin-bottom: 0;
}
#content #spotlight {
	width: 395px;
	float: left;
	margin-bottom: 30px;
}
#content #spotlight li {
	margin-bottom: 20px;
}
#content #spotlight .dtstart {
	font-weight: bold;
	color: #494949;
	line-height: 14px;
	display: block;
}
#content #spotlight h4 {
	line-height: 18px;
	margin-bottom: -10px;
}
#content #spotlight p {
	line-height: 18px;
}
#content #activities {
	margin-bottom: 30px;
}
#home #content #activities {
	width: 395px;
	float: right;
}
#activiteiten #content #activities.narrow {
	width: 245px;
	float: right;
}
#activiteiten #content .large {
	width: 545px; 
	float: left;
	position: relative;
}
#activiteiten #content #activities a.more {
	margin-top: 4px;
}
#activiteiten #content a.arrow {
	margin-bottom: 30px;
}
#content #activities a.more {
	display: block;
}
#content #activities h4 {
	margin-bottom: -6px;
}
#activiteiten #content #activities h4 {
	margin-bottom: 0;
	line-height: 18px;
	font-size: 16px;
	padding: 4px 0 0 0;
	font-weight: bold;
}
#activiteiten #content em {
	/*
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	padding: 0;
	background-color: transparent;
	display: inline;
	font-style: italic;
	*/
}
#activiteiten #content .large h4 {
	padding-left: 75px;
	margin: 20px 0;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
}
#activiteiten #content #activities.narrow h4 {
	font-size: 12px;
	line-height: 14px;
	padding: 8px 0 0 0;
	margin-bottom: -4px;
}
#content #activities p {
	line-height: 18px;
}
#content #activities li {
	position: relative;
	padding-left: 75px;
	margin-bottom: 25px;
}
#activiteiten #content #activities.narrow li {
	padding-left: 0;
}
#content #activities .dtstart{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #7fa334;
	color: #e9e5bd;
	padding: 8px;
	font-size: 11px;
	line-height: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.hc #content #activities .dtstart{
	background-color: #435f11;
}
#activiteiten #content #activities.narrow .dtstart{
	position: relative;
	display: inline-block;
}
#activiteiten #content .large .dtstart {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	background-color: #7fa334;
	color: #e9e5bd;
	padding: 8px;
	font-size: 11px;
	line-height: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.hc #activiteiten #content .large .dtstart{
	background-color: #435f11;
}

body#leden h3 {
	position: relative;
}

body#leden h3 #spinner {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	text-align: right;
	font-size: 13px;
	color: #A29F89;
}
body#leden h3 #spinner img {
	margin-left: 20px;
}

/* paging */
#content .paging {
	margin: 35px 0;
	float: right;
	font-size: 11px;
	color: #a69f62;
}
#content .paging span,
#content .paging a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	line-height: 16px;
	border: 1px solid #d5d0a2;
	background-color: #e9e5bd;
	color: #a69f62;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	float: left;
	margin-left: 2px;
}
#content .paging span {
	background-color: #a69f62;
	border: 1px solid #a69f62;
	color: #e9e5bd;
}
#content .paging abbr {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding-right: 5px;
}
#content .paging a.next,
#content .paging a.prev {
	text-indent: -9999px;
	background: #e9e5bd url(../images/arrow_next.gif) no-repeat center center;
}
#content .paging a.prev {
	background-image: url(../images/arrow_prev.gif);
}
#blog #content .paging {
	margin: 35px 0;
	float: none;
	display: block;
	width: 475px;
}

ul#sitemap_list li
{
	margin: 10px 0;
}
ul#sitemap_list li ul li
{
	margin: 10px;
}





/* contact */
#contact h5 {
	color: #afa868;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 3px;
}
#contact p {
	margin: 0;
	line-height: 16px;
}
#contact a {
	color: #433c11;
}
#contact #content .succes,
#contact #content .errors {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 20px 0;
	background-color: #BD3628;
	padding: 10px 15px;
	color: white;
}
#contact #content .succes {
	background-color: #557616;
}
.hc #contact #content .succes {
	background-color: #557616;
}
#contact #content .succes p,
#contact #content .errors p {
	line-height: 18px;
}
#contact #content form.contact {
	display: block;
	float: right;
	width: 475px;
	padding: 30px 35px;
	background-color: #d9d6b4;
	margin-bottom: 50px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact #content form.contact label {
	display: block;
	color: #7b7449;
	font-size: 12px;
	line-height: 20px;
}
#contact #content form.contact input {
	display: block;
	border: 1px solid #b5b082;
	background-color: #ecebda;
	margin-bottom: 15px;
	width: 300px;
	font-family: Georgia;
	font-style: italic;
	padding: 4px 6px;
	font-size: 13px;
}
#contact #content form.contact textarea {
	display: block;
	width: 460px;
	height: 160px;
	border: 1px solid #b5b082;
	background-color: #ecebda;
	font-family: Georgia;
	font-style: italic;
	padding: 4px 6px;
	font-size: 13px;
	resize: none;
}
#contact #content form.contact input.image {
	display: block;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 20px;
	width: auto;
	padding: 0;
	float: right;
}



/* behandelingskaarten */
div.abc {
	padding: 5px;
	background-color: #C0BA82;
	color: white;
	margin-top: 0;
	text-align: center;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
div.abc a,
div.abc span {
	display: inline-block;
	padding: 2px 5px;
	background-color: #E0DDC1;
	color: #433c11;
	font-size: 12px;
	text-decoration: none;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #433c11;
}
div.abc span {
	background-color: #C0BA82;
	color: #E0DDC1;
	border: 1px solid #E0DDC1;
}



/* pass req */
#paswoord-aanvragen #content .succes,
#paswoord-aanvragen #content .errors{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 20px 0;
	background-color: #BD3628;
	padding: 10px 15px;
	color: white;
}
#paswoord-aanvragen #content .succes {
	background-color: #557616;
}
.hc #paswoord-aanvragen #content .succes {
	background-color: #557616;
}
#paswoord-aanvragen #content .succes p,
#paswoord-aanvragen #content .errors p {
	line-height: 18px;
	margin: 0;
}
#paswoord-aanvragen #content form.pv {
	display: block;
	width: 430px;
	padding: 30px 35px;
	background-color: #d9d6b4;
	margin-bottom: 50px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
#paswoord-aanvragen #content form.pv label {
	display: block;
	color: #7b7449;
	font-size: 12px;
	line-height: 20px;
}
#paswoord-aanvragen #content form.pv input {
	display: block;
	border: 1px solid #b5b082;
	background-color: #ecebda;
	width: 300px;
	font-family: Georgia;
	font-style: italic;
	padding: 4px 6px;
	font-size: 13px;
}
#paswoord-aanvragen #content form.pv input.image {
	border: none;
	background-color: transparent;
	width: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 30px;
	right: 35px;
}



/* faq */
#faq #content h5 {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0 0 0;
}
#faq #content p {
	margin-top: 0;
}
#faq #content .large,
#faq #content .narrow {
	margin-bottom: 30px;
}
#faq #content .narrow ul,
#faq #content .narrow li {
	margin: 8px 0 0 0;
}
#faq #content em {
	/*
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	padding: 0;
	background-color: transparent;
	display: inline;
	font-style: italic;
	*/
}



/* members */

#map_canvas{
	margin: -22px 0 45px 0;
}
#memberlist li {
	display: block;
	position: relative;
}
#memberlist li h3 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #ac7438;
	font-size: 14px;
	font-weight: bold;
}
#memberlist ul {
	display: block;
	padding-left: 0;
}
#memberlist ul ul {
	display: block;
	padding-left: 22px;
}
#memberlist ul li {
	display: block;
}
#memberlist ul li h6 {
	display: block;
	text-decoration: underline;
	cursor: pointer;
}
#memberlist li.col0,
#memberlist li.col1,
#memberlist li.col2 {
	float: left;
	width: 246px;
	margin-bottom: 30px;
}
#memberlist li.col0 {
	padding: 0 25px 0 0;
	border-right: 1px solid #c6c4b7;
}
#memberlist li.col1 {
	padding: 0 25px;
	border-right: 1px solid #c6c4b7;
}
#memberlist li.col2 {
	padding: 0 0 0 25px;
}

/* documenten */
#documenten #content p, #behandelingskaarten #content p  {
	margin: 0 0 3px 0;
	line-height: 14px;
}
#documenten #content a.arrow, #behandelingskaarten #content a.arrow {
	margin-top: 15px;
	display: inline-block;
}
#documenten #content h6, #behandelingskaarten #content h6 {
	margin: 30px 0 0 0;
}
#documenten #content ul.attachments, #behandelingskaarten #content ul.attachments {
	margin: 0;
	line-height: 24px;
}
#documenten #content .error, #behandelingskaarten #content .error {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 20px 0;
	background-color: #BD3628;
	padding: 10px 15px;
	color: white;
}

/* blog */
#blog #content em {
	/*
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	padding: 0;
	background-color: transparent;
	display: inline;
	font-style: italic;
	*/
}
#blog #content .latest_comments {
	float: right;
	width: 250px;
	padding-left: 30px;
}
#blog #content .latest_comments ul {
	margin: 30px 0;
}
#blog #content .latest_comments li {
	margin: 20px 0;
}
#blog #content .latest_comments li a.arrow {
	margin-top: 4px;
	display: block;
}
#blog #content .latest_comments li p {
	font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
}
#blog #content dl {
	width: 545px;
}
#blog #content dt {
	color: #ac7438;
	font-weight: bold;
	font-size: 13px;
	margin: 30px 0 0 0;
}
#blog #content dd em {
	/*
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	padding: 0;
	background-color: transparent;
	display: inline;
	font-style: italic;
	*/
}
#blog #content dt a {
	color: #ac7438;
	text-decoration: none;
}
#blog #content dt:hover a,
#blog #content dt a:hover {
	text-decoration: underline;
}
#blog #content dd {
	margin: 0 0 30px 0;
}
#blog #content dd p {
	margin: 4px 0;
}
#blog #content p.meta {
	font-size: 11px;
	font-style: italic;
	color: #888157;
	line-height: 13px;
	margin-top: 6px;
}
#blog #content .succes,
#blog #content .errors {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 0 20px 0;
	background-color: #BD3628;
	padding: 10px 15px;
	color: white;
}
#blog #content .succes {
	background-color: #557616;
}
#blog #content .succes p,
#blog #content .errors p {
	line-height: 18px;
}
#blog #content form.new_topic {
	display: block;
	width: 475px;
	padding: 30px 35px;
	background-color: #d9d6b4;
	margin-bottom: 50px;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#blog #content form.new_topic label {
	display: block;
	color: #7b7449;
	font-size: 12px;
	line-height: 20px;
}
#blog #content form.new_topic input {
	display: block;
	border: 1px solid #b5b082;
	background-color: #ecebda;
	margin-bottom: 15px;
	width: 300px;
	font-family: Georgia;
	font-style: italic;
	padding: 4px 6px;
	font-size: 13px;
}
#blog #content form.new_topic textarea {
	display: block;
	width: 460px;
	height: 160px;
	border: 1px solid #b5b082;
	background-color: #ecebda;
	font-family: Georgia;
	font-style: italic;
	padding: 4px 6px;
	font-size: 13px;
	resize: none;
}
#blog #content form.new_topic input.image {
	display: block;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 20px;
	width: auto;
	padding: 0;
	float: right;
}
#blog #content #comments {
	padding-left: 70px;
}
#blog #content #comments .arrow {
	margin-bottom: 50px;
	display: inline-block;
}



/* tinymce */
span.defaultSkin table.mceLayout,
span.defaultSkin table.mceLayout tr.mceFirst td {
	border: none;
}
span.defaultSkin table.mceToolbar {
	margin-left: 0;
}
span.defaultSkin .mceButton {
	border: 1px solid #b5b082;
	background-color: #ecebda;
}
span.defaultSkin a.mceButtonActive,
span.defaultSkin a.mceButtonSelected {
	border: 1px solid #6F6A45;
	background-color: #859F54;
}
span.defaultSkin iframe {
	border: 1px solid #b5b082;
}



/* filterform */
#filterForm {
	margin: 25px 0;
	overflow: hidden;
	position: relative;
}
#filterForm label {
	display: inline-block;
	width: 125px;
	margin-bottom: 6px;
	line-height: 26px;
}
#filterForm select {
	display: inline-block;
	padding: 4px 0;
	font-size: 12px;
}
#filterForm input#file_submit {
	display: block;
	margin-left: 128px;
	background-color: #6F6941;
	border: none;
	color: white;
	font-size: 12px;
	padding: 2px 2px 3px 2px;
}
#filterForm input#file_term {
	background-color: white;
	border: 1px solid #c8c5a8;
	color: #433c11;
	font-size: 12px;
	padding: 3px 3px 4px 3px;
	margin-top: 0;
	margin-bottom: 0;
	width: 200px;
}



/* footer */
#footer {
	background-color: #433c11;
	clear: both;
	color: #b4b1a0;
	font-size: 10px;
	height: 55px;
}
#footer div {
	padding: 20px 0 25px 0;
	clear: both;
	position: relative;
}
#footer div a {
	color: #b4b1a0;
	text-decoration: none;
}
#footer div a:hover {
	text-decoration: underline;
}
#footer div a.active {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #b4b1a0;
	color: #433C11;
	display: inline-block;
	padding: 4px;
	margin: -4px 0;
}
#footer div a {
	position: relative;
	right: 0px;
	top: 0;
}
#footer div span {
	position: absolute;
	right: 0;
	top: 17px;
	padding-right: 27px;
	padding-top: 3px;
}
#footer div span a {
	display: inline-block;
	overflow: hidden;
	width: 22px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../images/did.gif) no-repeat center top;
	position: absolute;
	top: 0;
	right: 0;
}
#footer div span a:hover {
	background: transparent url(../images/did.gif) no-repeat center bottom;
}



/* IE */
* html #content .content_nav .search form {
	width: 164px;
}
* html #content #activities .dtstart {
	left: -75px;
	top: 15px;
}
* html #activiteiten #content .large {
	position: relative;
	margin: 0;
	padding: 0;
}
* html #activiteiten #content .large .dtstart {
	left: 0px;
	top: 30px;
	margin: 0;
	display: block;
	position: absolute;
}
* html #content #activities.narrow .dtstart {
	left: 0;
	top: 0;
	position: relative;
	margin-top: 15px;
}
*:first-child+html #content #activities .dtstart {
	top: 15px;
}
*:first-child+html #content #activities.narrow .dtstart {
	left: 0;
	top: 0;
	position: relative;
	margin: 15px 0 0 0;
}
* html #content #activities .vevent {
	margin : -10px 0 15px 0;
}
*:first-child+html #content #activities .vevent {
	margin : -10px 0 15px 0;
}
* html body #header,
* html body #header ul.navigation,
* html body #header ul.navigation li {
	z-index: 9999;
}
* html body #header ul.navigation li ul {
	line-height: 10px !important;
	display: block;
	z-index: 9999;
}
* html body #header ul.navigation li.active ul {
	background-color: #ffffff !important;
}
* html body #header ul.navigation li ul li {
	line-height: 5px !important;
	display: block;
	z-index: 9999;
	position: relative;
	top: 5px;
}
* html body #header ul.navigation li ul li a {
	line-height: 5px !important;
	display: block;
	z-index: 9999;
}
*:first-child+html body #header,
*:first-child+html body #header ul.navigation,
*:first-child+html body #header ul.navigation li {
	z-index: 9999;
}
*:first-child+html body #header ul.navigation li ul {
	line-height: 24px !important;
	display: block;
	z-index: 9999;
	width: 140px;
}
*:first-child+html body #header ul.navigation li.active ul {
	background-color: #ffffff !important;
}
*:first-child+html body #header ul.navigation li ul li:hover,
*:first-child+html body #header ul.navigation li ul li {
	line-height: 24px !important;
	display: block !important;
	z-index: 9999;
	position: relative;
	top: 5px;
	margin: 0 !important;
	padding: 0 15px !important;
}
*:first-child+html body #header ul.navigation li ul li a {
	line-height: 24px !important;
	display: block !important;
	z-index: 9999;
	margin: 0 !important;
	padding: 0 !important;
}
*:first-child+html body #header ul.navigation li ul li a:hover {
	line-height: 24px !important;
	display: block !important;
	z-index: 9999;
	margin: 0 !important;
	padding: 0 !important;
}
* html #memberlist li {
	margin-bottom: 15px;
}
* html #memberlist li h3 {
	top: 14px;
}
* html #memberlist ul {
	margin: 0;
	padding: 0 0 0 22px;
}
* html #memberlist ul li {
	margin: 0;
	padding: 0;
}
*:first-child+html #memberlist li {
	margin-bottom: 15px;
}
*:first-child+html #memberlist li h3 {
	top: 14px;
}
*:first-child+html #memberlist ul {
	margin: 0;
	padding: 0 0 0 22px;
}
*:first-child+html #memberlist ul li {
	margin: 0;
	padding: 0;
}

*html #filterForm select {
	position: relative;
	bottom: 8px;
}

*:first-child+html #filterForm select {
	position: relative;
	bottom: 8px;
}
