@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div#main {
	margin: 0 auto;
	text-align: left;
	width: 904px;
	padding: 0px;
}
div#menu {
	width: 547px;
	height: 51px;
	float: left;
	margin-top: 89px;
}
div#menu ul, div#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
}
	li.home a {
		background-image: url(../images/menu/menu_on_01.jpg);
		display: block;
		width: 101px;
		height: 25px;
		outline: none;
	}
	li.home a:hover {
		background-image: url(../images/menu/menu_off_01.jpg);
	}
	li.nieuws a {
		background-image: url(../images/menu/menu_on_02.jpg);
		display: block;
		width: 106px;
		height: 25px;
		outline: none;
	}
	li.nieuws a:hover {
		background-image: url(../images/menu/menu_off_02.jpg);
	}
	li.agenda a {
		background-image: url(../images/menu/menu_on_03.jpg);
		display: block;
		width: 93px;
		height: 25px;
		outline: none;
	}
	li.agenda a:hover {
		background-image: url(../images/menu/menu_off_03.jpg);
	}
	li.menukaart a {
		background-image: url(../images/menu/menu_on_04.jpg);
		display: block;
		width: 151px;
		height: 25px;
		outline: none;
	}
	li.menukaart a:hover {
		background-image: url(../images/menu/menu_off_04.jpg);
	}
	li.links a {
		background-image: url(../images/menu/menu_on_05.jpg);
		display: block;
		width: 96px;
		height: 25px;
		outline: none;
	}
	li.links a:hover {
		background-image: url(../images/menu/menu_off_05.jpg);
	}

	li.video a {
		background-image: url(../images/menu/menu_on_06.jpg);
		display: block;
		width: 101px;
		height: 26px;
		outline: none;
	}
	li.video a:hover {
		background-image: url(../images/menu/menu_off_06.jpg);
	}
	li.fotoboek a {
		background-image: url(../images/menu/menu_on_07.jpg);
		display: block;
		width: 106px;
		height: 26px;
		outline: none;
	}
	li.fotoboek a:hover {
		background-image: url(../images/menu/menu_off_07.jpg);
	}
	li.hyves a {
		background-image: url(../images/menu/menu_on_08.jpg);
		display: block;
		width: 93px;
		height: 26px;
		outline: none;
	}
	li.hyves a:hover {
		background-image: url(../images/menu/menu_off_08.jpg);
	}
	li.gastenboek a {
		background-image: url(../images/menu/menu_on_09.jpg);
		display: block;
		width: 151px;
		height: 26px;
		outline: none;
	}
	li.gastenboek a:hover {
		background-image: url(../images/menu/menu_off_09.jpg);
	}
	li.contact a {
		background-image: url(../images/menu/menu_on_10.jpg);
		display: block;
		width: 96px;
		height: 26px;
		outline: none;
	}
	li.contact a:hover {
		background-image: url(../images/menu/menu_off_10.jpg);
	}

div#header {
	width: 904px;
	height:164px;
	float: left;
}
div#logo {
	background-image: url(../images/logo.jpg);
	height: 164px;
	width: 303px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
div#subheader {
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 904px;
	height: 68px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
div#subheader marquee {
	width: 500px;
	margin-top: 35px;
	margin-left: 20px;
}
.leftbox {
	float: left;
	width: 283px;
	display: inline-table;
	padding-left: 20px;
}
.textheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3cff8e;
	margin-bottom: 6px;
	width: 260px;
	height: 20px;
	float: left;
}
.textheaders a {
	color: #3cff8e;
	text-decoration: none;
}
.nieuwsbox {
	background-image: url(../images/nieuwsbox.jpg);
	background-repeat: repeat-y;
	width: 258px;
	margin-bottom: 10px;
	float: left;
}
div#contentbox_index {
	background-image: url(../images/indextop.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	float: right;
	text-align: left;
	padding-top: 200px;
	display: inline-table;
}
div#contentbox {
	background-image: url(../images/contenttop.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 601px;
	height: 400px;
	float: right;
	text-align: left;
	display: inline-table;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 547px;
}
.content a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer {
	background-image: url(../images/footer_1.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 54px;
	float: left;
	width: 100%;
	text-align: center;
}
div#footercontent {
	background-image: url(../images/footer_2.jpg);
	background-repeat: no-repeat;
	width: 904px;
	height: 54px;
}
div#footeradres {
	color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}
div#footerlogo {
	color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 50px;
	margin-top: 14px;
}
.link a {
	color: #c1c1c1;
	text-decoration: underline;
	float: right;
	margin-top: 7px;
	margin-right: 6px;
}
.randomfotos {
	width: 260px;
	margin-bottom: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1c1c1;
}
.randomfotos input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	height: 15px;
	width: 250px;
	border: 1px solid #FFFFFF;
	margin-top: 1px;
}
.randomfoto  {
	background-position: center center;
	width: 80px;
	border: 1px solid #c1c1c1;
	float: left;
	height: 60px;
	margin-right: 4px;
}

/* Banners header */

div.wrapper {height:72px; overflow:hidden; width:904px; float:left;}
div.livemuziek {float:left; width:409px;}
div.motorrit {float:left; width:421px; margin-left:20px;}
