body {
    text-align: center;
    background-image: url("images/bg_body2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000;
    font-family: Arial;
    font-size: 12px;
    margin: 0;    
}
#wrapper_main {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    position: relative;
}
#header_adres {
    color: #fff;
    height: 20px;
    position: relative;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 15px 20px;
    overflow: hidden;
}
#header_adres .left {
    text-align: left;
    float: left;
}
#header_adres .right {
    text-align: right;
    float: right;
}
#header_adres a {
    text-decoration: none;
    color: #fff;
}
#wrapper_topmenu {
    background: url("images/bg_topmenu2.png") no-repeat scroll center top transparent;
    height: 72px;
    width:  981px;
    margin: auto;
    top: -13px;
    position: relative;   
}

/**   HEADER  **/
#wrapper_header {
    height: 301px;
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    top: -25px;
}
#wrapper_header a {
    width: 240px;
    height: 160px;
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 39; 
}
#headeroverlay {
    background: url("images/header_overlay.png") no-repeat scroll left top transparent;
    height: 301px;
    width: 960px;
    z-index: 38;
    position: absolute;
    top: 0px;
    margin: 0 auto;
    left: 0px;    
}
/*
html>/**//*body #headeroverlay {
    background: url("images/header_overlay.png") no-repeat scroll 10px top transparent;
    width: 970px;
}*/

/**  MENU ***/
/*#wrapper_topmenu ul {
    margin: 0;
    padding: 0;    
}*/
#topmenu {
    font-family: ;
    list-style-position: inherit;
    list-style-type: none;
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#topmenu li {
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
    cursor: pointer;    
}
#topmenu li a {
    color: #f2b01c;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 34px;
    padding-right: 34px;
    display: block;
    border-right: 1px solid #068d4d;
    border-left: 1px solid #065c32;
}
#topmenu li a:hover, #topmenu li a.active {
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    padding-left: 34.8px;
    padding-right: 34.8px;
}
#topmenu li a.btn_home {
    border-right: 1px solid #068d4d;
}
#topmenu li a.btn_home_active {
    border-right: 1px solid #068d4d;
}

/**  MIDDEN WRAPPER    **/
#wrapper_content, #wrapper_content_zonder {
    background: url("images/container.png") repeat-y left top #fff;
    width: 960px;
    min-height: 400px;
    margin: 0 auto;
    top: -25px;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#wrapper_content_links {
    background: url("images/bg_wrapper_content_links.png") repeat-y left top #fff;
    width: 960px;
    min-height: 400px;
    margin: 0 auto;
    top: -25px;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* LINKERKOLOM */
#leftcolumn {
    width: 280px;
    float: left;
    /*background: url("images/bg_leftcolumn.png") repeat-y scroll left 1px;*/
}
#submenu {
    text-align: left;
    color: #fff;
    padding: 20px 0px 10px 0px;
    list-style-type: none;
    margin: 0px 0px 0px 15px;
}
#submenu li {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
#submenu li a {
    background: url("images/list_submenu.png") no-repeat left top;
    text-decoration: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 10px 0px 10px 42px;
    margin: 0;
}
#submenu li a.active {
    font-weight: bold;
    background: url("images/list_submenu_active.png") no-repeat left top; 
}
#submenu li a:hover {
    font-weight: bold;
    background: url("images/list_submenu_active.png") no-repeat left top; 
}

/**** RECHTER KOLOM ***/
#rightcolomn {
    width: 263px;
    float: right;
    height: 100%;
    position: relative;
    margin: 0px 1px 0px 0px;
    padding: 12px 8px 8px 8px;
}
#rightcolomn .evenementen_titel {
    text-transform: uppercase;
    color: #f5ae0f;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #f5ae0f;
    height: 25px;
}
.evenementen_rij {
    color: white;
    height: 55px;
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 0px 10px 0px;
    text-align: left;
    width: 265px;
}
.evenementen_rij a {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

}
.evenementen_rij .datum {
    float: left;
    width: 55px;
    height: 40px;
    text-align: center;
}
.evenementen_rij .titel {
    float: right;
    text-align: left;
    font-weight: bold;
    width: 200px;
    margin-bottom: 3px;
}
.evenementen_rij .omschrijving {
    float: right;
    text-align: left;
    width: 200px;
    height: 30px;
    overflow: hidden;
    font-size: 11px;
    font-style: italic;
}

/**** CONTENT   ****/
#content {
    width: 640px;
    margin: 5px 20px 20px 20px;
    float: left;
    text-align: justify;
    line-height: 18px;
}
#breadcrumbs {
    color: #999999;
    font-size: 11px;
    margin-bottom: 10px;
}
#breadcrumbs a {
    color: #999999;
}
#content #tekst {
    float: left;
    width: 440px;
    margin-right: 20px;
}
#wrapper_content_zonder #content #tekst {
    float: left;
    width: 630px;
    margin-right: 20px;
}
#content #fotohok {
    float: right;
    width: 180px;
    padding: 30px 0px 0px 0px;
}
#content #fotohok img {
    border: none;
}
#content #fotohok a {
    margin: 0px 0px 20px 0px;
    display: block;
}
#content #fotohok a:visited {
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    color: #007e42;
    margin: 0;
}
h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: #007e42;
    margin: 0;
}
#content img {
    border: 1px solid #007E42;
}

/**** REMGRO FOOTER  ****/
#footer {
    color: #fff;
    height: 20px;
    position: relative;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 15px 20px;
    overflow: hidden;
    top: -10px;
}
#footer .left {
    text-align: left;
    float: left;
    width: 540px;
}
#footer .right {
    text-align: right;
    float: left;
    width: 400px;    
}
#footer a {
    text-decoration: none;
    color: #fff;
}

/*** EVENEMENTEN ***/
.events_regel_prevnxt {
    
}

.events_regel {
	border-bottom: 1px solid #9B9B9B;
	width: 620px;
	margin: 10px auto 5px auto;
	text-align: left;
    padding: 10px 10px 20px 0px;    
}
.events_titel_regel {
    margin: 0px 0px 10px 0px;
}
.events_titel {
	text-align: center;
    float: left;
    text-decoration: none;  
}
.eventdatum {
    float: right;
    font-weight: bold;
}
.eventfoto {
    float: right;
    border: 0 none;
}
.events_foto img {
    border: 0 none;
}
.events_regel h2 {
    font-size: 15px;
    font-style: normal;
}
#events_details {
	float: left;
    margin: 20px 0px 20px 0px;
}
#events_details.withafb {
	width: 430px;
}
#events_details .eventdatum {
    font-size: 12px;
    font-style: italic;
    float: left;
    font-weight: normal;
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
