@import url("../css/datalist.css");
HTML {
	font-family : trebuchet MS;
}
BODY {
	font-size:10px;
	background-color:#ffffff;
	margin : 0px;
	background-color: #330000;
	background-image: url(../images/website/bodybg1.jpg);
	background-repeat:repeat-y;
	background-position : center top;

}
div {

}
.wrapper2 {
	width:1000px;
	background-image: url(../images/website/bodybg1.jpg);
	background-repeat:repeat-y;
	background-position : center top;
	margin : 0 auto;
}
.wrapper {
	width : 1000px;
	vertical-align : top;
	margin : 0 auto;
	background-image: url(../images/website/bodybg.jpg);
	background-repeat:no-repeat;
	height : auto;
}

.siteheader {
	height : 216px;
	width : 1000px;
	display : block;
/*	background-image:url(../images/website/logo.jpg);
*/
}
.siteheader h1 {
	position : absolute;
	left :-2000px;
}
.siteheader h2 {
	position : absolute;
	left :-2000px;
}
.sitetitle {
	width:830px;
	display:block;
}
/* Navigation classes --------------------------------------- */ 
.nav {
	width : 185px;
	float:left;
	margin-left : 5px;
}
.nav ul {
	margin : 0px;
	padding : 0px;
}
.nav li {
	display : block;
	margin : 0px;
	padding : 0px;
	list-style-type:none;
}
.nav li.level1 {
	background-color : #EF3421;
	padding:3px;
	border : solid 1px #330000;
}
.nav li.level2 {	
	padding:3px;
	padding-left : 5px;
}
.nav li.level3 {
	padding:3px;
	padding-left : 20px;
	font-weight : normal;
}
.nav li.level1 a {
	display : block;
	color : white;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}
.nav li.level2 a {
	display : block;
	color : white;
	margin-left : 15px;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}
.nav li.level3 a {
	display : block;
	margin-left : 25px;
	color : white;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}
/* Einde Navigation classes --------------------------------------- */ 
.content {
	width : 750px;
	display : inline-block;
	height : 800px;
	padding : 25px;
	font-size : 12px;
}
.content a:link,
.content a:visited,
.content a:active {
	color : #EF3421;
}
.content a:hover {
	COLOR : #79BEDB;
}
.sitefooter{
	width : 1000px;
}
.address {
	width : 170px;
	float:right;
	position : relative;
	top : 100px;
	left : 130px;
	font-size : 12px;
	color : white;
	font-weight : bold;	
}
.address h1 {
	font-size : 12px;
	margin-bottom : 5px;
}
.address a {
	font-size : 12px;
	color : white;
}
.item {
	background-color : #cccccc;
	width : 600px;
	margin : 10px;
	padding : 10px;
	float: left;
	border : solid 1px black;
	height : 600px;
}
.item img {
	float:left;
	border:solid 1px black;
}
.itemtop {
	width : 200px;
	float:right;
	border : solid 1px black;
	padding : 10px;
}
.item label {
	font-weight : bold;
}

.content H1 {
	font-weight : bold;
	color:#660000;
	font-size : 18px;
}
.content H2 {	
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H3 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H4 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H5 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.content H6 {
	font-weight : bold;
	color:#660000;
	font-size : 14px;
}
.searchitem {
	width:250px;
	height:250px;
	vertical-align:center;
	text-align:center;
	float:left;
	display:block;
	border:solid #666666 1px;
}
.searchitem h1 {
	font-size : 11px;
	color : red;
}
#pageindex {
	width : 350px;
}
#pageindex a {
	margin-bottom : 10px;
	width : 50px;
	height : 40px;
	display : inline-block;
	border : solid 1px black;
	color : black;
	font-weight : bold;
	text-align : center;
	padding-top : 25px;
	text-decoration : none;
}
a.totop {
	float: right;
}
table.pagenav a:link,
table.pagenav a:visited,
table.pagenav a:active {
	display : block;
	padding : 5px;
	background-color: #999999;
	color : black;
	border : solid 1px black;
}
table.pagenav a:hover{
	display : block;
	padding : 5px;
	background-color:#CCCCCC;
	color : black;
	border : solid 1px black;
}