body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  margin: 0px;
  padding: 0px;
  background-color: #F6C894;
  width: 100%;
  height: 100%;
  -moz-user-input: none;
}

/*
Everything in <DIV class="page0"> is subject to the scrollbar.
Everything outside (such as edit buttons) is fixed to the screen
*/
body.noscroll {
  overflow: hidden;
}
body.noscroll div.page0 {
  overflow: auto;
/*
  position: absolute;
  left: 0px;
  top: 0px;
*/
}


/*
On printer, we need to have everything visible, in order that the printer
doesn't just print the top half of the DIV
*/
@media print {
  body.noscroll,html {
    overflow: auto;
  }
  body.noscroll div.page0 {
    overflow: visible;
  }
  body {
    visibility: hidden;
  }
  img#topbarImage {
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  div.printcontents {
    visibility: visible;
    position: absolute;
    left: 40px;
    top: 93px;
    width: 700px;
    background-color: yellow;
    border: 1px solid red;
  }
  div.printcontents > table {
    width: 700px;
  }
  img#printbutton {
    visibility: hidden;
  }
}

a, input, select, textarea {
  -moz-user-input: enabled;
  -moz-user-focus: normal;
}
.pagecontents {
  padding: 10px;
}

body, p, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #18363D;
}
ul
{
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}

.editableregion {
        -moz-user-modify: read-write;
        -moz-user-input: enabled;
        -moz-user-select: normal;
        -moz-user-focus: normal;
        -moz-outline: dotted black 1px;
        background-color: #FFFFFF;
        border: 1px solid black;
        overflow: auto;
        overflow-x: auto;
        overflow-y: visible;
        margin: 0px;
        padding: 3px;
        width: 100%;
        min-height: 10ex;
}

img.inlineInserted, object.inlineInserted, embed.inlineInserted {
  border: none;
}

img.inlineInsertedWithBorder, object.inlineInsertedWithBorder,
  embed.inlineInsertedWithBorder {
  border: black solid thin;
}

div.editableregion img.inlineInserted,
div.editableregion object.inlineInserted {
  border: #CCCCCC inset thin;
}

div.editableregion table.noBorder, div.editableregion table.noBorder td {
  border: #CCCCCC dashed thin;
}

div.editableregion table.inlineitemCaptionTable {
  border: #CCCCCC dashed thin;
}

div.menusetup {
    position: relative;
    left: 0px;
    top: 0px;
}

div.browserNetscape div.menusetup {
    left: 200px;
    top: 200px;
    margin-left: -200px;
    margin-top: -200px;
}

/*
div.browserNetscape6 div.menusetup,
div.browserNetscape70 div.menusetup {
    display: none;
}
*/

div.browserKonqueror td > div.menusetup {
    height: 29px;
}

div.dropdownmenu {
    position: absolute;
    left: 0px;
    top: -3px;
    z-index: 400;
    visibility: hidden;
    display: block;
}

div.subnavmenu { 
  width: 170px;
  padding: 0px;
  margin: 0px;
  display: block;
}

div.subnavmenu div.dropdownmenu { 
/* this applies to dropdown-submenus of the left subnavmenu */
    left: 75px;
    top: -19px;
    z-index: 450;
    border-top: 1px solid #18363D;
}

.browserMozilla div.subnavmenu div.dropdownmenu,
.browserNetscape div.subnavmenu div.dropdownmenu {
    left: 159px;
    top: 10px;
    z-index: 450;
}


div.dropdownmenu div.dropdownmenu {
/* this applies to subsubmenus */
    left: 151px;
    top: -17px;
    z-index: 500;
    border-top: 1px solid #18363D;
}

