/* CSS Document */

body { background-image: url('../afbeeldingen/bg.gif'); 
background-repeat:repeat-x;
background-attachment:fixed; }

.hoofdtabel {
border: 0px;
border-collapse: collapse;
background-color: #FFFFFF;
}
td#tabel1 { padding: 0px; }
td#tabel2 { padding: 2px; border: 4px solid #FFFFFF }

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;
}

.titel  {
	height: 40px;
	width: 506px;
	padding: 12px;
	text-indent: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.titel2  {
	height: 40px;
	width: 406px;
	padding: 12px;
	text-indent: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.wit a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.wit a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.wit    {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.wit a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.wit a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.zwart  {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.zwart a:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.zwart a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.zwart a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.zwart a:active {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#menu {position:relative; padding-top:40px; padding-left:0px;}


.header-search-button {
	width: 32px;
	height: 26px;
	background-image: url("/afbeeldingen/searchbutton.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	background-position: top;
	margin-bottom: 3px;
}


.header-search-bar {
 width: 161px;
	height: 26px;
	background-image: url("/afbeeldingen/searchbg.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #091d29;
	padding: 0;
	padding-top: 3px;
	padding-left: 5px; padding-right: 5px;
	cursor: text;
	margin-bottom: 3px;
}

.prev {
	width:200px;
	height:36px;
}
.next {
	width:200px;
	height:36px;
}

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: #FFFFFF;
}

.unibet {
	float: right;
	width: 100px;
	height: 100px;
}

.hoofdnieuws2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

.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_content2.gif);
	background-repeat: no-repeat;
}
.bg_content2 {
	background-image: url(images/bg_content1.gif);
	background-repeat: no-repeat;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		}

	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
		height:200px;
		}	
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height80px; 
		}	
		



	/* 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: 14px;
		font-weight: bold;
		border:1px solid #ccc;
		background:#545454;
		color:#FFF;
		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:left;}
	
/* // Easy Slider */