@charset "UTF-8";
/* CSS Document */
		
		
/**********************************
		
CLEAR WHITESPACES/WHITESPACE RESET
		
**********************************/
	
		
		/* HYPERLINKS */
		:link,:visited { text-decoration:none }
		
		/* GEEN LIST STYLE */
		ul,ol { list-style:none }
		
		/* ALLE HEADINGS HETZELFDE VOOR EEN CONSISTENTE STYLE */
	p,h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;margin:0; padding:0 }
		
		/* NOGMAALS ALLE ELEMENTEN STRIPPEN */
		ul,ol,li,pre,form,body,html,blockquote,fieldset,input
		{ margin:0; padding:0 }
		
		/* STANDAARD GEEN BORDER OM EEN LINKED IMAGE */
	a img,:link img,:visited img { border:none }
		
/**********************************
		
BASIS
		
**********************************/
		
		
		
		body {
	text-align:center;
	margin:0;
	background-color: #000000;
		}
		
		
		
		#siteContainer {
	position:relative;
	text-align:center;
	width: 100%;
	margin-left:auto;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat;
	background-position: 0px top;
	margin-right: auto;
		}
		
		
		#topContainer {
	height:120px;
	width:100%;
	position:relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
		}
		
		#topContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(../gfx/footerContentBg.png);
	background-repeat: no-repeat;
	height: 150px;
		}
		
		
		#footer {
	clear:both;
	height:180px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
		}
		
		
		#contentContainer {
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	text-align:left;
		}
		
		
		#contentContainerLinks {
	position:absolute;
	width: 320px;
	left:0px;
	text-align:left;
	top: 0px;
	border-bottom-style: none;
	height: 400px;
	background-color: #000000;
		}
		

		
		#contentContainerRechts {
	position:relative;
	width:640px;
	text-align:left;
	left: 320px;
	min-height:440px;
	_height:440px;
	
		}
		
/**********************************
		
T
		
**********************************/
		
		
		h1 {
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	margin-bottom:20px;	
		}
		
		h2 {
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	line-height: 18px;
	margin-bottom:20px;
		}
		
		h3 {
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	margin-bottom:20px;
		}
		
		h4 {
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#f6bd3a;
	text-align:left;
	margin-bottom:20px;
		}
		
		p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:10px;
	
		}
		
			.plainText, td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:10px;
	color:#ffffff;
	
		}
		
		
		ul,ol {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
	list-style-type: circle;
		}
		
		
		
		li {
			margin-left: 15px;
		}
		


	strong {
		
	}
	
	 #contentYellow p {
	color:#000000;
	
	}
	#contentWhite p {
	color:#000000;
	
	}
	
	#contentBlack p {
	color:#ffffff;
	
	}
	
		#contentBlack h2 {
	color:#ffffff;
	
	}
	
	#contentYellow h2 {
	color:#FFFFFF;
	}
	
	#contact p {
	text-align:left;
	color:#000000;
	padding: 12px;
	}
	
	#contentContainerLinks h2 {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 16px;
	margin-bottom: 4px;
}
	
	#contentContainerLinks p {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 6px;
	font-size: 11px;
}

	#credits {
	background-color: #000000;
	position: absolute;
	width: 320px;
	top: 148px;
	text-align:left;
}

#credits p{
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 5px;
}
		
		
/**********************************
		
FORMS
		
**********************************/

		
		input {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #ffffff;
			background-color: #f6bd3a;
			border-width: 1px;
			border-style: solid;
			border-color: #f6bd3a;
			margin-bottom:5px;

		}
		
		input:focus {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #000000;
			background-color: #FFFFFF;
			border-width: 1px;
			border-style: solid;
			border-color: #FFFFFF;
			margin-bottom:5px;
		}
		
		textarea {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #ffffff;
			background-color: #f6bd3a;
			border-width: 1px;
			border-style: solid;
			border-color: #f6bd3a;
			margin-bottom:5px;
		}
		
		textarea:focus {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #000000;
			background-color: #FFFFFF;
			border-width: 1px;
			border-style: solid;
			border-color: #FFFFFF;
			margin-bottom:5px;
		}
		
		input.submit {
			font-family: "Trebuchet MS";
			font-size: 12px;
			color: #FFFFFF;
			border-width: 1px;
			border-style: solid;
			border-color: #f6bd3a;
			background-color:#f6bd3a;
			font-weight: bold;
		}
		
		label {
		margin:0px;
		padding:0px;
		}
		
		select {
		margin-bottom:3px;
		}
		