div.dropdownmenucontents {
  border: 0px solid;
  width: 130px;
  padding: 0px;
  background-color: #DEDEDE;
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  padding: 0px;
}
div.dropdownmenucontents a,
div.dropdownmenucontents a:link,
div.dropdownmenucontents a:active,
div.dropdownmenucontents a:visited,
div.dropdownmenucontents a:hover {
  border-bottom: 1px solid #18363D;
  border-left: 1px solid #18363D;
  border-right: 1px solid #18363D;
  width: 151px;
  height: 19px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-top: 4px;
  font-weight: bold;
  font-family: Arial;
  font-size: 9px;
  color: #18363D;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited {
  background-color: #FFE5C6;
}
div.dropdownmenucontents a:hover {
  background-color: #D27C15;
}

div.dropdownmenuSFXline {
  position: absolute;
  background-color: #808080;
  visibility: hidden;
  z-index: 501;
/*
vertical line for horizontal movement of dropdown SFX
*/
  height: 20px;
  left: 60px;
  width: 2px;
  top: 0px;
/*
horizontal line for vertical movement of dropdown SFX
  height: 2px;
  width: 20px;
  left: 0px;
  top: 60px;
*/
}

div.subnavmenu a:link,
div.subnavmenu a:active,
div.subnavmenu a:hover,
div.subnavmenu a:visited { 
  border-bottom: 1px solid #18363D;
  border-left: 1px solid #18363D;
  border-right: 1px solid #18363D; 
  width: 151px;
  height: 18px;
  padding-top: 3px;
  padding-bottom: -2px
  padding-right: 1px;
  padding-left: 6px;
  background-color: #EC9328;
  color: #18363D;
  font-weight: bold;
  font-family: Arial;
  font-size: 9px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}
div.subnavmenu a:link.subnavheader,
div.subnavmenu a:active.subnavheader,
div.subnavmenu a:hover.subnavheader,
div.subnavmenu a:visited.subnavheader {
  color: #FFFFFF;
  background-color: #18363D;
}

div.subnavmenu a:hover,
div.subnavmenu a:link.subnavselected,
div.subnavmenu a:active.subnavselected,
div.subnavmenu a:hover.subnavselected,
div.subnavmenu a:visited.subnavselected  {
 background-color: #D27C15;
}

div.subnavmenu div.subnavmenu div.subnavmenu a:link,
div.subnavmenu div.subnavmenu div.subnavmenu a:active,
div.subnavmenu div.subnavmenu div.subnavmenu a:hover,
div.subnavmenu div.subnavmenu div.subnavmenu a:visited { 
  color: #FFFFFF;
}

.browserMozilla a.selected,
.browserMozilla a.selected:link,
.browserMozilla a.selected:active,
.browserMozilla a.selected:visited,
.browserMozilla a.selected:hover,
.browserMozilla div.dropdownmenucontents a,
.browserMozilla div.dropdownmenucontents a:link,
.browserMozilla div.dropdownmenucontents a:active,
.browserMozilla div.dropdownmenucontents a:visited,
.browserMozilla div.dropdownmenucontents a:hover,
.browserMozilla div.subnavmenu a,
.browserMozilla div.subnavmenu a:link,
.browserMozilla div.subnavmenu a:active,
.browserMozilla div.subnavmenu a:visited,
.browserMozilla div.subnavmenu a:hover,
.browserNetscape a.selected,
.browserNetscape a.selected:link,
.browserNetscape a.selected:active,
.browserNetscape a.selected:visited,
.browserNetscape a.selected:hover,
.browserNetscape div.dropdownmenucontents a,
.browserNetscape div.dropdownmenucontents a:link,
.browserNetscape div.dropdownmenucontents a:active,
.browserNetscape div.dropdownmenucontents a:visited,
.browserNetscape div.dropdownmenucontents a:hover,
.browserNetscape div.subnavmenu a,
.browserNetscape div.subnavmenu a:link,
.browserNetscape div.subnavmenu a:active,
.browserNetscape div.subnavmenu a:visited,
.browserNetscape div.subnavmenu a:hover {
/* following is to make <a> tags with width work on Firefox */
  float: left;
/* the no-visible-cursor-in-page setting prevents mouseovers, so nullify it: */
  -moz-user-input: enabled;
}

