/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
position: relative;
font-family: Arial;
font-size: 100%;
background: #312e2e url(gfx/body_bg.gif) repeat-x;
}

#wrapper
{
width: 960px;
margin: 0 auto;
position: relative;
}

#logo
{
float: left;
}

#langmenu
{
float: right;
width: 70px;
}

#langmenu ul
{
list-style: none;
padding: 0;
margin: 0;

}

#langmenu ul li
{
padding: 0;
margin: 0;
float: left;
margin-top: 8px;
margin-left: 8px;
}

#langmenu ul li a img
{
border: 0;
}

#menu 
{
width: 960px;
height: 85px;
}

html>body #menu
{
float: left;
}

#menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#menu > ul
{
float: left;
}

#menu ul li
{
padding: 0;
margin: 0;
float: left;
}

.topmenu 
{
width: 960px;
height: 42px;
position: relative;
}

.topmenu a
{
display: block;
height: 28px;
color: #bcbbbb;
font-size: 8pt;
text-decoration: none;
padding-top: 9px;
padding-left: 18px;
padding-right: 18px;
}

* html .topmenu a
{
width: 2%;
white-space: nowrap;
}

.topmenu a:hover
{
color: #FFF;
}


.topmenu a.current
{
background: #ffffff url(gfx/topmenu_active_bg.gif) repeat-x;
color: #727272;
}

.topmenu a:hover.current
{
color: #727272;
}

.submenu
{
width: 960px;

}

* html .submenu
{

position: relative;
}

.submenu li
{
margin-top: 4px;
border-right: solid 1px #ebe9e1;
float: left;
}

.submenu a
{
display: block;
font-size: 8pt;
text-decoration: none;
height: 24px;
color: #727272;
padding-top: 9px;
padding-left: 18px;
padding-right: 18px;
float: left;
}

.submenu a:hover, .submenu a:active, .submenu a.current
{
color: #312e2e;
}

#nextlevel {
}

#breadcrumbs {
display: none;
}

#content
{
margin: 0;
margin-top: 18px;
padding: 26px;
width: 908px;
display: block;
background: #312e2e;
color: #FFF;
font-size: 80%;
}

html>/**/body #content
{
float: left;
}

#content_left
{
width: 286px;
float: left;
}

#leftbar_title
{
color: #7f7b7b;
font-size: 120%;
font-weight: bold;
display: block;
width: 246px;
background: #393737;
padding: 2px;
}

#leftbar_image
{
margin-bottom: 24px;
}

#content_left .newsitem
{
font-size: 85%;
color: #bcbbbb;
width: 250px;
margin-bottom: 16px;
}

#content_left .newstitle
{
font-size: 100%;
margin-bottom: 0px;
}

#content_left p
{
padding: 0;
margin: 0;
}

#content_left a
{
color: #bcbbbb;
}

#content_right
{
float: right;
padding-right: 36px;
width: 570px;

}

#content_right_wide
{
float: right;
width: 926px;
}

html>/**/body #content_right_wide
{
float: left;
width: 896px;
} 

* html #content_right
{
width: 591px;
}

* html #content_right_wide
{
width: 914px;
}

#text_container
{
float: left;
padding-right: 20px;
}

#pagetitle
{
color: #c2c1c1;
font-size: 28pt;
margin-bottom: 10px;
position: relative;
}

* html #content_right_wide
{
position: relative;
}


#pageimage
{
margin-bottom: 16px;
}

#slideshow
{
width: 570px;
height: 380px;
background-color: #000;
border: solid 1px #9b9b9a;
background-position: 36px 32px;
background-repeat: no-repeat;
margin-bottom: 40px;
}

#show3
{


}

#show3 #controls
{
padding: 0;
width: 570px;
height: 30px;
margin-top: -53px;
padding-top: 1px;
}


html>/**/body #show3 #controls
{
margin-top: -38px;
} 


#show3 td input
{
height: 30px;
width: 29px;
}

#show3 #controls td#control_left
{
width: 23px;
height: 24px;
}

#show3 #controls td#control_left input
{
height: 24px;
width: 23px;
}

#show3 > #controls td#control_center
{
text-align: center;
width: 524px;
}

#show3 #controls td#control_right
{
width: 23px;
height: 14px;
}

#show3 #controls td#control_right input
{
height: 24px;
width: 23px;
}

#show3 #controls td#control_center input
{
padding-left: 217px;
margin-top: 14px;
}

#show3 > #controls td#control_center input
{
padding-left: 0;
margin-left: 217px;
}

/*** div tekst ***/
#tekst {
position: relative;
}

#tekst a
{
color: #FFF;
font-weight: bold;
}

#tekst table {
}


.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
color: #000;
}
.hcellc, .dcellc {
color: #000;
}
.dcellc {
  background: #eee;
color: #000;
}

/*** 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 {
visibility: hidden;
}

.newsitem .more
{
visibility: visible;
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

iframe
{
background: #312e2e;
}

#flash_popup_div
{
position: absolute;
top: 20px;
left: 50%;
margin-left: 100px;
}

