html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	color: #444444;
}
.clearBoth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* ### CONTAINERS ### */
#centerCntr {
	margin: 0 auto;
	width: 1000px;
}
#bgLeftCntr {
	margin: 0px;
	float: left;
	width: 25px;
	height: auto;
	height: 1050px;
	background: url('/inc/img/bgL2.gif');
}
#mainCntr {
	margin: 0px;
	float: left;
	width: 950px;
}
#bgRightCntr {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25px;
	height: 1050px;
	background: url('/inc/img/bgR2.gif');
}
#leftCntr {
	margin: 0px;
	float: left;
	width: 647px;
}
/* Latest blogs */
#blogsCntr {
	width: 647px;
}
.blogsBar {
	width: 647px;
	height: 30px;
	background: url('/inc/img/blogBarBg.gif');
}
.blogsSpace {
	float: left;
	width: 613px;
	background: url('/inc/img/blogSpaceBg.gif');
}
.blogs {
	height: 140px;
}
.blogBg {
	position: relative;
	padding: 5px;
	float: left;
	width: 295px;
	height: 66px;
	background: url('/inc/img/blogBg.png');
}
.blogBg a {
	color: #000000;
	text-decoration: none;
}
.blogBg h2 {
	display: inline-block;
	font-size: 11pt;
	padding: 10px 0 0 10px;
}
.blogBg .posterNaam {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.blogBg .posterNaam a {
	color: #444444;
}
.blogText {
	float: left;
}
.space8 {
	width: 631px;
	height: 14px;
	background: url('/inc/img/spaces/space8.gif');
}
.space {
	position: relative;
	top: 229px;
	left: 654px;
	width: 18px;
	height: 154px;
	background: url('/inc/img/spaces/space10.gif') no-repeat;
}
.space7 {
	float: left;
	width: 16px;
	height: 168px;
	background: url('/inc/img/spaces/space7.gif') no-repeat;
}
/* Newest photos */
#photoCntr { width: 647px;}
.photoBar { width: 647px; height: 27px; background: url('/inc/img/nfBarBg.gif'); }
.photoSpace { float: left; width: 622px; }
.photos { height: 139px; background: url('/inc/img/photosBg.gif'); }
.photo { margin: 4px 0 0 25px; float: left; width: 124px; color: #FFFFFF; }
.space13 { width: 622px; height: 21px; background: url('/inc/img/spaces/space13.gif'); }
.thumb { height: 94px; width: 124px; }
.caption {
	padding: 5px 0 0 0;
}


/* Right menu */
#rightCntr {
	margin: 0px;
	float: left;
	width: 303px;
}
#rightCntr h1 {
	display: inline-block;
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
	color: #FFFFFF;
	padding: 20px 0 0 10px;
	margin: 0 0 10px 0;
}
.adBottom {
	width: 303px;
	height: 105px;
	background-color: #ffffff;
}
.menu {
	width: 303px;
	height: 239px;
	background: url('/inc/img/menuBg2.gif');
}
.menu.news {
	width: 303px;
	height: 217px;
	background: url('/inc/img/menuBg3.gif');
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
}
.menu ul li {
	display: block;
	padding: 5px 0;
	margin: 0 20px 0 10px;
	border-bottom: 1px dotted #999999;
}
.menu ul li.last {
	border-bottom: none;
}
.menu ul li a {
	display: block;
	height: 16px;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../img/icons/medal.png) no-repeat;
	text-indent: 20px;
	text-decoration: none;
}
.menu ul li.last a {
	background: url(../img/icons/forum2.png) no-repeat;
}
.menu.news ul li a {
	background: url(../img/icons/sportnieuws.png) no-repeat;
}
.menu ul li a:hover {
	color: #f26522;
}
#footer {
	display: inline-block;
	width: 930px;
	text-align: right;
}
/* Expandable */
.expandable {
	width: 124px;
	z-index: 2;
}
.expandable .full {
	display: none;
}
.expandable a:hover {
	position: relative;
}
.expandable a:hover .full {
	position:absolute;
	top:-280px;
	left: 0;
	height: 250px;
	border: 10px solid #FFFFFF;
	display: block;
}