/**********************************
		
logo
		
**********************************/
	
		
		
/**********************************
		
overige blocks
		
**********************************/	

		
		#contentBlack {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	background-color:#000000;

			}
			
				#contentWhite {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	background-color:#FFFFFF;

			}
			
				#contentYellow {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	background-color:#f6bd3a;

			}
			
	#logo {
	position: absolute;
	left: 23px;
	top: 47px;
}

	#pageTitle{
		position: absolute;
		left: 320px;
		top: 50px;
	}
	
	#navContainer {
	
	width:320px;
	height:192px;
	left: 0px;
	top: 0px;
	background-color:#f6bd3a;
	text-decoration: none;
}

#navContainer img {
margin:0px;
padding:0px;


}

	#footerContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 961px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(../gfx/footerContentBg.png);
	background-repeat: no-repeat;
	height: 200px;
		}
		
		#sponsoren {
		position:absolute;
		background-color:#ffffff;
		width:640px;
		height:200px;
		left:0px;
		}
		
		#contact {
		left:640px;
		height:180px;
		width:320px;
		background-color:#f6bd3a;
		position:absolute;
		}
		
	

#sponsorTitle {
	position: absolute;
	left: 12px;
	top: 12px;
}

#sponsorBlock {
	position: absolute;
	top: 46px;
	left: 12px;
}

#sponsorList {
	position: absolute;
	left: 340px;
	top: 46px;
	color: #000000;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
	
	

		/**********************************
		
		HYPERLINKS
		
		**********************************/
		
		
		
		#contentBlack A {
	text-decoration: none;	
	color:#FFFFFF;
	
	
		}
		
		#contentBlack A:link {
	color:#FFFFFF;
	
		}
		
		#contentBlack A:visited {
	text-decoration: none;
	color:#FFFFFF;
		}
		#contentBlack A:hover {
	text-decoration: none;
	color:#000000;
	background-color: #FFFFFF;
		}
		
		#contentContainerLinks A {
	text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;
}
		
		#contentContainerLinks A:link {
		text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerLinks A:visited {
		text-align: right;
	color:#ac8429;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerLinks A:hover {
		text-align: right;
	background-color:#ac8429;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;}
		
		#contentContainerRechts img {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

		#contentYellow A {
	text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
		
		#contentYellow A:link {
		text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;}
		
		#contentYellow A:visited {
		text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;}
		
		#contentYellow A:hover {
		text-align: right;
	background-color:#ac8429;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;}
	
		#contentWhite A {
	text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
		
		#contentWhite A:link {
		text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;}
		
		#contentWhite A:visited {
		text-align: right;
	color:#000000;
	text-decoration:none;
	font-weight:bold;}
		
		#contentWhite A:hover {
		text-align: right;
	background-color:#ac8429;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;}
		

		#footer a {
		color: #000000;
	text-decoration:none;
		
		}
		#footer a:link {
	color: #000000;
	text-decoration:none;

		}
		
		#footer a:visited {
		color: #000000;
	text-decoration:none;
		}
		
		#footer a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
}
			
			#credits a {
	color: #b0d237;
	text-decoration:none;		
		}
		#credits a:link {
	color: #b0d237;
	text-decoration:none;
		}
		
		#credits a:visited {
	color: #b0d237;
	text-decoration:none;
		}
		
		#credits a:hover {
	color: #FFFFFF;
	background-color: #b0d237;
	text-decoration:none;
}
	
	
	#footer h2 {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height: 50px;
		}
		
		#footerContent{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position:relative;
		}
	


/**********************************

SIFR

**********************************/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	padding-bottom:10px;
	display:compact;
}

.sIFR-replaced {
	visibility: visible !important;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:23px;
	
}
	
	
	/**********************************

Teasers

**********************************/


.teaserBlock1 {
	margin-top:0px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
}

.teaserBlock2 {
	margin-top:0px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}



.teaserFoto {
	left: 0px;
	top: 0px;
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 0px;
	height: 120px;
}

.teaserText {
	width:200px;
	left:120px;
	float:left;
}

.teaserClear {
	clear:both;
	margin-bottom:0px;
}
	
