/* CSS Document */


* {
	padding:0;
	margin:0;
}


/*-----------------------------------------------------------------------------------------------
  Layout 
-----------------------------------------------------------------------------------------------*/

body{
	
	font-size:11px;
	font-family:Trebuchet MS;
	background-color:#FFFFFF;

	
	
}

h2 { font-size: 12px; margin-bottom: 10px; font-weight: normal;margin-left:-10px; }

#pagewidth {

	width : 100%; 
	margin : 0 auto; 
    padding: 0;
	text-align : center; 

} 



#wrapper {

	position:relative;
	width:900px;
	margin : 0 auto;
    padding: 0;
	text-align:left; 

}

p {
	font-size:11px;
	color:#999999;
	font-family:Trebuchet MS;
	line-height:13px;
	margin-left:2px;
	margin-top:4px;

}

/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/

ul li{
	list-style-type:none;
	margin:0.5em 0 0.5em 2em;
}

ul#navigation{
	border:0;
	padding:0;
	margin:0;
	height:70px;
	float:right;
}
ul#navigation li{
	float: left;	
	display: inline;		
	margin: 0 0 0px 0;
	padding: 0;	
	list-style-type: none;
	border:0;
	font-size: 14px;
	height:70px;
	font-weight: normal;
}
ul#navigation li a{
	float: left;
	display: block;
	height:45px;
	margin:0px 0 0 0;
	padding: 25px 22px 0 23px;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	border-left:1px solid #881288;
}
ul#navigation li a.last{
	border-right:1px solid #881288;
}
ul#navigation li a:hover, ul#navigation li a.selected{
	background: transparent url(../img/navigatie_knop.png) repeat-x left center;
	color: #CCC;
}

a.leesport:link	   { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.leesport:active  { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.leesport:visited { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.leesport:hover   { color : #e9e6e6; text-decoration : none; font-size : 12px; }


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#a2c140 url(../img/navigatie_top.png) repeat-x left top;
	height:80px;
	
}
#header .inside{
	padding:0;
}


/*-----------------------------------------------------------------------------------------------
  Image
-----------------------------------------------------------------------------------------------*/

	#image {

	position:relative;
	width:900px;
	height:180px;
	background-image:url(../img/logo_tekst.gif);
	background-repeat:repeat-x;
	margin : 0 auto;
    padding: 0;
	text-align : left; 

}

#img_text {

	width:193px;
	height:19px;
	margin-left:-25px;
	text-align : left; 

}


#fleur{
	position:absolute;  
	z-index:100; 
	width:730px; 
	height:260px;
	margin-top:-90px;
	}

	
#fleur_pop{
	position:absolute;  
	z-index:100; 
	width:295px; 
	height:245px;
	margin-top:-70px;
	}

/*-----------------------------------------------------------------------------------------------
  Content 
-----------------------------------------------------------------------------------------------*/

#content{
	width:730px;
	text-align:center;
	position: relative;
	margin : 0 auto;
	
}

#headerleftContent {

	color: #666;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 22px; 
	font-weight : normal;
	margin-right: 0px;
	margin-bottom: 14px;
	padding: 0;

}



/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#bottom { 
	float:left;
	width:100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 40px;
}


#footer{
	position: relative;
	margin : 0 auto;
    padding: 0;
	background-color:#a33ba1;
	text-align:center;
	height:30px;
	width:900px;
}

#footer .text{
	
	padding-top:7px;
	font-size:12px;
	font-family:Trebuchet MS;
	color:#FFFFFF;
}


#content{
	width:730px;
	text-align:center;
}


ul, li { list-style: none; }

#gallery {
	width: 730px;
	margin-bottom:10px;
}
#gallery li {
	float: left;
	width: 215px;
	margin: 0 2px 40px 0;
	text-align: center;
}
#gallery li a {
	display: block;
	margin: 0px 0;
	width: 215px;
	text-align: center;
	
}
#gallery li br { display: none; }

a.lees:link {
color:#A2C140;
font-size:16px;
text-decoration:underline;
}
a.lees:active {
color:#A2C140;
font-size:16px;
text-decoration:underline;
}
a.lees:visited {
color:#E9E6E6;
font-size:16px;
text-decoration:none;
}
a.lees:hover {
color:#E9E6E6;
font-size:16px;
text-decoration:none;
}

a.email:link	   { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.email:active  { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.email:visited { color : #FFFFFF; text-decoration : none; font-size : 12px; } 
a.email:hover   { color : #e9e6e6; text-decoration : none; font-size : 12px; }

.detail {

	font-size:11px;
	font-family:Trebuchet MS;
	color:#666666;
	
	}
	
	.clear { clear: both; height: 5px; font-size: 1px; }