h1, h2, h3, h4 {
  font-weight: bold;
}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}


a:link, a:hover, a:visited, a:active {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

div.contents, div.contents p, div.intro, div.intro p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}
div.intro, div.intro p, .intro {
  font-style: regular;
}

.logentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #33CC00;
}

.logentry_content { background-color: #EAEAEA; }
.logentry_options { background-color: #CACACA; }
.logentry_line    { background-color: #000000; }

.forum_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #999999;
}

.forum_content { background-color: #EAEAEA; }
.forum_options { background-color: #CACACA; }
.forum_line {    background-color: #000000; }

table.poll {
  border: 1px solid #66cc66;
  background-color: #66cc66;
}

th.pollhead {
  border: 0px solid #66cc66;
  font-size: 11px;
  color: #000000;
  background-color: #EEEEEE;
}

td.pollbody {
  border: 1px solid #EEEEEE;
  font-size: 11px;
  background-color: #EEEEEE;
}

td.calendar {
  background-color: #666666;
}
td.calendarday {
  background-color: #c6cce8;
}
td.calendartoday {
  background-color: #596dbf;
}
.cmsmessage {
  color: green;
}
.cmswarning {
  color: red;
}


a.opener, a:visited.opener {
  border: solid 1px black;
}


h4.statsformheader {
  line-height: 10px;
  font-size: 9pt;
  font-weight: bold;
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 8px 0px 2px 0px;
}

h3.statsformheader {
  font-weight: bold;
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.stats, .stats td, .stats th {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
  word-wrap: break-word;
}
.statsform td, .statsform th, .statsform select {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
}

.statsbutton{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
.statsradiobutton{
  width: 11px;
  height : 11px;
  margin-top: 0px;
  margin-right: 5px;
  color: #cccccc;
  vertical-align: text-bottom;
}
a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav,
a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav {
  color: black;
}
a.hoofdnav_f2, a:visited.hoofdnav_f2, a:hover.hoofdnav_f2, a:active.hoofdnav_f2,
a.subnav_f2, a:visited.subnav_f2, a:hover.subnav_f2, a:active.subnav_f2 {
  color: gray;
}

.submitbutton{
  font-size: 8pt;
  background-color: #FFFFFF;
  border: 1px solid #ED9227;
}

td.quotehead {
  font-weight: bold;
}

td.quotebody {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEFFEE;
}

td.quotebody td.quotebody {
  background-color: #DDFFDD;
}

td.quotebody td.quotebody td.quotebody {
  background-color: #CCFFCC;
}

.itemtitel
{
	font-size: 14px;
	color: #18363E;
	text-decoration:none;
	text-transform: uppercase;
	font-weight : bold;
	padding-top:  8px;
	padding-bottom:  1px;
	margin-bottom: 0px;
}
hr {
margin-top: -3px;
padding: 0px;
height: 1px;
line-height: 100%;
}
.magazinetitel
{
	font-size: 14px;
	color: #18363E;
	text-decoration:none;
	text-transform: capatilize;
	font-weight : bold;
	padding-top:  8px;
	padding-bottom:  1px;
}
.dataoverzicht tr td{
font-size= 10px;
}
div.breadcrumbs, div.breadcrumbs a:link, div.breadcrumbs a:hover, div.breadcrumbs a:visited  {
  margin-top: 2px;
  margin-bottom: 0px;
  font-variant: normal;
  font-weight: bold;
  font-size: 9px;
  color: #EB9329;
  text-decoration:none;
  text-transform: uppercase;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    border: 1px solid #ED9227; 
}

ul.sublist {
  list-style-type: none;
  display: none;
  margin-left: 1ex;
  margin-top: 0ex;
  padding-left: 1ex;
}

li{
  margin-top: 1ex;
}
