@charset "UTF-8";

img {
    border: 0;
}
a:focus {
	outline: none;
}
.logo {
	width: 48.4em;
	height: 5em;
}

/* menu */

  ul#navigatie {
	list-style     : none;
	margin         : 0;
	padding        : 1em 0 0 0;
	width          : 48.4em;
	height		   : 2.5em;
  } 
  
  #navigatie li {
	background     : #FFF;
	padding        : 0;
	margin		   : 0;
	float          : left;
  }
  
   #navigatie li#een {
	width	       : 7.1em;
  }
  #navigatie li#twee {
	width	       : 10.0em;
  }
  #navigatie li#drie {
	width	       : 9.1em;
  }
  #navigatie li#vier {
	width	       : 9.7em;
  }
  #navigatie li#vijf {
	width	       : 8.3em;
  }
  #navigatie li#zes {
	width	       : 4.1em;
	text-align     : right;
  }  
  #navigatie li a {
	display        : inline block;
	text-decoration: none;
	color          : #666;
	font-family    : "Lucida Grande", "Univers 55", Arial, Helvetica, sans-serif;
	font-size      : 80%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: solid 1px #FFF;
  }  
  #navigatie a:hover {
	color: #CC9900;
	border-bottom: solid 1px #C90;
  }  
  

/* koldrie */

#content #koldrie img {
    width: 16.13em;
	height: 17.2em;
}
#koldrie h1, #koldrie p {    
	padding: 0 0.5em;
}
#koldrie h1 {    
	margin-top: 1em;
}
p.afb {
	font-size: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 0.4em;
}

/* anker */

p.anker {
	text-align: center;
	padding: 1em 0 0 0;
}
p.anker a {
	color: #CCC;
	text-decoration: underline;
}
p.anker a:hover {
	color: #666;
	text-decoration: underline;
}

/* voet */

p#divn {
    float: left;
}
p#ww {
    float: right;
}p#divn a {
	text-decoration: none;
}
p#ww a {
    color: #CCC;
	text-decoration: none;
}
p#ww a:hover {
    color: #666;
}

/* opsomming contact */

ul#contact {   
	list-style: none;
	margin: 9.2em 0 0 0;
}
ul#actueel {   
	list-style: none;
	margin: 5.9em 0 0 0;
}
ul#contact li, ul#actueel li {
	font-family: "Lucida Grande", "Univers 55", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}


