/*** algemeen ***/
html
{
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #067655 url(gfx/body_bg.gif) repeat-x;
	position: relative;
}

#wrapper
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: #eee;
	background: url(gfx/wrapper_bg.gif) repeat-y;
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;

}

#container_bg
{
float: left;
height: 100%;
min-height: 100%;
background: url(gfx/wrapper_bg.gif) repeat-y;
}


#container {
	position: relative;
	width: 980px;
	float: left;
	background-color: #eee;
	background: url(gfx/container_bg.gif) no-repeat;
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
}


#header 
{
height: 201px;

}

#header_img
{
position: absolute;
top: 0;
left: 15px;
}

#logo
{
position: absolute;
top: 12px;
right: 16px;
z-index: 2;
}

#menu_container
{
position: absolute;
top: 87px;
right: 14px;
width: 602px;
height: 32px;
background: url(gfx/menu_bg.gif) repeat-x;
z-index: 1;
}

#menu
{
float: right;
position: relative;
}

#menu ul 
{
margin: 0;
padding: 0;
list-style: none;

}

.topmenu
{
}

.topmenu li
{
float: left;
display: block;
width: 2%;
}

.topmenu > li
{
width: auto;
}

#menu ul li a
{
text-decoration: none;
line-height: 1.2em;
display: block;
font-size: 9pt;
white-space: nowrap;
background-image: url(gfx/menu_li_bg.gif);
background-position: 100% 8px;
background-repeat: no-repeat;
}

#menu ul li.li-last a
{
background: none;
}

.topmenu li a
{
padding-top: 12px;
padding-left: 14px;
padding-right: 16px;
height: 20px;
display: block;
color: #000;
}

.topmenu li a:hover, .topmenu li a:active, .topmenu li a.current
{
color: #067655;
}

#menu ul ul li a
{
background-image: none;
background-color: #FFF;
font-size: 8pt;
}


#menu ul li ul
{
display: none;
}

.submenu
{
position: absolute;
background: #FFF;
display: block;
width: 140px;
}

.submenu li
{
width: 140px;
border-top: solid 1px #b4b3b3;
}

.topmenu a .submenu li
{
display: block;
height: 10px;
}

.submenu li.li-last
{
border-bottom: solid 1px #b4b3b3;
}

.submenu li a
{
padding: 0;
margin: 0;
padding-top: 4px;
padding-left: 14px;
padding-right: 6px;
height: 16px;
display: block;
width: 120px;
color: #000;

}

#menu ul ul li a:hover, #menu ul ul li a:active, #menu ul ul li a.current
{
color: #000;
background-color: #bfd0c9;
}

#menu ul ul ul
{
border-left: solid 1px #b4b3b3;
}

#page_bar
{
	float: left;
	width: 349px;
	min-height: 400px;
	background: url(gfx/page_bar_bg.gif) no-repeat;
	margin-left: 15px;
	position: relative;
}

* html #page_bar
{
margin-left: 8px;

}

#page_bar #search
{
position: absolute;
width: 350px;
height: 84px;
top: 35px;
left: 19px;
}

#page_bar #search input
{
font-size: 8pt;
}

#page_bar #search input#Text1
{
width: 152px;
margin-right: 9px;
}


#page_bar #search input.button
{
border: 0;
background: url(gfx/btn_zoek.gif) 0 1px no-repeat;
width: 37px;
height: 21px;
cursor: pointer;
}

#page_bar_items
{
float: left;
width: 348px;
position: relative;
margin: 0;
margin-top: 90px;
}

#page_bar_items_bg
{
float: left;
width: 348px;
background: url(gfx/page_bar_items_bg1.gif) repeat-y;
margin: 0;
padding: 0;
}

#page_bar_items h1
{
font-size: 9pt;
font-weight: bold;
color: #04543c;
background: url(gfx/page_bar_h1_bg.gif) 18px 2px no-repeat;
margin: 0;
margin-bottom: 6px;
padding: 0;
padding-left: 34px;

}

#page_bar_items ul
{
margin: 0;
padding: 0;
list-style: none;
padding-right: 10px;
float: left;
}

#page_bar_items ul#item_wide
{
width: 310px;
}

#page_bar_items ul#item_wide li
{
width: 300px;
}

#page_bar_items ul li
{
padding-top: 2px;
padding-bottom: 2px;
float: left;
}

* html #page_bar_items ul li
{
padding-top: 4px;
padding-bottom: 4px;
}


#page_bar_items ul li a
{
text-decoration: none;
color: #393a3a;
font-size: 8pt;
background: url(gfx/page_bar_items_bg.gif) 18px 4px no-repeat;
padding-left: 34px;
float: left;
width: 300px;
}

