/* ################################################################
 * # reset
 * ################################################################ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

*:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}

img a {
    border: none;
}

/* ################################################################
 * # globals
 * ################################################################ */
 
body {
    background-color: #797375;
    font-family: Georgia,"Times New Roman",Times,serif;
    background-image: url('/images/bg-body.gif');
    background-repeat: repeat;
    font-size: 75%;
}

html>body {
    font-size: 12px;
    line-height: 1.5em;
}

em {
    font-style: italic;    
}

p {
    font-size: 125%;
    line-height: 1.5em;
}

h1 {
    color: #942c21;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
}

h1 a:link, 
h1 a:visited, 
h1 a:hover, 
h1 a:active {
    color: #942c21;
    text-decoration: none;
}

h2 {
    color: #942c21;
    font-size: 1.333em;
    line-height: 1.125em;
    margin-bottom: 1em;
}

h3 { 
    color: #942c21;
    font-size: 1.167em;
    line-height: 1.286em;
    margin-bottom: 1em;
}

.font-smaller {
    font-size: 75%;
}

.hr-double {
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  height: 18px;
  background-position: center center;
  background-image: url('/images/pix-grey.gif');
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.hr {
  overflow: hidden;
  display: inline-block;
  display: inline;
  float: left;
  height: 18px;
  background-position: center center;
  background-image: url('/images/pix-grey.gif');
  background-repeat: repeat-x;
  width: 100%;
}

.spacer {
    overflow: hidden;
    display: inline-block;
    display: block;
    float: left;
    height: 16px;
    width: 100%;
}
.spacer {
    display: block;
}

.clear {
    overflow: hidden;
    display: inline-block;
    display: block;
    float: left;
    width: 100%;
}
.clear {
    display: block;
}

.cleardiv {
    overflow: hidden;
    display: inline-block;
    display: block;
    float: left;
    width: 100%;
    height: 18px;
}
.cleardiv {
    display: block;
}

.hidden {
    display: none;
}

a:link, 
a:visited, 
a:hover, 
a:active {
    color: #942c21;
}

/* ################################################################
 * # main divs
 * ################################################################ */

#outer {
    width: 980px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    min-height: 100%;
    height: auto;
    height: 100%;
    display: block;
}

#container {
  overflow: hidden;
  display: inline-block;
  background-repeat: repeat-y;
  width: 100%;
  min-height: 100%;
  height: auto;
  height: 100%;
}

/* ################################################################
 * # header
 * ################################################################ */
 
#header {
    overflow: hidden;
    display: inline-block;
    background-position: 0 0;
    background-image: url('/images/bg-header.gif');
    background-repeat: no-repeat;
    width: 980px;
    height: 94px;
}

#header #logo {
    display: inline;
    position: relative;
    float: left;
    width: 314px;
    height: 77px;
    margin-top: 9px;
    margin-left: 17px;
}

#header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 314px;
    height: 77px;
}

#header #logo span.title {
    display: none;
}

/* ################################################################
 * # content
 * ################################################################ */

#content-top {
    display: inline;
    float: left;
    width: 980px;
    height: 21px;
    margin-top: 15px;
    background-image: url('/images/content-top.gif');
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
}

#content-top-color {
    display: inline;
    float: left;
    width: 980px;
    height: 50px;
    margin-top: 15px;
    background-image: url('/images/content-top-color.gif');
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
}

#content-top-color h1 {
	font-weight: bold;
	padding: 20px 0px 0px 30px;
}

#content {
    display: inline;
    float: left;
    width: 980px;
    background-color: #FFFFFF;
    background-image: url('/images/content.gif');
    background-repeat: repeat-y;
    clear: both;
    font-size: 95%;
}

#content-bottom {
    display: inline;
    float: left;
    width: 980px;
    height: 21px;
    margin-bottom: 18px;
    background-image: url('/images/content-bottom.gif');
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
}


#content ul {
    display: block;
    float: left;
    width: 97%;
    font-size: 120%;
    margin-bottom: 1.5em;
}

#content li {
    float: left;
    width: 97%;  
    background-image: url('/images/bullet-black.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px;
}

#content li a {
    text-decoration: none;    
}

#content li a:hover {
    text-decoration: underline;    
}

/* ################################################################
 * # cells
 * ################################################################ */

.cell-20 {
    display: inline;  
    float: left;
    width: 180px; /* 196 - 8 - 8 */
    padding-left: 8px; 
    padding-right: 8px;
    overflow: hidden;
}

.cell-25 {
    display: inline;  
    float: left;
    width: 224px; /* 240 - 8 - 8 */
    padding-left: 8px;
    padding-right: 8px;
}

