/* gemeengoed geprogrammeerd in 2009 | www.gemeengoed.com */

/*STANDARDS----------------------------------------------------------------------------------------------------*/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	background: #000000;
}

.submenuBold {
	margin: 0 0 20px 0;
}

.submenuBold a {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
}

.submenuBold a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: underline;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: underline;
}


ul {
	list-style-image:url(../images/bullet.gif);
	font-weight: bold;
}

.active {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
}

#container {
	margin: 0 auto;
	width: 990px;
	background: #ffffff url(../images/fakeBackground.gif) repeat-y;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*COLUMN LEFT------------------------------------------------------------------------------------------------*/

#columnLeft {
	width: 405px;
	float: left;
}

#logo {
	width: 405px;
	height: 90px;
}

#menuContainer {
	width: 250px;
	float: left;
}

#subMenu {
	width: 155px;
	float: left;
}

/*COLUMN RIGHT-----------------------------------------------------------------------------------------------*/

#columnRight {
	width: 565px;
	float: left;
	margin: 0 0 0 10px;
}

#thumbPlayer {
	margin: 10px 0 0 0;
}

h1 {
	font: bold 22px Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e2007a;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e2007a;
	line-height: 1.5em;
}
#right a{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	padding-left:0px;
}

#right a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	text-decoration: underline;
	padding-left:0px;
}



p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	margin: 0 0 10px 0;
}

#columnRight #titel {
	width: 555px;
	margin: 0 0 10px 0;
}

#columnRight #left {
	width: 315px;
	float: left;
	margin: 0 10px 0 0;
}
#columnRight #left-nieuws {
	width: 315px;
	float: left;
	margin: 90 10px 0 0;
}

#columnRight #left .picture{
	width: 315px;
	height: 250px;
	background: #6d6d6d;
	margin: 0 0 20px 0;
}

#columnRight #right {
	width: 230px;
	float: left;
}

.roze {
	font: 12px Arial, Helvetica, sans-serif;
	color: #e2007a;
}

.blueLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #009ee0;
}

.blueLink a {
	text-decoration: none;
	color: #009ee0;
}

.blueLink a:hover {
	text-decoration: underline;
	color: #009ee0;
}

/* FOOTER -----------------------------------------------------------------------------------------------*/

#footer {
	height: 10px;
	background: #ffffff;
}
/* wat houdt ons bezig css... stijn */
.nieuws-item h4{
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.nieuws-item .date{
	font: 12px Arial, Helvetica, sans-serif;
	color: #e2007a;
}
.nieuws-item p{
}
#columnRight a {
	color: #000000;
}
#columnRight a:hover {
	color: #000000;
}

