body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/body_bg.gif) repeat 0 0;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	color: #ccc;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {border: 0px;}
#container {
	padding: 0;
	margin: 0 auto;
	width: 810px;
}
#header {
	margin: 0 5px;
	background: url(../images/header_bg.png) no-repeat 0 0;
	height: 175px;
	position: relative;
}
#logo {
	margin-left: -4px;
	background: url(../images/logo.png) no-repeat 0px 0;
	height: 145px;
	width: 452px;
	position: absolute;
	top: 1px;
	left: 0;
}
#logo a {
    display: block;
    width: 400px;
    height: 92px;
    text-indent: -9999px;

}
#topright {
	width: 280px;
	height: 90px;
	position: absolute;
	left: 520px;
	top: 0px;
}
#quickjump ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
#quickjump ul li a {	
	background: url(../images/quickjump_bg.gif) no-repeat;
	text-indent: -9999px;
	height: 21px;
	float: left;
}
#quickjump ul li.item130 a { /*contact*/
	background-position: 0 0;
	width: 71px;
}
#quickjump ul li.item131 a { /*reunist*/
	background-position: -71px 0;
	width: 178px;
}
#searchbox {
	position: absolute;
	left: 90px;
	top: 50px;
}
#breadcrumb {
	position: absolute;
	left: 40px;
	top: 120px;
	font-size: 0.6em;
	color: #666;
}
#menu {
	position: absolute;
	top: 140px;
	font-size: 0.7em;
	color: #666;
	z-index: 9;
	text-transform: uppercase;
}
#menu ul {
	margin: 2px 0 0 10px;
	padding: 0;
	list-style: none outside;
	position: relative;
}
#menu ul li {
	display: inline;
	float: left;
	padding: 4px;
	border-bottom: 10px solid transparent;
	position: relative;
}
#menu ul li.active {
	border-bottom-color: red;
}
#menu ul li:hover {
	border-bottom-color: red;
}
#menu ul li a {
	color: inherit;
	text-decoration: none;
	padding: 2px 5px;
	white-space: nowrap;
}

#menu ul ul {
	min-width: 99px;
	position: absolute;
	top:30px;
	left: 0;
	margin: 0px;
	padding: 8px 0;
	background: red;
	display: none;
}
#menu ul li.item61 ul {
	left: -49px; /*-43px;*/
}
#menu ul ul li {
	display: block;
	float: none;
	padding: 2px;
	color: #fff;
	border: 0px;
}
#menu ul li:hover ul {
	display: inline;
}




#wrapper {
	margin: 0 5px;
	position: relative;
}
#footer {
	clear: both;
	font-size: 0.6em;
	margin: 0 5px;
}
.box {
	color: #666;
	margin-bottom: 10px;
	font-size: 0.8em;
}
.box .content {
	padding: 0px 20px 10px;
}

/*
 * FULLSIZE BOX
 */
.box.fullsize {
	width: 800px;
	height: 257px;
	background: url(../images/box_fullsize.png) no-repeat center bottom;
}
.fullsizetop {
	height: 11px;
	background: url(../images/box_fullsize_top.png) no-repeat top left;
}

/*
 * LARGE BOX
 */
.box.large {
	width: 601px;
	height: auto;
	float: left;
}
.box.large .top {
	height: 11px;
	background: url(../images/box_large_top.png) no-repeat top left;
}
.box.large .content {
	background: url(../images/box_bg.png) repeat;
}
.box.large .btm {
	display: block;
	height: 11px;
	background: url(../images/box_large_btm.png) no-repeat 0 bottom;
}

/*
 * SMALL BOX
 */
.box.small {
	width: 190px;
	height: auto;
	float: right;
}
.box.small .top {
	height: 11px;
	background: url(../images/box_small_top.png) no-repeat top left;
}
.box.small .content {
	background: url(../images/box_bg.png) repeat;
}
.box.small .btm {
	display: block;
	height: 11px;
	background: url(../images/box_small_btm.png) no-repeat 0 bottom;
}

/*
 * STRETCHABLE BOX
 */
.box.stretchable {
	width: 800px;
	height: auto;
}
.box.stretchable .right {
	height: 265px;
	width: 198px;
	float: right;
	background: url(../images/box_stretch_right.png) no-repeat top right;
}
.box.stretchable .left {
	background: url(../images/box_bg.png) repeat;
	float: left;
	width: 602px;
	min-height: 265px;
}
.box.stretchable .btm {
	clear: left;
	display: block;
	height: 11px;
	background: url(../images/box_large_btm.png) no-repeat 0 bottom;
}

