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


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

body, table, select, input,textarea {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

table.right {
  font-size: 12px;
}

table.body {
  font-size: 13px;
  line-height:18px;
}

/* Drop-down menu navigation styles */


/*
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 top menu items and 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 {
	outline:none;
}

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

a.navbutton span, a.navbutton_f2 span { 
  display: block;
  padding: 2px;
  padding-left: 10px;
}

a.navbutton, a.navbutton span { 
  color: black;
  background-color: #70D650;
}

a.rss_item {
 color: E36500;
 font-size: 13px;
 font-weight: bold;
 font-family:arial;
 text-decoration: none;
}
span.rss_date {
 color: black;
 font-weight: normal;
 font-size: 11px;
}


a.navbutton_f2, a.navbutton_f2 span {
  color: black;
  background-color: #60C640;
}

div.dropdownmenucontents {
  width: 130px;
  background-color: #DEDEDE;
  border: 1px solid;
  padding: 1px;
}
.browserOpera div.dropdownmenucontents { 
  width: 134px;
}

/* The following settings apply to submenu's */

div.dropdownmenu div.dropdownmenu {
    left: 130px;
    top: -20px;
    z-index: 500;
}

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

div.dropdownmenucontents a.navbutton,
   div.dropdownmenucontents a.navbutton span { 
  color: black;
  background-color: #E6E6E6;
}

div.dropdownmenucontents a.navbutton_f2,
   div.dropdownmenucontents a.navbutton_f2 span {
  color: white;
  background-color: black;
}

/* End of drop-down menu navigation styles */


h1, h2, h3, h4 {
	color:#CC0033;
	margin:0px;
	font-weight:normal;
}

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

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

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

div.introgreen p, div.contentsgreen p {

  margin-top: 5px;
  margin-bottom: 5px;
}

div.intro, div.intro p, .intro {
}
div.introgreen h1, div.contentsgreen h1{
color: #ffffff;
}

div.contents, div.intro, div.contentsgreen, div.introgreen {
  width: 100%; /* equal to width of contenteditableregion */
}

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

.weblogentry_content { background-color: #9a9a9a; 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;
}
/* Zo te zien wordt hoofdnav nergens gebruikt */
a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav
span.hoofdnav{
  color: #ffffff;
  font-family:arial;
  font-size:13px;
}
a.hoofdnav_f2, a:visited.hoofdnav_f2, a:hover.hoofdnav_f2,a:active.hoofdnav_f2,
span.hoofdnav_f2{
  color: #cc0033;
  font-family:arial;
  font-size:13px;
}

a.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav,
span.subnav{
  color: #ffffff;
  font-family:arial;
  font-size:13px;
}

a.subnav_f2, a:visited.subnav_f2, a:hover.subnav_f2, a:active.subnav_f2,
span.subnav_f2{
  color: #cc0033;
  font-family:arial;
  font-size:13px;
}

a.subnav_prev, a:visited.subnav_prev, a:hover.subnav_prev, a:active.subnav_prev,
span.subnav_prev{
  color: #999999;
  font-family:arial;
  font-size:13px;
}

a.subnav_prev_f2, a:visited.subnav_prev_f2, a:hover.subnav_prev_f2, a:active.subnav_prev_f2,
span.subnav_prev_f2{
  color: #339933;
  font-family:arial;
  font-size:13px;
}



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

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


li{
  margin-top: 1ex;
}

.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;
}
*/

.langselect {
	font-family:verdana;
	font-size:13px;
	color:#cc0033;
	text-decoration:none;
}

.langselect_f2 {
	font-family:verdana;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
}

.test {
}

.subnav_ftg {
	text-decoration:none;
	line-height:17px;
}
