@font-face {
	font-family: 'Waukegan';
	src: url('fonts/Waukegan_LDO_Extended_Bold.eot');
	src: local('Waukegan LDO'), local('WaukeganLDOExtended-Bold'), url('fonts/Waukegan_LDO_Extended_Bold.woff') format('woff'), url('fonts/Waukegan_LDO_Extended_Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'MarkerSDRegular';
	src: url('fonts/marker_sd-webfont.eot');
	src: local('☺'), url('fonts/marker_sd-webfont.woff') format('woff'), url('fonts/marker_sd-webfont.ttf') format('truetype'), url('fonts/marker_sd-webfont.svg#webfontjMxAMoyT') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: Waukegan, Arial, Verdana;
}

h1 {
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	margin-top:  0px;
}

/* Kopjes/titels */
h2 {
	display: inline;
	margin: 0px 6px 0px 6px;
	padding: 0px;
	color: #000;
	font-weight: normal;
	font-size: 24px;
	font-family: Waukegan, Arial, Verdana;
}

h5 {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-family: Waukegan, Arial, Verdana;
}

h4 {
	display: inline;
	margin: 0px 6px 0px 6px;
	padding: 0px;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-family: Waukegan, Arial, Verdana;
}

a {
	color: #327CAB;
}

a:hover {
	color: #48A6CF;
}

/* Navigatie */
#navigation {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -450px;
	z-index: 999;
}

#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	text-decoration: none;
	list-style: none;
	float: left;
	display: block;
}

#nav li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Waukegan, Arial, Verdana;
	display: block;
	float: left;
	height: 28px;
	padding: 6px 5px 0px 5px;
}

#zoek {
	position: absolute;
	top: 92px;
	left: 50%;
	padding: 5px 10px 5px 10px;
	margin-left: 195px;
	width: 228px;
	height: 25px;
	background: #BBB;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	z-index: 998
}

#zoek input[type=submit] {
	width: 65px;
}

#zoekveld {
	height: 12px;
	width: 150px;	
}

#header {
	position: absolute;
	left: 50%;
	top: 92px;
	width: 900px;
	margin: 0px 10px 0px -450px;	
}

.infoblok {
	width: 180px;
	height: 180px;	
	float: left;
	font-size: 48px;
	color: #fff;
	padding: 20px 0px 0px 20px;
}

.head {
	width: 700px;
	height: 200px;
	float: left;
}

#tabs {
	position: absolute;
	padding: 4px 5px 0px 5px;
	left: 50%;
	top: 300px;
	width: 890px;
	margin-left: -450px;
	height: 26px;
	background: #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

#tabs li {
	padding-top: 4px;
	height: 21px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: #FFF;
	letter-spacing: 2px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#tabs li:hover {
	color: #666;
	font-weight: bold;
}

#tabs img {
	border-bottom: 2px solid #000;		
}

.contentPage {
	position: absolute;
	left: 50%;
	top: 345px;
	margin-left: -450px;
	width: 900px;	
	padding-bottom: 25px;
}

#loader {
	z-index: 99;
	text-align: center;
	padding-top: 90px;
}

#nieuws {
	z-index: 100;
	font-family: Franklin Gothic Book, Arial, Times new Roman;
}

#nieuws a {
	text-decoration: none;
}

#webshop {
	z-index: 101;
}

#testcentre {
	z-index: 102;
}

/* news css */

.subcontent {
	position: absolute;
	left: 50%;
	top: 360px;
	margin-left: -450px;
	width: 900px;
}

.nieuwshouder {
	position: relative;
}

#nieuwsscroll {
	width: 10px;
	height: 248px;
	float: left;
	position: relative;
}

#scrollbar {
	position: absolute;
	width: 7px;
	margin-right: 3px;
	background: #c1be9f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

#newsflash {
	position: relative;
	width: 320px;
	height: 248px;
	overflow-x: hidden;
	float: left;
	cursor: pointer;
}

.berinfo {
	position: absolute;
	width: 500px;
	top: 0px;
	left: 58px;
}

#newsflash li .titel {
	padding-top: 2px;
	display: block;
	overflow: hidden;
}

#newsflash li .auteur {
	font-size: 11px;
	display: block;
}

#newsflash ul {
	padding:  0px;
	margin-top:  0px;
	list-style: none;
}

#newsflash li {
	position: relative;
	float: left;
	width: 300px;
	height: 60px;
	clear: both;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #86888A;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

#newsflash li:hover {
	background: #faf9f1;
	border: 1px solid #E3E3E3;
	border-right: 1px solid #86888A;
}

#newsflash ul .selected {
	background: #f5f1c3;
	border: 1px solid #E3E3E3;
}

#newsflash ul li .tekstfader {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 60px;
	z-index: 54;
	background: url(img/tekstfader.png);
}

#newsflash ul .selected .tekstfader {
	background: url(img/tekstfader1.png);
}

#newsflash ul li:hover .tekstfader {
	background: url(img/tekstfader1.png);
}

#newsflash li .foto {
	width: 47px;
	text-align: center;
	float: left;
	padding: 4px;
}

#newsflash li .foto img {
	border: 1px solid #a8a8a8;
}

#news {
	position: absolute;
	width: 605px;
	left: 310px;
	z-index: 55;
}

.bertitel {
	background: #f5f1c3;
	height: 25px;
	padding-top: 25px;
}

.berichthouder {
	padding: 3px 20px 50px 55px;
	min-height: 37px;
	font-family: 'MarkerSDRegular', sans-serif;
}

.berichthouder p {
	margin-bottom: 19px;
	margin-top: 0px;
}

