@import url("reset.css");

body {
	background-image: url(/images/background.gif);
	background-color: #f8f047;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 781px;
	margin: 0 auto;
	background-color: #131313;
}

#header {
	height: 178px;
	width: 765px;
	margin: 0 auto;
}

#menu {
	width: 165px;
	margin: 8px;
	padding: 10px 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	border: 4px solid #2d2d2d;
}

div.hr {
	height: 1px;
	background: url(/images/hr.gif) no-repeat scroll;
	margin: 2px 0 2px -4px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFDE01;
}

#menu a:link.active, #menu a:visited.active {
	color: #FFDE01;
}

.level2 {
	margin-left: 10px;
	line-height: 160%;
}

#menu a:link.active2, #menu a:visited.active2 {
	margin-left: 10px;
	line-height: 160%;
	color: #FFDE01;
}

#navigator {
	width: 549px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 6px 0 6px 11px;
	background-color: #2d2d2d;
	color: #aaaaaa;
	font-size: 10px;
}

#newshead {
	width: 549px;
	float: left;
	padding: 5px 0 5px 11px;
	background-color: #e0c300;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#newswrap {
width: 549px;
	float: left;

}

#news {
	width: 549px;
	float: left;
	
	padding: 6px 0 6px 11px;
	background-image: url(/images/newsbackground.gif);
	background-repeat: repeat-x;
	color: #fafafa;
	font-size: 11px;
	line-height: 140%;
}

.newscontent {
	color: #a5a5a5;
}

p {
color: #a5a5a5;
}

b, strong {
	color: #FFFFFF;
}

#news a:link, a:visited {
	color: #e0c300;
}

#news a:hover {
	color: #a5a5a5;
}

#news img {
	border: 3px solid #FFFFFF;
	margin: 10px 16px 12px 22px;
}

#banner {
	height: 67px;
	width: 361px;
	margin-bottom: 8px;
}

#left {
	float: right;
	margin-bottom: 22px;
}

#right {
	float: right;
	margin: 0 8px 0 6px;
}

#agendahead {
	width: 350px;
	padding: 5px 0 5px 11px;
	background-color: #e0c300;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#agenda {
	width: 350px;
	padding: 6px 0 6px 11px;
	background-image: url(/images/newsbackground.gif);
	background-repeat: repeat-x;
	color: #fafafa;
	font-size: 11px;
}

#agenda p {
	color: #848483;
	margin-bottom: 8px;
}

#uitslagenhead {
	width: 182px;
	padding: 5px 0 5px 11px;
	background-color: #e0c300;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#uitslagen {
	width: 182px;
	padding: 6px 0 6px 11px;
	background-image: url(/images/newsbackground.gif);
	background-repeat: repeat-x;
	color: #848483;
	font-size: 11px;
}

.bigyellow {
	font-weight: bold;
	color: #e0c300;
}

#footer {
	width: 547px;
	margin: 0 8px 40px 0;
	padding: 4px 0 0 12px;
	border-top: 1px solid #CCCCCC;
	float: right;
	color: #bababa;
}

#footer a:link, a:visited {
	color: #e0c300;
}

#footer a:hover {
	color: #a5a5a5;
}

ul {
list-style-position: inside;
list-style-type: disc ;
color: #a5a5a5;
	font-size: 11px;
	line-height: 140%
}

ol {
color: #a5a5a5;
	font-size: 11px;
	line-height: 140%;
list-style-type: decimal;
	list-style-position: inside;
}

.normaltable{
color: #a5a5a5;
	font-size: 11px;
	line-height: 140%
}

input {
 width: 200px;
 background: #FFFFFF;
 font-size: 11px;
}

input:focus {
 	background: #EcEcEc;
 	font-size: 11px;
}
textarea {
 width: 400px;
 background: #FFFFFF;
 font-size: 11px;
}

textarea:focus {
 	background: #EcEcEc;
 	font-size: 11px;
}

/* Clear Floats Without Structural Markup
(works in IE7) 
---------------------------------------------*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}

/* For Safari? */
.clearfix { display:inline-block; }

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height: 1%;}

