html {
  font-size: 62.5%;
  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: 11px;
  color : #005C7A;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

.accessibility
{
	display: none;
}

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}

h2 {
  font-weight: bold;
  color: #00535D;
}

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: #005c7a;
    }
 
#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: #005c7a;
        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: #e0ebef;
        text-decoration: underline;
    }
    
    
    #leftcol ul#submenu li.active a,
    #leftcol ul#submenu li.active a:hover {
        background-color: #005c7a;
        color: white;
    }
    
    #leftcol ul#submenu li.active ul li a {
        background-color: #d4e4e9;
        color: #005c7a;
    }
    
    #leftcol ul#submenu li.active ul li a:hover,
    #leftcol ul#submenu li.active ul li.active a {
        background-color: #e0ebef;
        color: #005c7a;
    }
    
    #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: 1.1em;
}

    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#main div#text div.componentheading,
    div#main #text h1 {
        margin: 0;
        padding: 0; 
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 0.8em;
        color: #00535d;
    }
    
    div#main #text h3 {
        font-weight: bold;
        color: #00535d;
        margin-bottom: 1em;
    }
    
    div#main #text div.blog ul li a {
        font-weight: bold;
    }
    
    div#main #text div.blog ul li strong {
        font-weight: normal;
    }

    div#main #text div.blog div.article_row p strong {
        font-weight: normal;
    }

#rightcol {
    width: 237px;
    min-height: 169px;
    height: auto !important;
    height: auto;
    float: left;
    background-color: #fff;
}
	#rightcol #attention {
	    background-color: #005c7a;
	}
	
    #rightcol #latestnews {
        color: #adcbd4;
        margin-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 200px;
    }
    
    #rightcol #latestnews ul li {
        font-size: 1.1em;
    }
    
    #rightcol #latestnews ul li a {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }
    
    #rightcol #latestnews ul li a:hover {
        text-decoration: underline;
    }
    
    
    #rightcol #latestnews h3 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 1.1em;
    }
    
    #rightcol #attention #latestnews div.moduletable td {
        font-size: 1.1em;
    }
    
    #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: #005C7A;
        font-size: 11px;
        margin-top: 4px;
    }
    
    #rightcol #realisatie a {
        font-size: 11px;
    }
 /* 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;
}

div.article_row .article_column {
  float: left;
}

div.article_row .column2 {
  margin-left: 40px;
}

/* 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;
}

#rightcol #attention #latestnews div.moduletable ul li p strong {
        font-weight: normal;
        color: #ADCBD4;
}