html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* denk aan de focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* einde css reset. hieronder volgt styling elementen */

a {
	color: #611636;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #F54828;
}

/* headings */

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #CE1940;
	margin-bottom: 10px;
}

/*body, raamwerk, header */

body {
	background-color: #272727;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#container {
	width: 960px;
	height: 1%; overflow: hidden;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	text-align: left;
}
h1 {
	font-family:Tahoma, sans-serif;
	font-size:22px;
	color:#000;
	margin-left:20px ;
	margin-top:20px;
	line-height:20px;
}
#meta {
	height: 20px;
	text-align: right;
	padding: 4px 0px 3px 0px;
	font-size: 11px;
}
object{
	width:608px;
}
#metanav > li {
	list-style-type: none;
	float: right;
	margin-right: 20px;
}

#header {
	background-color: white;
	height: 120px;
	background: url('../img/header_bg_grad.jpg');
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#cart {
	float: right;
	width: 180px;
	height: 60px;
	background-image: url('../img/cart.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 0px 0px 20px;
	padding: 0 0 10px 35px;
}

#cart p {
	font-weight: bold;
}

#s2{
	
	float: right;
	border: 0;
	height: 18px; width: 200px;
	padding: 4px 3px 2px 5px;
	font: 12px arial;
	color: #000;
	margin-top: 30px;
	margin-right: 32px;
	background-image: url('../img/zoek_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
}
#s3{
	
	float: right;
	border: 0;
	height: 18px; width: 22px;
	padding: 4px 3px 2px 5px;
	font: 12px arial;
	margin-top: -24px;
	margin-right: 10px;
	height:24px;
	color: #000;
	background-image: url('../img/zoek_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-position: -208px 0px;
}


.logo {
	margin: 10px 30px 0px 15px;
	float: left;
}

/* hoofdnavigatie stylen */

#nav {
	margin: 80px 0px 10px 0px;
	padding: 0px;
	position: absolute;
	display: block;
	z-index: 10;
}

#nav > li.menutitel {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px 0px 0px 15px;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 150px;
}

#nav > li.menutitel:hover ul {
	display: block;
}

#nav > li.menutitel:hover {
	background-color: #611636;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li ul {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: none;
}

#nav li ul li {
	list-style-type: none;
	margin: 10px 0px 5px 0px;
	padding: none;
}

#nav li ul li a {
	display: block;
	padding: 5px;
	margin-left: 5px;
	color: #FFF;
	text-decoration: none;
}

#nav li ul li:hover a {
	color: #611636;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: -5px;
}


#nav li span {
	cursor: pointer;
	margin: 0px 10px;
	font-weight: bold;
	color: white;
	background-color: #611636;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px;
	width: 130px;
	margin-left: 0px;
	display: block;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
}

/* tabs nuverwacht stylen */

#home {
	background-repeat: repeat-x;
	position: relative;
	height: 150px;
	width: 458px;
	margin-bottom: 40px;
	overflow: hidden;
	border: 1px solid #F2D271;
	border-top: none;
}
.home {
	background: url('../img/tab_content_bg.jpg');
}
.home2 {
	background: url('../img/tab_content_bg2.jpg');
}

.feature {
	height: 180px;
	position: absolute;
	width: 450px;
	padding: 10px;
}

.feature li, #nieuwsberichten li {
	list-style: disc;
	color: #611636;
	margin-left: 15px;
	line-height: 200%;
}

.feature li a, #nieuwsberichten li a {
	text-decoration: none;
	color: #000;
}

.feature li a:hover, #nieuwsberichten li a:hover {
	text-decoration: underline;
}

.date {
	color: #CE1940;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.date1 {
	color: #CE1940;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: absolute;
}
.date2 {
	color: #CE1940;
	font-weight: bold;
	margin: 0px 0px 0px 18px;
	padding: 0;
}
.tabs {
	padding-left: 15px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: left;
}

.tabs li {
	display: inline;
	float: none;
	list-style: none;
	height: 26px;
	padding: 12px 0px 14px 0px;
	padding-right:70px;
	
	text-align: left;
	background-repeat: no-repeat;
	background-position: top 0px;
}
#een{
	background-image: url('../img/tab_unselected_l.jpg');
}
#twee{
	background-image: url('../img/tab_unselected_r.jpg');
}
.tabs li a {
	color: #333;
	display: inline;
	padding: 10px;
	text-decoration: none;
	height: 26px;
}
#een{
	margin-right:-10px;
}
#twee{
	margin-left:-10px;
}
#een.active{
	background-image: url('../img/tab_selected.gif');
	margin-right:	0px;
}
#twee.active{
	background-image: url('../img/tab_selected.gif');
	margin-left:	0px;
	z-index:5;
}
.tabs li.active {
	background-image: url('../img/tab_selected.gif');
	background-repeat: no-repeat;
	background-position: top 0px;
	height: 26px;
}

.tabs li a.active {
	color: #611636;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
}

/* content divs stylen */

#rotating {
	width: 480px;
	height: 328px;
	float: left;
	margin-left: 10px;
}

#nuverwacht {
	width: 460px;
	height: 178px;
	float: right;
	margin-right: 10px;
}

#secundair1 {
	width: 230px;
	height: 149px;
	border-bottom: 1px solid #F2D271;
	float: left;
}

#secundair2 {
	width: 230px;
	height: 149px;
	border-bottom: 1px solid #F2D271;
	float: right;
	margin-right: 10px;
}

#textfeature1 {
	width: 218px;
	height: 149px;
	border-right: 1px solid #F2D271;
	border-left: 1px solid #F2D271;
	border-bottom: 1px solid #F2D271;
	float: left;
	margin-left: 10px;
	padding: 10px;
}

#textfeature2 {
	width: 219px;
	height: 149px;
	float: left;
	border-right: 1px solid #F2D271;
	border-bottom: 1px solid #F2D271;
	background: url('../img/bg_vp0910.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
}

#nieuwsberichten {
	width: 439px;
	height: 149px;
	border-right: 1px solid #F2D271;
	border-bottom: 1px solid #F2D271;
	float: right;
	margin-right: 10px;
	padding: 10px;
	line-height: 200%;
}

#sponsors {
	width: 558px;
	height: 149px;
	border-left: 1px solid #F2D271;
	border-right: 1px solid #F2D271;
	float: left;
	margin-left: 10px;
	margin-bottom: -1px;
	padding: 10px;
}

#sponsors img {
	margin-left: 30px;
}

#sponsors h3 {
	font-size: 10px;
	color: #333;
	font-weight: normal;
}

#adressen {
	width: 439px;
	height: 149px;
	border-right: 1px solid #F2D271;
	float: right;
	margin-right: 10px;
	margin-bottom: -1px;
	padding: 10px;
}

.adres1{
	float: left;
	width: 220px;
	margin-right: 10px;
}
.adres2{
	float: right;
	width: 180px;
	margin-right: 10px;
}

#footer_home {
	width: 940px;
	height: 10px;
	margin-left: 10px;
	padding-top: -10px;
	border: none;
}

.link_right {
	float: right;
	margin: 0px 10px 0px 0px;
}