/* --- basis elementen --- */
h1 {
  font-size:14px;
  font-weight:bold;
  color:#CC3333;
  margin-bottom:10px;
}

h2 {
  font-size:14px;
  font-weight:bold;
  color:#CC3333;
  border-bottom:1px solid #FFFFFF;
  margin-bottom:10px;
}

#page {
  /*width: 980px;*/ 
  position: relative; 
  padding:0px 0px 0px 0px;
  margin: 0 auto;
  text-align:left;
}

body {
  font-family: Arial, Verdana;
  font-size: 11px;
  line-height:20px;
  font-style : normal;
  font-weight : normal;
  color: #fff;
  background-color: #ffcd00;
  text-align:center;
  background-image:url("/images/bg_front.png");
	background-position:top left;
  background-repeat:repeat-x;
}

a {
	color: #fff;
	text-decoration:underline;
}

img { border:0px;}

html, body {
  margin: 0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
/* --- // --- */


#page { width:625px; margin-left:auto; margin-right:auto;}
#flashhome {height:400px; width:625px;}
#noflash {height:409px; width:625px; background-image:url("/images/seizoenkaart.jpg"); background-position:center;}
#flashtext {
	position:absolute;
	width:550px; 
	height:50px; 
	top:396px; 
	left:23px;
	padding:15px;
	padding-top:11px;
	text-align:center;
	background-image:url("/images/black_75p.png");
}

span.flashtext {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#fff;
	text-align:center;
}

/*---------------------------------------
								Clearfix
---------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}