body {
	background-color: #D4D4D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
color: #000;
font-weight: bold;
}

.boldTekst {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.tekst {
	color: #000;
	font-weight: none;
	text-decoration: none;
}

.whiteHeader {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.bigHeader {
	font-size: 20px;
	font-weight: bold;
}

.header {
	font-size: 15px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
        font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 15px;
        font-weight: bold;
	 margin: 5px 0px 10px 0px;
        padding-bottom: 0px;
}

.smallTekst {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.smallBlackTekst {
	color: #000;
	font-size: 11px;
}

.headerLink {
	color: #FFFFFF;
	font-weight: bold;
}

.videoListHeader {

	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.registratieVeld {
	width: 200px;
}

.videoVeld {
	width: 200px;
}

.afbeelding {
	
	
}

#header {
	position: relative;
	width: 100%;
	height: 22px;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	bottom: -1px;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #000;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #cccccc;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #4840af;
	padding-bottom: 5px;
	color: #ffffff;
}


#header ul#primary .klik, #header ul#primary  .klik:hover {
	margin-top: 0;
	border-color: #AAA;
	background: #efefef;
	padding-bottom: 5px;
	color: #000;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