.cell-50 {
    display: inline;
    float: left;
    width: 464px; /* 480 - 8 - 8 */
    padding-left: 8px;
    padding-right: 8px;
}

.cell-33 {
    display: inline;
    float: left;
    width: 304px; /* 320 - 8 - 8 */
    padding-left: 8px;
    padding-right: 8px;    
}

.cell-75 {
    display: inline;
    float: left;
    width: 704px;  /* 720 - 8 -8 */
    padding-left: 8px;
    padding-right: 8px;
}

.cell-100 {
    display: inline;
    float: left;
    width: 940px;   /* 980 - 20 - 20 */
    padding-left: 20px;
    padding-right: 20px;
} 

/* home */

.cell-home {
    display: inline;
    float: left; 
    width: 940px;
    background-image: url('/images/bg-home.gif');
    background-repeat: repeat-y;
    background-position: center center;
}

.cell-home-left {
    display: inline;   
    float: left;
    width: 319px; /* 339px - 10 - 10 */
    padding-left: 10px;
    padding-right: 10px;
}

.cell-home-mid {
    display: inline;
    float: left;
    width: 242px; /* 262 - 10 - 10 */
    padding-left: 10px;
    padding-right: 10px;
}

.cell-home-right {
    display: inline;
    float: right;
    width: 319px; /* 339 - 10 - 10 */
    padding-left: 10px;
    padding-right: 10px;
}

/* content */

.cell-content {
    display: inline;
    float: left; 
    width: 940px; /* 980 - 20 - 20 */
	padding-left: 20px;
    padding-right: 20px;
    background-image: url('/images/bg-content-two.gif');
    background-repeat: repeat-y;
    background-position: center center;
}

.cell-content-left {
    display: inline;   
    float: left;
    width: 662px; /* 682px - 10 - 10 */
	padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
}

.cell-content-left-left {
    display: inline;   
    float: left;
    width: 321px; /* 341px - 10 - 10 */
	padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
}

.cell-content-left-right {
    display: inline;   
    float: left;
    width: 321px; /* 341px - 10 - 10 */
	padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
}

.cell-content-right {
    display: inline;
    float: left;
    width: 238px; /* 258 - 10 - 10 */
    padding-left: 10px;
    padding-right: 10px;
}

.cell-content-right-logo {
	width: 238px;
	height: 246px;
	background-image: url('/images/administratiekantoor-valk-logo.gif');
    background-repeat: repeat-y;
    background-position: 20px; center;
	margin-bottom: 20px;
}


.cell-hide {
    display: none;    
}

/* ################################################################
 * # home
 * ################################################################ */

.banner-home {
    display: inline;
    float: left;
    width: 940px;
    height: 270px;
    background-image: url('/images/banner-home-01.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 38px;
}

/* ############################################################################
 * # google_map
 * ############################################################################ */
 
#little_map {
  display: block;
  width: 320px;
  height: 241px;
  margin-bottom: 18px;
  border: 1px solid #adabab;
}

/* ################################################################
 * # partners
 * ################################################################ */

#partners {
	display: inline;
	float: left;
	width: 940px;
}

.partners-header {
	display: inline;
	float: left;
	text-align: center;
	font-size: 110%;
	color: #adabab;
	width: 940px;
	padding: 10px 4px 10px 4px;
}

.partners-logo {
    display: inline;
    float: left;
	text-align: center;
    width: 940px;
}

.partners-logo img {
	padding-left: 15px;
	padding-right: 15px;
}

.partners-logo a {
}  

.partners-logo a:hover {
}

/* ################################################################
 * # bottom
 * ################################################################ */
 
#bottom  {
    display: inline;
    float: left;
    width: 980px;
    background-image: url('/images/bg-bottom-top.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#bottom-top {
    display: inline;
    float: left;
    color: #000000;
    width: 980px;
    height: 33px;
    padding-top: 8px;
}

#bottom-top ul { 
    overflow: hidden;
}

#bottom-top ul li {
	display: inline;
	float: left;
    margin: 0px 4px 0px 4px;
    font-size: 110%;
    color: #000000;
    background-image: url('/images/bullet-none.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px;
    
}

#bottom-top ul li.first {
	display: inline;
	float: left;
    margin: 0px 4px 0px -10px;
    font-size: 110%;
    color: #FF0000;      
}

#bottom-top ul li a {
    color: #000000;
    text-decoration: none;
}

#bottom-top ul li.first a:hover { 
    text-decoration: none;
}

#bottom-top ul li a:hover { 
    text-decoration: none;
}

#bottom-mid {
    display: inline;
    float: left;
    width: 980px;
    color: #FFFFFF;
    padding-bottom: 8px;
}

#bottom-mid h1 {
    font-size: 115%;
    color: #FFFFFF;
}

#bottom-mid .header {
    width: 180px;
    font-size: 95%;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 8px;
    
}

#bottom-mid p {
    font-size: 100%;
}

#bottom-mid p a {
    font-size: 85%;
}

#bottom-mid a:link, 
#bottom-mid a:visited {
    color: #ffffff;
    text-decoration: none;
}

#bottom-mid a:hover, 
#bottom-mid a:active {
    color: #ffffff;
    text-decoration: underline;
}

#bottom-mid ul { 
    overflow: hidden;
}

#bottom-mid ul li {
    font-size: 90%;
    width: 180px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px;   
}

#bottom-mid ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#bottom-mid ul li a:hover { 
    text-decoration: underline;
}

#bottom-bottom {
    font-size: 90%;
    display: inline;
    float: left;
    text-align: center;
    color: #FFFFFF;
    width: 980px;
    height: 33px;
    background-image: url('/images/bg-bottom-bottom.gif'); 
    background-repeat: no-repeat;
    padding-top: 8px;
}

#bottom-bottom ul { 
    display: inline-block;
    overflow: hidden;
}

#bottom-bottom ul li {
	display: inline;
    margin: 0px 4px 0px 4px;
    font-size: 110%;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 18px;
    
}

#bottom-bottom ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#bottom-bottom ul li a:hover { 
    text-decoration: underline;
}

/* ################################################################
 * # footer
 * ################################################################ */

#footer {
    display: inline;
    float: left;  
    width: 980px;
    padding: 10px 18px 18px 18px;
    font-size: 90%;
    color: #c2b4b8;
    text-align: center;    
}

#footer a:link, 
#footer a:visited {
    color: #c2b4b8;
    text-decoration: none;
}

#footer a:hover, 
#footer a:active {
    color: #c2b4b8;
    text-decoration: underline;
}

/* ################################################################
 * # topnav
 * ################################################################ */

#topnav {
    display: inline;
    float: left;
    width: 980px;
    height: 49px; 
}

#topnav ul { 
    float: right;
    overflow: hidden;
    margin-right: 20px;
    padding-top: 15px;
}

#topnav ul li { 
    display: inline;
    padding: 2px 7px 2px 7px;
    font-size: 110%;
    color: #000000;
}

#topnav ul li a {
    color: #000000;
    text-decoration: none;
}

#topnav ul li a:hover { 
    text-decoration: underline;
}

/* ################################################################
 * # menu
 * ################################################################ */
 
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */

#menu {
	display: inline;
	float: left;
	background-position: 0 0;
	background-image: url('/images/bg-header.gif');
	background-repeat: no-repeat;
	width: 980px;
	height: 94px;
	z-index: 2;
}

.clearb { 
	clear: both; 
}

#menuwrapper { 
	display: inline;
	float: right;
	margin-right: 20px;	
	margin-top: 64px;
	z-index: 2;
}

/* sub */

#primary-nav li li { 
	width: 204px;	
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: absolute; 
	font-weight: normal;
	background-color: #ce5d52;
	z-index: 2;
}

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
}

#primary-nav ul ul { 
	margin-top: 1px;
	margin-left: -1px;
	left: 100%; 
	top: 0px; 
}

/* main */

#primary-nav li {
	width: 204px;
	margin-left: -1px;
	float: left; 
	font-size: 95%;
	font-weight: bold;
	white-space: nowrap;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 0px;
	padding: 5px 20px;
	height: 20px;
	text-decoration: none; 
	color: #FFFFFF;
}

/* styling on main */
#primary-nav li a {
	background-position: 0 0;
	background-image: url('/images/main-button.gif');
	background-repeat: no-repeat;
}

/* styling on sub */
#primary-nav li li a {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-position: 0 0;
	background-image: url('/images/pix-blank.gif');
	background-repeat: repeat-x;
}

#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
	background-position: center right; 
	background-repeat: no-repeat;
}

/* main rollover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-position: 0 0;
	background-image: url('/images/main-button-gradient.gif');
	background-repeat: repeat-x;
}

/* sub rollover */
#primary-nav li li:hover, 
#primary-nav li li.menuh, 
#primary-nav li li.menuparenth, 
#primary-nav li li.menuactiveh {
	background-position: 0 0;
	/* background-image: url('/images/main-button-gradient.gif'); */
	background-image: none;
	background-repeat: repeat-x;
	background-color: #e6aea8;
}

/* add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
	display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
	display: block; 
}

/* IE hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
}

#primary-nav li li a { 
	height: 1%; 
}

/* End of 'Navigation: CSSMenu - Horizontal' */

