html {
  font-size: 10pt;
  font-family: tahoma, verdana, arial;
  overflow-y: scroll;
}

body
{
	margin: 0 auto;
	width: 952px;
 	background-color: #fff;
}
em {
	font-style: italic;
}

div.jfdefaulttext {
	/* display: none;*/
}

a {
  font-family: tahoma;
  text-decoration: none;
  font-size: 10pt;
  color : #026CA8;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

address {
    font-style: normal;
}

.accessibility
{
	display: none;
}

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}

h1 {
  font-weight: bold;
  /* color: #026CA8; */
  color: #4d9cb5;
}


h2 {
  font-weight: bold;
  /* color: #026CA8; */
  color: #4d9cb5;
}

div#container {
  width: 951px;
  height: auto !important;
  height: 600px;
  min-height: 600px;
}

div#header {
	height: 280px;
  	width: 951px;
}

  div#header h1 {
        background: url('../_images/background-grid.gif') no-repeat 0 43px;
		float: left;
		height: 243px;
		display: inline;
		height: 243px;
    	/* width: 832px; */ /* 951 - 119 */
    	width: 237px;
    	padding-left: 119px;
  }
  
  div#jflanguageselection {
    float: left;
    width: 595px;
    height: 243px;
    display: inline;
    background: transparent url('../_images/background-grid.gif') no-repeat -356px 43px;
    padding: 0;
    margin: 0;
  }
  
  div.rawimages {
    float: right;
  }
  
  div.rawimages span a {
    padding-top: 5px;
  }
  
div#menu {
	   background: url('../_images/background-grid.gif') 0 -163px;
	   border-bottom: 1px solid #fff;
       float: left;
       clear: both;
       height: 37px;
       width: 952px;
       overflow: hidden;
}

    div#menu ul {
        height: 37px;
        width: 951px;
    }

    div#menu ul li {
        height: 37px;
        float: left;
        width: 118px;
        border-right: 1px solid #fff;
        
    }
    
    div#menu ul li a {
        /* Remember: this variable is also set in the IE6 stylesheet to fix a bug! */
        background-image: url('../_images/background-menu-a.png');
        
        border-right: 1px solid #fff;
        color: #fff;
        float: left;
        font-weight: bold;
        height: 37px;
        line-height: 37px;
        text-align: center;
        text-decoration: none;
        width: 118px;
    }
    
    div#menu ul li a:hover {
        text-decoration: underline;
    }
    
    div#menu ul li.active a,
    div#menu ul li.mainlevel_active a,
    div#menu ul li a:hover
    {
        /* Remember: this variable is also set in the IE6 stylesheet to fix a bug! */
        background-image: url('../_images/background-menu-a-active.png');
        
        color: #026CA8;
    }
 
#leftcol {
	width: 237px;
	min-height: 169px;
	height: auto !important;
	height: auto;
	float: left;
}

    #leftcol ul#submenu li {
        display: inline;
    }
    
    #leftcol ul#submenu li a {
        background-color: #d4e4e9;
        border-top: 1px solid #fff;
        color: #026CA8;
        display: block;
        font-weight: bold;
        padding: 1em 1em 1em 2em;
        text-decoration: none;
    }
    
    #leftcol ul#submenu li ul li a {
        font-weight: normal;
        padding-left: 2.7em;
    }
    
    #leftcol ul#submenu li a:hover {
        background-color: #E5F0F6;
        text-decoration: underline;
    }
    
    
    #leftcol ul#submenu li.active a,
    #leftcol ul#submenu li.active a:hover {
        background-color: #026CA8;
        color: white;
    }
    
    #leftcol ul#submenu li.active ul li a {
        background-color: #d4e4e9;
        color: #026CA8;
    }
    
    #leftcol ul#submenu li.active ul li a:hover,
    #leftcol ul#submenu li.active ul li.active a {
        background-color: #E5F0F6;
        color: #026CA8;
    }
    
    #leftcol ul#submenu li.active ul li.active a {
      background-color: #b2ced7;
    }
    
    #leftcol #switch {
        margin-top: 15px;
    }
      

