div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  background-color: #000000;
}

body, html {
  background-color: #000000;
}

* {
	outline:none;
}

/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: relative;
    left: -320px;
    margin-top: -170px;
    width: 700px;
  }
  .browserMSIE div.printcontents {
    top: -170px;
    margin-top: 0px;
  }
  img#printbutton, input[type=submit], .noprint {
    visibility: hidden;
  }
  option {
    visibility: hidden;
    color: white;
  }
  select {
    color: white;
    height: 2ex;
  }
}
*/

.pagecontents {
 padding: 0px 0px 0px 0px; 
/*  padding: 20px 19px 40px 19px; */
}

body, p, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  line-height: 18px;
}

.blacktext, .blacktext p {
  color: #000000;
}

select, input,textarea {
color: #000000;
}

/* NAVIGATION STYLES */

/* navigation buttons */

/*
To set minimum height for nav-items, use an auxiliary spacer image:
using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Internet Explorer.

To disable multiline nav links, set white-space: nowrap in
a.navbutton and a.navbutton_f2, and remove the display: block from the
a.navbutton(_f2) span classes

To have different settings for hoofdnav/top menu items and
subnav/submenu items, first do the settings for top menu items, and
then do submenu items as more-specific overrides. See below for an
example.
*/

a.navbutton, a.navbutton_f2 {
  display: block;
  /* white-space: nowrap */
}

a.navbutton span, a.navbutton_f2 span { 
  display: block;
  padding: 0px;
}

a.navbutton, a.navbutton span { 
  font-family: 'Arvo', Verdana, arial, serif;
  color: #ffffff;
  font-size:16px;
  font-weight:bold;
  display: block;
}

a.navbutton_f2, a.navbutton_f2 span {
  font-family: 'Arvo', Verdana, arial, serif;
  color: #ffffff;
  font-size:16px;
  font-weight:bold;
  display: block;
}

/* subnav navigation buttons */

.subnav a.navbutton, .subnav a.navbutton span { 
  color: #BF985B;
  background-color: #000000;
}

.subnav a.navbutton_f2,
   .subnav a.navbutton_f2 span {
  color: #FFFFFF;
  background-color: #BF985B;
}

/* Drop-down menu navigation styles */

div.dropdownmenucontents {
  width: 181px;
  background-color: #000000;
  border: 1px solid #BF985B;
  padding: 0px;
}
.browserOpera div.dropdownmenucontents { 
  width: 163px;
}

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

/* Dropdown submenu's and their navigation buttons */

div.dropdownmenu div.dropdownmenu {
    left: 181px;
    top: -30px;
    z-index: 500;
}

div.dropdownmenucontents div.dropdownmenucontents {
  padding: 0px;
  background-color: #E4E4E4;
}

div.dropdownmenucontents a.navbutton,
   div.dropdownmenucontents a.navbutton span { 
  color: #BF985B;
  font-family: Verdana, arial, serif;
  font-size:13px;  
  background-color: #000000;
}

div.dropdownmenucontents a.navbutton_f2,
   div.dropdownmenucontents a.navbutton_f2 span {
  color: #FFFFFF;
  font-family: Verdana, arial, serif;
  font-size:13px;  
  background-color: #BF985B;
}

div.dropdownmenucontents a.navbutton span, div.dropdownmenucontents a.navbutton_f2 span {
	padding: 7px 9px 5px 9px;
}

/* END OF NAVIGATION STYLES */


/*

div.dropdownmenucontents {
  border:1px solid #A78855;
  background-color: #000000;
  padding:0px;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

*/

/*
To set minimum height for nav-items, use 'padding' in the span.navbutton(_f2)
classes: using 'height' will interfere with multiline navitems in Firefox,
and min-height doesn't work in Explorer.

To disable multiline nav links, set white-space: nowrap in
div.dropdownmenucontents a, and remove the display: block from the
span.navbutton(_f2) classes
*/

/*
div.dropdownmenucontents a, div.dropdownmenucontents a:link, div.dropdownmenucontents a:active, div.dropdownmenucontents a:visited, div.dropdownmenucontents a:hover {
	white-space: nowrap;
	font-weight: normal;
	color:red;
}
div.dropdownmenucontents div.dropdownmenucontents {
*//* this applies to submenus *//*
	background-color: #000000;
	font-weight: normal;
}

span.navbutton { 
  color: #ffffff;
  font-size:10pt;
  font-weight:bold;
  display: block;
}

span.navbutton_f2 {
  color: #ffffff;
  font-size:10pt;
  font-weight:bold;
  display: block;
}*/

/* subnav disabled */
/*
span.subnavbutton { 
  color: #ffffff;
  font-size:11px;
  display: block;
  padding:6px 11px 6px 11px;
}

span.subnavbutton_f2 {
  color: #ffffff;
  font-size:11px;
  display: block;
  background-color:#5E106F;
  padding:6px 11px 6px 11px;
}
*/

