/* CSS Document */

body { background-image: url('afbeeldingen/bg.gif'); 
background-repeat:repeat-x;
background-attachment:fixed; }

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.wit a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.wit a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.wit a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.wit a:active {
	text-decoration: none;
	color: #FFFFFF;
}


body,td,th {

	font-family: Arial;

	font-size: 11px;

}

.polltitel {
	font-family: Arial;
	font-size: 11px;
	color:#000000
}

.polltitel2 {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000
}

.hoofdnieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
}

.aftellen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.unibet {
	float: right;
	width: 100px;
	height: 100px;
}

.hoofdnieuws2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
.hoofdnieuws3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.titel_nieuws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.style1 {
	font-weight: bold;
}
.border_tabel {
 border-style:solid; 
 border-color:#CDAE6A; 
 border-width:1
}
.head_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}
.bg_content {
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
}
.bg_content2 {
	background-image: url(images/bg_content2.gif);
	background-repeat: no-repeat;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:230px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:30px;
		line-height:30px;
		font-size: 20px;
		border:1px solid #ccc;
		background:#B3B3B3;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#DD0000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */