body  
{
  margin:0;
  padding:0;
  background-color:#fafafb;
  background-image: url('/images/bg.gif');
  background-repeat:repeat-x;  
  font-family: 'Century Gothic';
  font-size: 12px;

}

#maincontainer
{
  width: 982px;
  margin: 0 auto;
  margin-top: 10px;
  font-family: 'Century Gothic';`
  font-size: 12px;
  background-image: url('/images/border_content_bg.gif');
  background-repeat:repeat-y;
}

#maincontainer #body-home  
{
  font-family:'Century Gothic';
  background-image: url('/images/border_content_bg.gif');
  background-repeat:repeat-y;
}
#maincontainer #body-standard  
{
  margin-top: 30px;
  font-family:'Century Gothic';
  background-image: url('/images/border_content2_bg.gif');
  background-repeat:repeat-y;
}

/*========================================*/
/* Navigatie menu                         */
/*========================================*/
#menucontainer{
  position:relative;
  width: 980px;
  margin-left:1px;
  height:33px;
  background:#282445;
  z-index:99990;
}

div.nav_shadow{
  width: 980px;
  height:6px;
  margin-left:1px;
  background-image: url('/images/menu_shadow.gif');
  background-repeat:repeat-x;
}
div.breadcrumb
{
  float: left;
  height: 32px;
  width: 980px;   
  padding: 0px;
  margin-left: 10px;
} 
div.breadcrumb a, div.breadcrumb a:visited{
  color:#282445;
  text-decoration:none;
}
div.breadcrumb a:hover{
  color:#282445;
  text-decoration:underline;
}

div#header
{
  height:200px;
  background-image: url('/images/header_bg.gif');
  background-repeat:no-repeat;
  background-color: white;
  color:white;
  border:1px;
}

div#header #headerlogo{
    float: left;
    width:170px; 
    height:154px;
    margin-left:25px;
    margin-top:25px;
}

div#header p#slogan
{
  float: right;
  font-weight:bold;                    
  color: #fff;
  position: relative;
  margin-top:160px;
  right:20px;
  padding: 0px;
  font-size:18px;
}

#header a,#header a img{
  border: none;
} 

#header h1
{
  text-align:center;
  font-weight:bold;
  font-style: italic;
  margin-top: 25px;
  font-size: 20px;
  }

/*========================================*/
/* Homepage                               */
/*========================================*/
div#slideshow 
{
    z-index:999;
  margin-top:20px;
  margin-left:1px;
  padding: 0px 0px 30px;
  position:relative;
  color: #000;
  height: 260px;
}

div#slideshow div
{
  width:400px;
  height:60px;
  margin:-130px 50px;
  background-color:#ffffff;
  border:1px solid black;
  z-index:1;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;  
}

div#slideshow li
{
  height: 260px;
  position:absolute;
  top:20;
  left:20;
}

div#slideshow h3,
div#slideshow p,
div#slideshow ul li ul {
  padding:8px 24px;
}

div#slideshow a
{
  color: #fff;
}

div#slideshow ul li ul li
{
  height:auto;
  background: none transparent;
  position:relative;
  padding: 3px 0px 3px 18px;
  background: url("/images/li_white_bg.gif") no-repeat left 5px transparent;
  line-height: 1em;  
}

div#slideshow h3 
{
  font-size: 24px;
}

div#slideshow ul#slidePager
{
  position: absolute;
  bottom: 35px;
  left:15px;
}

div#slideshow ul#slidePager li
{
  display:inline;
  position: relative;
  background: none transparent;
  float:left;
  height: auto;
  padding-right: 5px;
    z-index:1;
}

div#slideshow ul#slidePager li a
{
  display:block;
  height: 15px;
  width:15px;
  background-color: #eee;
  text-indent:-9999em;
}

div#slideshow ul#slidePager li a.selected
{
  background-color: #282445;
}

/*========================================*/
/* Nieuws pagina's                        */
/*========================================*/
div#frontpage_news{
  position: relative;
  float:left;
  width: 440px;
  height:260px;
  margin-top:-290px;
  margin-left:500px;
  padding: 0px 20px;
  font-size:12px;
  border-top:1px solid #cdcdcd;
  background-color: #efefef;  
  z-index: 999;
}
.frontpage_newstitle{
  color:#282445;
  font-weight:bold; 
  font-size:18px;
  padding-top:5px;
  padding-bottom:10px;
}

.frontpage_newsheader{
  color:#282445;
  font-weight:bold;
}

.newspage_headline a,.newspage_headline a:visited{
  color:#282445;
  text-decoration:none;
  font-weight:bold;
}
.newspage_headline a:hover{
  text-decoration:underline;
  font-weight:bold;
}
.newspage_introduction{
 font-size:12px;
}
.newspage_introduction a,.newspage_introduction a:visited{
  color:#282445;
  text-decoration:none;
}
.newspage_introduction a:hover{
  text-decoration:underline;
}
.greyLine
{
    background-image:url(/images/stiplijn_grijs.gif);
    background-repeat:repeat-x;
    height:1px;
}
div#frontpage_news a,a:visited{
  color:#1d1b79;
  text-decoration:underline;
}
div#frontpage_news a:hover{
  text-decoration:none;
}

div.feature
{
  float:left;
  width: 301px;
  height: 352px;
  background-image:url('/images/column_body.png');
  background-repeat:no-repeat;
  margin: 13px;
}
div.feature div.titel{
  color:#ffffff;
  font-weight: bold;
  margin: 10px 0px 0px 16px;
}
div.feature div.content{
  margin: 20px 0px 0px 16px;
}

div.feature h2
{
  font-weight: normal;
  font-size: 18px;
}



/*========================================*/
/* Left content                           */
/*========================================*/
#left-content
{
  float:left;
  width: 200px;
  margin-left:10px;
  margin-bottom: 50px;
}

/*========================================*/
/* Main content                           */
/*========================================*/
#mainContent
{
  width: 680px;
  margin-left:220px;
  margin-bottom: 50px;
}
#mainContent #content h2
{
  font-size: 24px;
  color: #333;
  padding: 0 0 12px 0;
  line-height: 1em;
}

#mainContent #content h3
{
  font-size: 16px;
  color: #333;
  padding: 0 0 12px 0;
}

#mainContent #content p
{
  padding: 0 0 12px 0;
}

#mainContent #content ul
{
  padding: 10px 0px;
}

#mainContent #content ul li
{
  padding: 3px 0px 3px 18px;
  line-height:1.2em;
  background: url("/images/li_bg.gif") no-repeat left 5px transparent;
}


/*========================================*/
/* Contact page                           */
/*========================================*/
#map_canvas {
  height:280px;
  line-height:1.2em;
  width:500px;
} 

/*========================================*/
/* Footer                                 */
/*========================================*/
#footer
{
  height: 15px;
  margin-left:307px;
  margin-right:307px;
  text-align: center;
  font-family:'Century Gothic';
  font-size: 10px;
  color: #3a3c40;
}

.btm_home {
  width: 982px;
  height:41px;
  margin: 0 auto;
  background: url('/images/body_content_btm.gif') 0 100% no-repeat;  
}
.btm_standard{
  width: 982px;
  height:41px;
  margin: 0 auto;
  background: url('/images/body_content_btm2.gif') 0 100% no-repeat;  
}
.clear {font-size: 1px; height: 1px}













































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