#main {
	width: 477px;
	height: auto;
	float: left;
	font-size: 10pt;
}

    div#main #text {
        padding: 40px 20px 50px;
        width: 437px;
        background-color: white;
        color: #636363;
        line-height: 1.4em;
    }
    
    div#main #text ul {
        list-style-image: url('../_images/arrows.jpg');
        margin-left: 20px;
        margin-bottom: 0.6em;
        line-height: 1.4em;
    }
    
    div#main #text ul li {
        margin-bottom: 0.6em;
    }
    
    div.leading h2,
    div#main #text div.componentheading,
    div#main #text h2 {
        margin: 0;
        padding: 0; 
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 0.8em;
        color: #4d9cb5;
        line-height: 20px;
    }
    
    div#main #text h3 {
        color: #4d9cb5;
        font-size: 10pt;
        font-weight: bold;
    }
    
    div#main #text div.article_column h2 {
        font-size: 12pt;
        margin: 0;
        padding: 0;
    }
    
    div#main #text h3 {
        font-weight: bold;
        color: #026CA8;
        margin-bottom: 1em;
    }
    
    
    div#main ul.pagination {
        list-style-type: none;
    }
    div#main ul.pagination li {
        display: inline;
        float: left;
        margin-left: 5px;
    }
    
    /* forms */
    div #main div#text label {
        width: 100px;
        float: left;
        text-align: left;
        margin-right: 0.5em;
        display: block;
    }
    
    div #main div#text input#contact_email_copy {
        float: left;
        border: 0;
    }
    
    div #main div#text label.copy {
        width: 200px;
    }
    
    div #main div#text button.button {
        clear: both;
        background-color: #4d9cb5;
        color: #fff;
        border: 1px solid #4d9cb5;
        font-family: arial;
        font-size: 10pt;
        margin: 10px 0 0 40px;
    }
    
    div #main div#text input,
    div #main div#text textarea {
        border: 1px solid #4d9cb5;
        padding: 2px;
        font-size: 10pt;
        margin-bottom: 4px;
    }

#rightcol {
    width: 237px;
    min-height: 169px;
    height: auto !important;
    height: auto;
    float: left;
    background-color: #fff;
}
	#rightcol #attention {
	    background-color: #026CA8;
	}
	
    #rightcol #latestnews {
        color: #adcbd4;
        margin-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 200px;
    }
    
    #rightcol #latestnews ul li {
        font-size: 10pt;
    }
    
    #rightcol #latestnews a,
    #rightcol #latestnews ul li a {
        color: #fff;
        text-decoration: underline;
    }
    
    #rightcol #latestnews p {
        font-size: 10pt;
    }
    
    #rightcol #latestnews strong,
    #rightcol #latestnews p strong {
        font-weight: normal;
    }
    
    #rightcol #latestnews ul li a:hover {
        text-decoration: underline;
    }
    
    
    #rightcol #latestnews h3 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 10pt;
    }
    
    #rightcol #attention #latestnews div.moduletable td {
        font-size: 10pt;
    }
    
    #rightcol #attention #latestnews div.moduletable strong {
        color: #fff;
    }
    
    #rightcol #attention #latestnews div.moduletable td p {
        text-align: left;
    }        
    
    #rightcol #attention #latestnews div.moduletable table a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
        
    #rightcol #attention #latestnews div.moduletable table a:hover {
        text-decoration: underline;
    }    
    
    #rightcol #realisatie,
    #rightcol #realisatie p {
        color: #026CA8;
        font-size: 10pt;
        margin-top: 4px;
    }
    
    #rightcol #realisatie a {
        font-size: 10pt;
    }
 /* wallpaper */
 div#page table.wallpaper {
    width: 230px;
    line-height: 12px;
  }
  
  div#page table.wallpaper td.wallpaperimage {
    width: 85px;
    text-align: left;
    padding-bottom: 5px;
  }

  div#page table.wallpaper table td.wallpapernormal {
    font-weight: bold;
    width: 70px;
  }
  
  div#page table.wallpaper table td.wallpaperwide {
    font-weight: bold;
    width: 70px;
  }

div.article_row {
    margin: 0;
    padding: 0;
}

/* te koop */
div#main #text ul.forsale {
        list-style-image: none;
        margin-left: 0;
        margin-bottom: 0.6em;
        line-height: 1.4em;
    }
    
div#main #text ul.forsale img {
	 border: 1px solid #397A8C;
     margin-right: 5px;
     padding: 1px;
}


