@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
	
#body {
	margin:0px;
	padding:0px;
	}

#wrapper{
width: 828px;
height: 100%;
margin: 0 auto;
background: #FFFFFF;
}

#header {
background-image:url(../images/header.jpg);
width:828px;
height:210px;
float: left;
left:0px;
}

#linksmenu {
background-image:url(../images/links_menu.jpg);
width:111px;
height:32px;
float: left;
left:0px;
}

.home {
background-image:url(../images/home.jpg);
width:67px;
height:32px;
display:block;
float:left;
left:111px;
}

.home:hover {
background-image:url(../images/home_hover.jpg);
width:67px;
height:32px;
display:block;
float:left;
left:111px;
}

.info {
background-image:url(../images/info.jpg);
width:54px;
height:32px;
display:block;
float:left;
left:178px;
}

.info:hover {
background-image:url(../images/info_hover.jpg);
width:54px;
height:32px;
display:block;
float:left;
left:178px;
}

.nieuws {
background-image:url(../images/nieuws.jpg);
width:76px;
height:32px;
display:block;
float:left;
left:242px;
}

.nieuws:hover {
background-image:url(../images/nieuws_hover.jpg);
width:76px;
height:32px;
display:block;
float:left;
left:242px;
}

.team {
background-image:url(../images/team.jpg);
width:64px;
height:32px;
display:block;
float:left;
left:318px;
}

.team:hover {
background-image:url(../images/team_hover.jpg);
width:64px;
height:32px;
display:block;
float:left;
left:318px;
}

.sponsors {
background-image:url(../images/sponsors.jpg);
width:90px;
height:32px;
display:block;
float:left;
left:382px;
}

.sponsors:hover {
background-image:url(../images/sponsors_hover.jpg);
width:90px;
height:32px;
display:block;
float:left;
left:382px;
}

.wedstrijden {
background-image:url(../images/wedstrijden.jpg);
width:110px;
height:32px;
display:block;
float:left;
left:472px;
}

.wedstrijden:hover {
background-image:url(../images/wedstrijden_hover.jpg);
width:110px;
height:32px;
display:block;
float:left;
left:472px;
}

.fotos {
background-image:url(../images/fotos.jpg);
width:67px;
height:32px;
display:block;
float:left;
left:582px;
}

.fotos:hover {
background-image:url(../images/fotos_hover.jpg);
width:67px;
height:32px;
display:block;
float:left;
left:582px;
}

.archief {
background-image:url(../images/archief.jpg);
width:75px;
height:32px;
display:block;
float:left;
left:649px;
}

.archief:hover {
background-image:url(../images/archief_hover.jpg);
width:75px;
height:32px;
display:block;
float:left;
left:649px;
}

#rechtsmenu {
background-image:url(../images/rechts_menu.jpg);
width:114px;
height:32px;
display:block;
float:left;
left:724px;
}

#content {
background-image:url(../images/content.jpg);
width:828px;
height:100%;
float:left;
left:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

#tekst {
float: left;
width:465px;
margin-top:25px;
margin-left:0px;
text-align:justify;
display:inline;
padding-left:30px;
}

#tekst h2{
    border-bottom: 1px solid #d3d3d3;
}

#tekst p.subtitle{
    margin-top: 0;
}

#tekst p{
    margin: 12px 0 12px 0;
}

#tekst ul{
    margin:0 0 12px 0;
    list-style-type:none;
    list-style-position:inside;
}

#blauwebalk {
background-image:url(../images/sidebar.jpg);
width:289px;
/*height:443px;*/
float: right;
margin-right:25px;
display:inline;
color: #ffffff;
}

#footer {
background-image:url(../images/footer.jpg);
width:828px;
height:39px;
float:left;
left:0px;
}


div#tekst p a, div#tekst p a:visited{ color:#0e008c; text-decoration: none; }

:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

:link:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

:link:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

:link:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:underline;
}

h6{font-size:20px; margin:40px 0;}

.subblue{ border-bottom: 1px solid #0e008c; padding-bottom: 4px; font-size: 14px; }


/* menu */
div#navholder{
	height:32px;
	background:url('../images/menu_main.jpg') repeat-x;
}
div#navholder .lft{
	height:32px;
	background: url('../images/links_menu.jpg');
	width:20px;
	float: left;
}
div#navholder .rgt{
	height:32px;
	float:right;
	background: url('../images/rechts_menu.jpg') top right;
	width:20px;
}
ul#nav{  
	height:32px; 
	float: left;
	list-style-type: none; 
	margin-left:5px;
}
ul#nav li { 
	margin:0;
	float: left; 
	line-height: 32px; 
}
ul#nav li.spcr{
	padding:0; 
	margin:0;
}
ul#nav li a{ 
	margin-top:2px;
	color:#000000; 
	text-decoration: none; 
	line-height:28px;  
	font-size:16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	display:block;
	padding: 0 8px 0 8px;
}
ul#nav li a:hover{
	background: #fedc01;
}
.cl{ clear: both !important; }