.box h3 {
        font-size: 12px;
	color: red;
	padding: 0;
	margin: 0;
}
.box h3.decosmall {
	color: red;
	background: url(../images/head_deco_180.png) no-repeat bottom;
	padding: 0 0 5px;
	margin: 0;
        font-size: 12px;
}
.box.large .block {
	width: 32%;
	float: left;
	font-size: 0.8em;
	margin-right: 8px;
}

.block .img {
	width: 50%;
	float: left;
	margin-top: 5px;
}
.block .img a {
	display: block;
	color: red;
}
.block .txt {
	width: 50%;
	float: left;
	margin-top: 5px;
}

.clearfix {
	clear: both;
}
#activiteitenbox {
	position: absolute;
	top: 265px;
	left: 610px;
}
.unseen {
	display: none;
}
.search label {
	display: none;
}

#page {margin-top: 10px;}
h2.contentheading, h1.componentheading {
	font-size: 18px;
	color: red;
	margin: 0px;
	padding: 0 0 10px;
}
.content {line-height: 1.3em !important;}
.content p {
	padding: 0 0 20px;
	margin: 0;
	font-size: 0.9em;
}
.content ul {padding: 0 0 20px; margin: 0 0 0 20px;}
.content ul p {padding: 0px;}

.mod_events_latest_table {
	font-size: 0.8em;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
        line-height: 1em !important;
	
}
.mod_events_latest_table .mod_events_latest, .mod_events_latest_table .mod_events_latest_first {padding-bottom: 6px;}
h3.decosmall.kalender {
	margin-bottom: 5px;
}
.stretchable .content table tr {
	margin: 0;
}
.stretchable .content td {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 4px;
	vertical-align: top;
}

.commissies .article_row {width: 132px; margin-right: 4px; padding-right: 3px; margin-top: 10px; float: left;}
.commissies p {padding: 0px;}
.commissies h2 {padding: 4px 0px; font-size: 11px;}
.commissies h2 a {color: #666;}
.commissies h3.decosmall {margin-bottom: 10px;}
.blog.commissies {margin-top: 15px;}

ul.menuteaser {
    list-style: none;
    margin: 0; padding: 0;
    height: 100px;
}
ul.menuteaser li {
    width: 180px;
    display: block;
    text-align: center;
    float: left;
    height: 100px;
    margin-right: 7px;
}
ul.menuteaser li a {
    width: 180px;
    float: left;
    text-align: center;
    display: block;
    position: relative;
}
ul.menuteaser li img {
    position: absolute;
    top: 25px;
    left: 48px;
}
ul.menuteaser li span{
    position: absolute;
    
    color: red;
    background: url(../images/head_deco_180.png) no-repeat bottom;
    padding: 0 0 5px;
    margin: 0;
    display: block;
    width: 180px;
    float: left;
}

.gallery-flickr {margin: 0px 0px 0px 25px; width: auto;}
.gallery-flickr ul {margin: 0; padding: 0;}
#page .gallery_grey ul {padding: 0px; width: auto; margin: 0px;}
.gallery-flickr-link {padding: 10px;}

.commissies .item64 {margin-top: 29px;}

.blognewsupdate {padding: 0px; margin: 0px;}
.blognewsupdate .article_rownewsupdate {padding: 0px;}
.blognewsupdate .article_rownewsupdate .article_column {width: 50%; float: left;}
.blognewsupdate .article_rownewsupdate .createdate {font-size: 10px; font-weight: normal; color: #aaa; padding-left: 10px;}

.slidetext {display: none;}

.mceItemTable {width: 100%;}
.mceItemTable tr:hover td {background: #efefef; font-weight: normal;}
a.zoekopnieuwlink {float: right;}
.zoekonderdeel {float: right; font-size: 11px; color: #aaa;}
.results {margin-top: 20px;}
.results ol {padding-left: 20px; font-family: arial, sans-serif; }
ul.pagination {
    list-style: none;
    border-top: 1px solid #ccc;
    margin: 0; padding: 5px 0;
    text-align: center;
}
ul.pagination li {width: auto; display: inline; margin: 10px;}

.jeventpage, jeventpage .contentpaneopen {font-family: Helvetica, Arial, sans-serif; font-size: 12px !important;}
