/*** algemeen ***/
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-family: Verdana;
  font-size: 100%;
}

#wrapper
{
width: 960px;
position: relative;
margin: 0 auto;
/*display: table-cell;*/
/*background-image: url(gfx/wrapper_bg.gif);
background-repeat: repeat-y;
background-color: #f5f5f5;*/
/*height: auto;*/
min-height: 100%;
}
* html #wrapper {
height: 100%;
}

#container
{
margin-left: 8px;
width: 944px;
}

#header
{
margin: 0;
padding: 0;
width: 944px;
height: 117px;
background-image: url(gfx/header_bg.gif);
background-repeat: repeat-x;
background-color: #9e9e9e;
display: block;
float: left;
}

#logo
{
float: left;
}

#rootmenu
{
position: absolute;
top: 10;
right: 0%;
margin-top: 4px;
margin-right: 16px;
}

#rootmenu ul
{
margin: 0;
padding: 0;
list-style: none;
}

#rootmenu ul li
{
float: left;
color: #d3b2b2;
font-size: 7pt;
}

#rootmenu ul li a
{
text-decoration: none;
font-size: 7pt;
margin-left: 4px;
margin-right: 4px;
}

#rootmenu ul li a:link, #rootmenu ul li a:visited 
{
color: #d3b2b2;
}

#rootmenu ul li a:hover, #rootmenu ul li a:active 
{
color: #FFF;
}


#breadcrumbs
{
text-align: right;
position: absolute;
top: 10;
right: 0%;
margin-top: 90px;
margin-right: 21px;
font-size: 7pt;
color: #5f5f5f;
overflow: hidden;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
color: #5f5f5f;
}


#breadcrumbs a:hover, #breadcrumbs a:active{
color: #FFF;
}

#menu {
margin: 0;
width: 100%;
height: 56px;
background-image: url(gfx/menu_bg.gif);
background-repeat: repeat-x;
float: left;
position: relative;
}

#menu ul
{
margin: 0;
padding: 0;
list-style: none;
float: left;
width: 100%;
height: 28px;
}

#menu ul li
{
float: left;
}

.topmenu
{
float: left;
}

.topmenu .li-first
{
margin-left: 24px;
border-left: solid 1px #383838;
}

.topmenu li a
{
font-weight: bold;
font-size: 8pt;
text-decoration: none;
height: 22px;
display: block;
padding-top: 6px;
padding-left: 14px;
padding-right: 14px;
border-left: solid 1px #7c7c7c;
border-right: solid 1px #383838;
width: 1%;
white-space: nowrap;
}

.topmenu li > a
{
width: auto;
}

.topmenu li a:link, .topmenu li a:visited
{
color: #FFF;
}

.topmenu li a:hover, .topmenu li a:active
{
color: #333333;
background-image: url(gfx/menuitem_bg.gif);
background-repeat: repeat-x;
border-left: 0;
padding-left: 15px;
}

.topmenu li a.current
{
color: #333333;
background-image: url(gfx/menuitem_bg.gif);
background-repeat: repeat-x;
border-left: 0;
padding-left: 15px;
}

.topmenu li a.current span
{
color: #333333;
}

.submenu
{
font-weight: normal;
font-size: 9pt;
float: left;
left: 0;

}

.submenu li
{
float: left;
margin-top: 6px;
padding-left: 18px;
padding-right: 18px;
border-left: solid 1px #363636;
}

.submenu li.li-first
{
margin-left: 24px;
border-left: 0;
}

.submenu li a
{
font-size: 8pt;
text-decoration: none;
font-weight: bold;
color: #363636;
}

.submenu li a:link, .submenu li a:visited 
{

}

.submenu li a:hover, .submenu li a:active 
{
color: #8c3535;
}

.submenu li a.current
{
color: #8c3535;
}

#nextlevel {
}

#content
{
/*display: table-cell;
height: 100%;*/
float: left;
background-image: url(gfx/wrapper_bg.gif);
background-repeat: repeat-y;
background-color: #f5f5f5;
position: relative;
left: -8px;
width: 960px;
}

#content_left
{
float: left;
width: 733px;
background: url(gfx/content_left_bg.gif) 0 0 repeat-x;
margin-left: 8px;
display: inline;
}

/*** div tekst ***/
#tekst {
margin-top: 30px;
margin-right: 30px;
margin-left: 30px;
font-size: 70%;
position: relative;

}

#tekst h1
{
font-family: Times;
color: #8c3535;
font-size: 180%;
margin-bottom: 1em;
}

#tekst h2
{
margin-bottom: 1em;
font-family: Times;
color: #8c3535;
font-size: 160%;
}

#tekst h3
{
margin-bottom: 1em;
font-family: Times;
color: #8c3535;
font-size: 140%;
}

#tekst #datum
{
position: absolute;
left: 0;
margin-top: 2em;
}

#tekst table {
}

#tekst p
{
margin-top: 0px;
margin-bottom: 0px;
}

.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;
}

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;
}

/*** 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;
}


#content_right
{
width: 211px;
float: left;
border-top: solid 1px #7b7b7b;
padding-left: 0px;
}

#content_right #sidebar
{
border-top: solid 22px #2e2e2e;
}

#content_right #sidebar_title
{
width: 211px; 

display: block;
background-color: #2e2e2e;
border-bottom: solid 17px #626363;
padding: 0;
margin: 0;

}

#content_right #sidebar_title h1
{
color: #FFF;
font-family: Times;
font-size: 18pt;
margin: 0;
margin-bottom: -5px;
margin-left: 14px; 
padding: 0;
}

#content_right .newsitem
{
margin-left: 14px; 
margin-top: 2em;
width: 180px;
font-size: 70%;
color: #FFF;
position: relative;
float: left;
}

#content_right .newsitem h2
{
font-size: 100%;
margin-top: 16px;
margin-bottom: -1em;

}

#content_right .newsitem h2 .date
{
font-weight: normal;
margin-bottom: 0px;
position: absolute;
top: 0;
}

#content_right .newsitem a:link, #content_right .newsitem a:visited 
{
color: #FFF;
font-weight: bold;
}

#content_right .newsitem a:hover, #content_right .newsitem a:active 
{
color: #626363;
font-weight: bold;
}

#footer
{
width: 960px;
height: 39px;
float: left;
display: block;
background-image: url(gfx/footer_bg.gif);
background-repeat: no-repeat;
background-color: #f5f5f5;
 
}
