@charset "UTF-8";
/* CSS Document */

body{
	background-color:#c5d0df;
	background-image: url(templates/img/bck_banner.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
}

h2 {
font: bold 25px/25px verdana, sans-serif;
color:#333333;
}

h2:after {
display: block;
margin-left: -1px;
margin-top: -26px;
color: #fff;
content: attr(title);
}

#content {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 895px;
	height: 270px;
	padding: 0;
}
a:focus {
 	outline: none; 
}

#menu {
	margin-top: 0;
	width: 895px;
	height: 33px;
}

#center {
	width:895px;

}

.clear {
	clear: both;
}

a, a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;

}
tr.header {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	color: #FFF;
}
tr.normal {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	
	color: #FFF;

}

#footer {
	padding-top: 20px;

}

#paginatie {
	text-align: center;
	color:#999999;
	font-family: Tahoma;
	font-size: 10px;
	background-image: url(templates/img/paginatie.jpg);
	background-repeat: no-repeat;
}

.next_prev a{font-size:14px;color:#000;text-decoration:none}
.next_prev a:hover{color:#663300;text-decoration:underline}
.next_prev_selectat {font-size:15px;color:#000;font-weight:bold;background-color:#efa843;}