html>/**/body #page_bar_items ul li a
{
height: 20px;
} 

#page_bar_items ul li a:hover, #page_bar_items ul li a:active
{
color: #04543c;
}

#page_bar_news
{

position: relative;
float: left;
width: 333px;
padding-bottom: 2px;

}

#page_bar_news h1
{
font-size: 9pt;
font-weight: bold;
color: #04543c;
background: url(gfx/page_bar_newsitem_h1_bg.gif) 100% 0 no-repeat;
margin: 0;
margin-bottom: 6px;
margin-top: -6px;
padding: 0;
padding-top: 4px;
padding-left: 34px;
width: 315px;
}

* html #page_bar_news h1
{
margin-top: 0;
background: url(gfx/tekst_h1_bg.gif) 17px 5px no-repeat;
}

#page_bar_news .newsitem .newstitle, #page_bar_news a, #page_bar_news .newsitem
{
font-size: 8pt;
margin: 0;
padding: 0;
cursor: pointer;
color: #1d1d1d;
font-weight: normal;
margin-bottom: 2px;
width: 324px;
float: left;
}

#page_bar_news h2
{
line-height: 2em;
position: relative;
float: left;
}

#page_bar_news .newsitem
{
background: url(gfx/news_item_bg.gif) repeat-x;
padding-top: 4px;
padding-left: 9px;
}

#page_bar_news .newsitem .date
{
display: none;
}

#page_bar_news #news .date, #news p {
  display: none; /* datum en inleiding van nieuwsitem niet tonen */
}

#page_bar_news .newsitem i
{
color: #ff0000;
font-style: normal;
}

#sidebar_rss
{
float: left;
}

.rssitem
{
float: left;
display: block;
background: url(gfx/news_item_bg.gif) repeat-x;
padding-top: 4px;
padding-left: 9px;
}

.rsstitle
{
font-size: 8pt;
margin: 0;
padding: 0;
cursor: pointer;
color: #1d1d1d;
font-weight: normal;
margin-bottom: 2px;
float: left;
background: url(gfx/page_bar_items_bg.gif) 10px 8px no-repeat;
padding-left: 24px;
width: 314px;
}

.rsstitle:hover
{
color: #04543c;
}

#content 
{
	position: relative;
	float: left;
	width: 581px;
	padding: 10px;
	background: url(gfx/content_bg.gif) repeat-x;
}

#ticker
{
position: absolute;
top: 0;
right: 0;
width: 228px;
height: 24px;
background: url(gfx/ticker_bg.gif) no-repeat;
}

#tickertext
{
margin-top: 5px;
margin-left: 90px;
color: #FFF;
font-size: 8pt;
font-weight: bold;
}

#tickertext .down
{
color: red;
}

#tickertext .up
{
color: green;
}

/*** div tekst ***/
#tekst 
{
float: left;
width: 560px;
margin-top: 34px;
margin-left: 5px;
font-size: 75%;
color: #4b4b4b;
}

#tekst table {
}

#tekst p
{
padding-top: 0;
margin-top: 0;
line-height: 1.25em;
}

#tekst h1
{
font-size: 125%;
font-weight: bold;
color: #04543c;
background: url(gfx/tekst_h1_bg.gif) 0 3px no-repeat;
margin: 0;
margin-bottom: 0px;
padding: 0;
padding-left: 20px
}

#tekst h2
{
font-size: 115%;
}

#tekst h3
{
font-size: 100%;
}

#tekst a
{
color: #15775d;
text-decoration: none;
}

#tekst a:hover, #tekst a:active
{
text-decoration: underline;
}

#tekst #datum, #tekst .more
{
display: none;
}

#tekst ul
{
margin: 0;
padding: 6px;
padding-left: 20px;
margin-bottom: 20px;
background: #efefef;
}

#tekst ul li
{
color: #000;
font-size: 130%;
}

.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

#tekst form {
  padding: 10px;
  padding-bottom: 30px;
  border: solid 1px #7e7e7e;
  background: #efefef;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

input, textarea
{
border: solid 1px #7e7e7e;
}

/*** newsletters/news ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
  cursor: pointer;
}

#tekst .button
{
color: #FFF;
background: #15775d;
}

#footer
{
border-top: solid 1px #dfe0e0;
padding-top: 4px;
width: 560px;
margin-top: 34px;
margin-left: 5px;
font-size: 70%;
color: #4b4b4b;
text-align: center;
float: left;
}

#footer a
{
text-decoration: none;
color: #4b4b4b;
}

#tekst ul
{
margin-top: 5px;
margin-bottom: 5px;
background: #efefef;
list-style-image: url(gfx/ul_ie.gif);
padding-left: 20px;
margin: 0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
}