#tekst {
	position: relative;
	border: 1px solid #f5f1c3;
	display: block;
	margin-right: 15px;
	min-height: 250px;
	background: url(img/news_bg.png) repeat-y 0px 12px;
	font-family: 'MarkerSDRegular', sans-serif;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 0px;
}

.social {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background: #f5f1c3 url(img/news_foot.png) no-repeat;
}

.likeknop {
	display: block;
	width: 130px;
	height:22px;
	float: right;
}

.twitter-share-button {
	float: right;
}

#attachments {
	clear: both;
}

.fotoGallerij ul {
	opacity: 0;
}

.fotoGallerij a {
	display: block;
	width: 110px;
	height: 91px;
	padding: 5px 10px 5px 0px;
	background: url(img/news_note1.png) no-repeat;
	float: left;
	text-align: center;
	position: relative;
}

.fotoGallerij img {
	border: 1px solid #7A7A7A;
}

.inschrijf {
	width: 500px;
	overflow: hidden;
}

.inschrijven {
	position: absolute;
	bottom: -5px;
	left: 130px;
	z-index: 778;
	cursor: pointer;
}

.forminhoud {
	width: 550px;
	float: left;
}

.formulier {
	width: 1100px;	
}

.formulier span {
	font-size: 12px;
	color: red;
}

.formveld {
	width: 250px;
	height: 18px;
	margin: 2px;
	border: 2px solid #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
}

.fotoGallerij .youtube {
	width: 50px;
	height: 22px;
	z-index: 999;
	position: absolute;
	bottom: 15px;
	right: 25px;
	background: url(img/youtube.png);
}

h6 {
	font-size: 24px;
	font-family: 'MarkerSDRegular', sans-serif;
	margin: 0px 0px 10px 55px;
}

/* end of news css */

/* webshop */
h7 {
	font-size: 30px;
	font-style: italic;
}

#webshop a {
	color: #FFF;
	text-decoration: none;
	padding: 18px 0px 20px 0px;
	display: block;
	width: 345px;
	text-align: center;
}

#webshop a:hover {
	alpha: 0.7;	
	opacity: 0.7;
}

/* end of webshop */

/* Testcentre */
h8 {
	font-size: 18px;	
}

/* end of Testcentre */

/* Contact */

.contactForm {
	font-size: 16px;
}

.contactForm td {
	padding: 4px 4px 4px 0px;
}

.contactForm input[type=text] {
	width: 350px;
	height: 22px;
	font-size: 15px;
	border: 1px solid #000;
}

.contactForm textarea {
	width: 360px;
	height: 110px;
	border: 1px solid #000;
}

.error {
	padding-left: 20px;
	background: url(warning.png) no-repeat 0px 3px;
	display: none;
}

.loading {
	background: url(img/loader.gif) no-repeat center;
	height: 200px;
}

/* end of Contact*/


/* Onderhoud */

.prijzentabel td {
	padding: 3px 10px 3px 10px;
	background-color: #e7f9ff;
	border: 1px solid #50a0be;
	color:  #153a48;
}

/* end of Contact*/

/* Team */
.contentLayer {
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 760;
	width: 900px;
	height: 340px;
	overflow: hidden;
}

#fadeLinks {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 761; 
	width: 62px; 
	height: 340px;	
	background: url(img/fadel.png);
}

#fadeRechts {
	position: absolute; 
	left: 838px; 
	top: 0px; 
	z-index: 762; 
	width: 62px; 
	height: 340px;	
	background: url(img/fader.png);
}

.fadeBox {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 500px;
	z-index: 761;
}

.mapjes {
	padding: 0px 25px 0px 25px;
	width: 870px;
	height: 350px;
	overflow: hidden;
	float: left;
}

.map {
	 float: left;
	 width: 193px;
	 height: 147px;
	 background: url(img/map.png);
	 margin: 0px 12px 5px 12px;
	 cursor: pointer;
}

.mapTitel {
	margin: 7px 0px 0px 15px;
	font-size: 18px;
}

#perspag {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 25px 0px 25px;
	z-index: 750;
	width: 850px;
	height: 340px;
	background: #fef8af;
	display: none;
	font-size: 20px;
	color: #000;
}

.fotoAan {
	position:  relative;
	border: 4px solid #000;
	float: left;
	margin: 0px 5px 5px 0px;
}

.stats {
	font-family: JJStencil;
	font-size: 14px;
	padding-right: 5px;
}

.persinfo td {
	font-size: 14px;
	padding: 0px 5px 0px 5px;
}

.para {
	font-size: 15px;
}

.icons {
	width: 173px;
	padding: 10px 8px 0px 8px;
}

.icon {
	width: 30px;
	height: 30px;
	float: left;
	margin: 4px 4px 10px 5px;
}

.icon img {
	position: absolute;
	//margin-top: -24px;
}

#label {
	position: absolute;
	z-index; 820;
	padding: 1px 8px 1px 8px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #BBB;
	display: none;
}

.teamInfo {
	padding: 20px;
	margin: 10px;
}

.vid {
	position: absolute;
	background: url(img/video.png);
	width: 18px;
	height: 25px;
	bottom: 18px;
	right: 27px;
}

/* end of Team */



.webshop {
	z-index: 997;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	height: 25px;
	width: 150px;
	margin-top: -3px;
	margin-left: 4px;
}

.webshop ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.webshop li {
	text-decoration: none;
	float: left;
	padding: 4px 10px 2px 10px;
}

.webshop li a {
	text-decoration: none;
	color: #3d3d3d;
	font-size: 15px;
	font-family: Waukegan, Arial, Verdana;
	display: block;
	float: left;
	height: 16px;
}

.webshop img {
	vertical-align: sub;
}