h1 {
  font-family: 'Arvo', Verdana, arial, serif;
  font-size: 18px;
  font-weight: bold;
  color:#A78855; 
  padding:0px;
  margin:0px;
}
/* h2, h3 undefined in huisstijlguide */
h2 {
  font-size: 12px;
  font-weight:bold;
  padding:0px;
  margin:0px;
}
h3 {
  font-size:11px;
  font-family:verdana;
  font-weight: bold;
  margin:0px;
  display:inline;
}

h4 {
  font-weight: normal;
}

.goldbg {
	background-color: #BF985B; 
}

.goldbgpadding {
	padding: 42px 32px; 
}

.goldbg, .goldbg p {
color: #FFFFFF;
font-weight: bold;
}
.goldbg a:link, .goldbg a:hover, .goldbg a:active, .goldbg a:visited {
color: #000000;
font-weight: bold;
}


.whitebg h1 {
color: #000000;
}
.whitebg h3 {
color: #815C2E;
}

.whitebg {
background-color: #E6E6E6; 
padding: 42px 0px 42px 32px; 
}

.whitebg, .whitebg p {
color: #000000;
}
.whitebg p{
margin: 0ex;
}
.goldbg h1 {
color: #FFFFFF;
}

.black, .black p {
color: black;
}

a:link, a:hover, a:visited, a:active {
  color: #BF985B;
  text-decoration:none;
  font-weight: bold;
}



.inlineitemCaption {
font-size: 10px;
}

div.contents, div.intro {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

div.intro, div.intro p, .intro {
}

div.contents, div.intro {
  width: 607px; /* equal to width of contenteditableregion */
}

a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav,
a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav,
span.hoofdnav, span.subnav {
  color: #FFFFFF;
  font-size:10pt;
  font-weight:bold;
}
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,
span.hoofdnav_f2, span.subnav_f2 {
  color: #5E106F;
  font-size:10pt;
  font-weight:bold;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}


a:link.breadcrumb, a:visited.breadcrumb {
	color:#ffffff;
	font-family:verdana;
	font-size:10px;
	font-weight: normal;
}

a:link.nodecoration, a:visited.nodecoration {
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	
}

.kwadrant {
	width:475px;
}

.kwadrantCell {
	width:475px;
	height:179px;
}
/*
.caseText, .caseText p, .caseText span {
	font-family:verdana;
	font-size:11px;
}
*/

.caseListHead {
	font-family:arial;
	font-size:13px;
	color:#999999;
	padding:0px 0px 0px 12px;
}

.caseListItem {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 12px;
}


li {
  margin-top: 2px;
/*  list-style-image: url(images/bid/druppel_grenzeloos.gif); */
 }
 
  h1 a:link, h1 a:hover, h1 a:visited, h1 a:active {
 padding: 3px;

 background-color: black;
 color: #BF985B;

}
li {

}

.event_form select, .event_formfield {
width: 300px;
} 




td.headerbox_gold {
-moz-box-sizing:padding-box;
border-right:1px solid #815C2E;
border-left:1px solid #815C2E;
background-color:#815C2E;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}	
	
	
/* KAN MOGELIJK WEG: */

td.headerbox_blue {
-moz-box-sizing:padding-box;
border-right:1px solid #B7BBBC;
border-left:1px solid #B7BBBC;
background-color:#0070CF;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}	

td.headerbox_purple {
border-right:1px solid #B7BBBC;
border-left:1px solid #B7BBBC;
background-color:#5E106F;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
}	

table.page_show_rightcolumn td a:link, table.page_show_rightcolumn td a:hover, table.page_show_rightcolumn td a:visited, table.page_show_rightcolumn td a:active {
color: #0070CF;
}
table.page_show_rightcolumn td a:hover {
text-decoration: underline;
}


div.contentsWide, div.introWide {
  width: 100%;
  padding:0px 30px 0px 0px;
  -moz-box-sizing:padding-box;
}

.weblogentry_head {
  font-size: 13px;
  font-weight: bold;
  background-color: #CCCCCC;
  padding:5px;
}

.weblogentry_content { background-color: #EAEAEA; padding:5px; }
.weblogentry_options { background-color: #CACACA; }
.weblogentry_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;
}



td.quotehead {
  font-weight: bold;
  font-size: small;
}

td.quoteline {
  height: 1px;
  color: #666666;
}

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

table.quote { 
 width: 400px;
}


.myavenueclass1 {
  color: red;
}

td.statscounter { 
  background-image: url(images/bg_counter.gif);
  color: #FFFFFF;
  font-family: "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 16px;
}

table.evententry { 
  border: 1px solid #CCCCCC;
}

table.evententry th { 
  background-color: #666666;
  color: white;
}

table.evententry td { 
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

/* Flexcroll Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
*/

