/****LAYOUT***********/
/**
* Elements en standaard classes
*/
body{
	text-align:center; /* text-align om IE - die zich niet aan de standaarden houdt - ook te lcentreren */
	margin:0;
	font: normal 12px Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	letter-spacing:1px;
	background:#4f423d url(../img/bg_ground.jpg) repeat-x 0px -60px;
}


/* ACTIE ACTIE ACTIE */

#actie{
	z-index:9;
	position:absolute;
	background: url(../img/attention.gif) no-repeat left top; 
	top: 4px;
	left: 460px;
	width: 391px;
	height: 274px;
}
#actie H2{
	font-size: 26px;
	color: #fff; 
	margin: 24px 0 0 78px; 
	/*text-transform:uppercase;*/
	letter-spacing:-1px;
	line-height: 110%;
}
#actie H2 .highlight{
	color: #bdcdb4;
}
#actie a{ }
#actie a:hover{
	color: #000;
	background-color: #bdcdb4;
}


#actie H3{
	font-size: 16px;
	color: #fff; 
	margin: 18px 0 0 78px; 
	/*text-transform:uppercase;*/
	letter-spacing:-1px;
	line-height: 120%;
}




/* DEFAULT STYLE CLASSES /**********************************************/
img{border: none;}
h1{	
	font-size: 24px;
	color: #f93; 
	margin-top: 12px; 
	/*text-transform:uppercase;*/
	letter-spacing:0px;
	line-height: 100%;
}
h2{ 
	font-size: 14px;
	color: #fe0; 
	margin-top: 20px; 
	letter-spacing:1px;
	line-height: 120%;
}
h3{ 
	font-size: 12px;
	color: #fff; 
	font-weight:bold;
	margin-top: 20px; 
	letter-spacing:1px;
	line-height: 100%;
}
h4{ margin: 10px 0 0 0;}
a{ color: #fff;}
a:hover{
	color: #000;
	background-color: #fff;	
}
.highlight {color:#2c221f;} /* licht blauw*/


/**
* ID's en specifieke classes
*/

/* WRAPPER */
#wrapper{
	position:relative;
	margin:0 auto; 	/*centreren: margins op auto zodat de mares even groot zijn */
	width: 800px;
	text-align:left;
}
/* HEADER /**********************************************/
#header{
	width: 100%;
	height: 360px;
}
#header h1{
	display:none;
}
#header #zon{
	z-index:9;
	position:absolute;
	background: url(../img/zon.png) no-repeat center top; 
	top: 0px;
	left: 180px;
	width: 470px;
	height: 250px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}
#header #logo{
	z-index:10;
	position:absolute;
	background: url(../img/windmillwindup2010.png) no-repeat center top; 
	top: 36px;
	left: 12px;
	width: 430px;
	height: 90px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}
#vliegtuig{
	position: absolute;
	z-index:12;
	background: url(../img/vliegtuig_datum.png) no-repeat left top; 
	top: 130px;
	left: -12px;
	width:430px;
	height:65px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}
#header #olifant{
	position:absolute;
	z-index:4;
	background: url(../img/olifant.jpg) no-repeat right top; 
	top: 170px;
	left: 280px;
	width:180px;
	height:150px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}
#header #players1{
	position:absolute;
	z-index:3;
	background: url(../img/ultimate_players.jpg) no-repeat left top; 
	top: 236px;
	left: 26px;
	width:400px;
	height:80px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}
#header #players2{
	position:absolute;
	z-index:2;
	background: url(../img/ultimate_players.jpg) no-repeat left top; 
	top: 236px;
	left: 240px;
	width:400px;
	height:80px;
	text-indent:-9999em; /* text niet laten zien in het design*/
	font-size:0px;
	text-decoration:none;
}

/* MENU /**********************************************/
#menu_wrapper{
	/*display:none;*/

	position: relative;
	margin: 20px 0;
	text-align:center;
	width: 800px;
}
#menu_wrapper ul#menu{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#menu_wrapper ul#menu li{
	float: left;
	margin:0;
	padding: 0 5px;
	font: bold 13px Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	line-height:12px;
}
#menu_wrapper ul#menu li a{ 
	display:block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	/*text-transform:capitalize;*/
	color: #fe0;
	background-color: #2f2825;
}
#menu_wrapper ul#menu li a:hover{
	color: #FFF;
}
#menu_wrapper ul#menu li a.selected{
	color: #FFF;
}

/* CONTENT /**********************************************/
#content_wrapper{
	position: absolute;
	top: 0px;
	left:0px;
	margin: 0;
}

/* FOOTER /**********************************************/
#footer_wrapper{
	margin: 60px 0;
	margin-top: 360px;
	padding: 0;
	width: 960px;
}
#footer_wrapper .text{
	float:left;
	width: 240px;
	background-color: #3f3531;
	padding: 10px;
	margin: 0 0 30px 10px;
}
#footer_wrapper h3{	
	font-size: 24px;
	color: #f93; 
	margin-top: 12px; 
	/*text-transform:uppercase;*/
	letter-spacing:0px;
	line-height: 100%;
}
#footer_wrapper h4{ 
	font-size: 14px;
	color: #fe0; 
	margin-top: 20px; 
	letter-spacing:1px;
	line-height: 120%;
}

/**********************************************/
.clearer{
  height:1px;
  overflow:hidden;
  margin-top:-1px;
  clear:both;
}
/*** end: layput */



