body {
	background: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 100px 10px 10px 10px;
	overflow-y: scroll;
}

A:link			{color: #7E0101; text-decoration: underline;}
A:active		{color: #7E0101; text-decoration: underline;}
A:visited		{color: #7E0101; text-decoration: underline;}
A:hover			{color: #FF0000; text-decoration: none;}

A:link.fototitel {font-size: 16pt; font-weight: bold; color: #626456; text-decoration: none;}
A:active.fototitel {font-size: 16pt; font-weight: bold; color: #626456; text-decoration: none;}
A:visited.fototitel {font-size: 16pt; font-weight: bold; color: #626456; text-decoration: none;}
A:hover.fototitel {font-size: 16pt; font-weight: bold; color: #626456; text-decoration: underline;}

H1 {
	font-size: 14pt;
	font-weight: bold;
	color: #626456;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

H2 {
	font-size: 12pt;
	font-weight: normal;
	color: #626456;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

H3 {
	font-size: 10pt;
	font-weight: normal;
	color: #626456;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.sponsor{
	background-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img.post {
	border-style: solid;
	border-width: 4px;
	border-color: #626456;
	background-color: #626456;
	margin: 0px 0px 5px 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.ferme {
	border-style: solid;
	border-width: 4px;
	border-color: #626456;
	background-color: #626456;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.border {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.borderl {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	margin: 5px 10px 5px 0px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.borderr {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	margin: 5px 0px 5px 10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.borderno {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	margin: 0px 0px 0px 10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}


img.fotoalbum {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form, input {
	padding: 5px 5px 0px 0px;
	font-size: 7pt;
	color: #898D7B;
}

#wrapper {
	width:930px;
	margin: 10px auto;
	padding: 10px;
	background: #444041;
	text-align: center;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	height: 60px;
}

#header-image {
	width: 498px;
	height: 144px;
	margin: 0px auto;
	top: -93px;
	position: relative;
	background-image: url(../images/header-trans.png);
	background-repeat: no-repeat;
}

#menu {
	height: 25px;
	padding: 0px 0px 0px 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	height: 15px;
	background-color: #898D7B;
	margin-left: 3px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #DDDDDD;
	display: block;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #444041;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu .current_page_item a {
	background-color:  #FFFFFF;
	color: #2C2E22;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#submenu {
	height: 25px;
	width: 920px;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/submenu.png);
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	display: none;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
}

#submenu a {
	height: 15px;
	margin-left: 3px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: #2C2E22;
	display: block;
	text-decoration: none;
}

#submenu a:hover {
	color: #898D7B;
}

#submenu .current_page_item a {
	color: #2C2E22;
}

#content {
	width:920px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 930px;
	display: table;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#banner-nieuws {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/nieuws.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-bom {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/bom.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-mtc {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/mtc.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-fotoalbum {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/fotoalbum.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-mokskes {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/mokskes.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-food {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/food.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

#banner-bombasstik {
	height: 105px;
	width: 920px;
	padding-bottom: 5px;
	background-image: url(../images/banners/bombasstik.png);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	top: 5px;
	left: 5px;
}

.pageitem {
	margin: 0px
	text-align: left;
	height: 120px;
	padding: 5px;
	margin: 5px;
	float: left;
	background: url(../images/gradient.png) repeat-x;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pageitem-title {
	color: #FFFFFF;
	font-size: 12pt;
	padding-bottom: 4px;
}

.pageitem-text {
}

.mtc {
	height: 280px;
	background-color: #E8E9E6;
	padding: 5px;
	margin: 15px 10px 10px 0px;
	text-align: left;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mtcpic {
	height: 140px;
	text-align: center;
	background-color: #FFFFFF;
}

.mtcinfo {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.kaderke {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	text-align: left;
	width: 240px;
	background: url(../images/gradient.png) repeat-x;
	position: relative;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kaderke a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #444041;
}

.kaderke a:hover {
	background: #7e0101;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.kaderke-last {
	background: #7e0101;
	text-decoration: none;
	color: #FFFFFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.kaderke-titel {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
}

.kaderke-titel a {
	color: #FFFFFF;
}

.kaderke-titel a:hover {
	color: #DDDDDD;
	background-color: transparent;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#icon-calender {
	background-image: url(../images/icons/calender.png);
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	top: -5px;
	left: -5px;
}

#icon-forum {
	background-image: url(../images/icons/forum.png);
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	top: -5px;
	left: -5px;
}

#icon-foto {
	background-image: url(../images/icons/foto.png);
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	top: -5px;
	left: -5px;
}

#page {
	padding: 10px;
	text-align: justify;
}

#nieuws {
	float: right;
	width: 620px;
	padding: 10px;
	text-align: justify;
}

.title {
	color: #626456;
	font-weight: bold;
	font-size: 16pt;
	height: 12px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.title a {
	color: #626456;
	text-decoration: none;
}

.meta {
	font-size: 7pt;
	color: #000000;
	text-transform: uppercase;
	height: 4px;
	margin: 0;
	padding: 7px 0px 0px 0px;
}

.meta a {
	color: #000000;
	text-decoration: none;
}

.text {
	display: table;
}

.ferme {
	text-align: center;
}

.bombasstik1 {
	width: 450px;
	margin: 13px 5px 0px 0px;
	float: left;
}

.bombasstik2 {
	width: 450px;
	margin: 13px 0px 0px 5px;
	float: left;
}


.center {
	text-align: center;
}

#footer {
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

div#clear {
	clear:both;
}

/* ####################### SLIMBOX ####################### */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
