body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
  /*background-color: #8BACCD;*/
  background-color: #4281AA;
  /*background-image: url(images/lely/pagebg.jpg);*/
  background-image: url(images/lely/background.jpg);
  background-repeat: repeat-x;
  /*background-repeat: repeat;*/
}


/* 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;
  min-height:521px;
  height:auto !important; /* voor moderne Browser */
  height:521px; /*voor IE6 */
}

body, p, td, th, select, input {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #222222;
  line-height: 14px;
}

div.dropdownmenucontents {
  width: 150px;
  /*background-color: #F5F9FC;*/
  background-color: #E9A745;
  border: 2px solid #1D456E;
  padding: 0px;
}
.browserOpera div.dropdownmenucontents { 
  width: 154px;
}

/*
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 {
  width: 150px;
  background-color: #E9A745;
  /* white-space: nowrap */
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  background-color: #F5F9FC;
}


span.navbutton { 
  color: #1D456E;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 2px;
}

span.navbutton_f2 {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 3px; 
  padding-top: 2px; 
}

div.dropdownmenuSFXline {
  background-color: #808080;
/*
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;
*/
}

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-weight: bold;
}

div.contents, div.intro {
  width: 400px; /* equal to width of contenteditableregion */
}

div.w500, div.w500intro{
  width: 550px; /* equal to width of contenteditableregion */
}

div.w800, div.w800intro{
  width: 790px; /* equal to width of contenteditableregion */
}

td.calendar {
  background-color: #666666;
}
td.calendarday {
  background-color: #c6cce8;
}
td.calendartoday {
  background-color: #596dbf;
}

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: 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,
span.hoofdnav_f2, span.subnav_f2 {
  color: gray;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}




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: 0px solid #333333;
}

table.evententry th { 
  background-color: #FFFFFF;
  color: black;
}

table.evententry td { 
  background-color: #FFFFFF;
  border: 0 px solid #CCCCCC;
}

/* HEADERS */
div.header1, div.header2, div.header3 {
  font-size: 12px;
  font-weight: bold;
  /*font-style: italic;*/
  padding-bottom: 4px;
  
}
div.header1 {
  color: #000000;
  margin-top: 1px;
}
div.header3 {
  color: #FFFFFF;
  margin-left: 3px;
  text-decoration: none;
}

div.smallhead4 {
  font-weight: bold;
}
div.smallhead7 {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 11px;
  color: #004777;
}

/* OTHER TEXT */
div.defaultblue, span.defaultblue, span.defaultblue a {
  font-size: 10px;
  color: #33679B;
  text-decoration: none;
}
span.defaultblue a:hover {
  color: #8BACCD;
  text-decoration: none;
}
div.defaultorange, span.defaultorange {
  color: #FF7339; 
} 





/* TABLE BLOCKS */
table.defaulttable {
  margin-left: 13px;
  margin-top: 6px;
}
table {
  padding: 0px;
}
table.block1 {
/*  background-color: #F5F9FC; */
  /*background-color: #FFFFFF;*/
  /*border: 1px solid #888888;*/
  /*height: 96px;*/
  width: 434px;
  padding-bottom: 0px;
  height: 115px;
}
table.block1-17 {
/*  background-color: #F5F9FC; */
  background-color: #FFFFFF;
  border: 2px solid #333333;
  height: 96px;
  width: 372px;
}
table.block2 {
/*  background-color: #F5F9FC; */
  /*background-color: #D8D8D8;*/
  /*border: 1px solid #888888;*/
  /*height: 96px;*/
  width: 372px;
}
table.block2a {
/*  background-color: #F5F9FC; */
  background-color: #FFFFFF;
  border: 1px solid #888888;
  height: 98px;
  width: 372px;
}
table.block3 {
  background-color: #54789D;
  border: 1px solid #888888;
  height: 22px;
  width: 372px;
}
table.block4 {
  background-color: #E9A745;
  border: 1px solid #888888;
  height: 21px;
  width: 372px;
}
table.block5 {
  /* background-color: #EBEBEB; */
  /* border: 1px solid #888888; */
  height: 72px;
  width: 372px;
  padding-left: 1px;
  padding-right: 1px;
}
table.block6 {
  background-color: #E9A745;
  border: 1px solid #888888;
  /*background-image: url(images/lely/interactive_bg.gif);*/
  height: 195px;
  width: 372px;
}
table.block7 {
  /*background-color: #54779D;*/
  /*border: 0px solid #888888;*/
  height: 621px;
  width: 249px;
}
table.subblock1 {
  /* background-color: #F5F9FC; */
  height: 436px;
  width: 402px;
}
table.subblock1a {
  /* background-color: #F5F9FC; */
  height: 408px;
  width: 750px;
  padding: 10px;
}
table.subblock2 {
  /* background-color: #F5F9FC; */
  height: 436px;
  width: 790px;
}
table.subblock2a {
  /*background-color: #F5F9FC;*/
  width: 800px;/*790px;*/
}
table.subblock23 {
  /* background-color: #F5F9FC; */
  height: 436px;
  width: 820px;
  padding: 3px;
}
table.block1 td, table.block2 td, table.block1-17 td {
  padding: 0px;
}

table.subblock1, table.subblock2 {
  padding: 10px;
}

table.block5 td{
  padding: 2px;
}

tr.block4-on {
  background-color: #EFBD72;
}
tr.block4-off {
  background-color: #E9A745;
}

tr.block3-on {
background-color: #6D8FB1;
}
tr.block3-off {
background-color: #54789D;
}
/* GUESTBOOK */
td.guestbookentryBlue1 {
  background-color: #DDDDDD;
  border-bottom: 1px solid #888888;
  padding: 4px;
}
td.guestbookentryBlue2 {
  background-color: #DDDDDD;
  border-bottom: 2px solid #C4D4EB;
  padding: 3px;
}
td.guestbookentryTop {
  padding: 0px;
}
td.guestbookentryCount {
  background-color: #DDDDDD;
  color: #FFFFFF;
  font-weight: bold;
  height: 28px;
}
div.guestbookText {
  line-height: 13px;
  color: #004777;
}


/* OTHER STYLES */
div.borderOut {
  margin: 8 5 5 5;
  border: 1px solid #999999;
  overflow: hidden;
  width: 86px;
  height: 70px;
}
div.blockmargin {
  margin-bottom: 0px;
}

img.thumbnail {
  border: 0px solid #FFFFFF;
}
/*
a:hover img.thumbnail {
  border: 2px solid #3D7AB8;
}
*/

img.bannerimage-off {
  border: 1px solid #888888;
}
img.bannerimage-on {
  border: 1px solid #E9A745;
}
a.defaultnoline {
  text-decoration: none;
  cursor: pointer;
}
a.defaultnolineOrange {
  text-decoration: none;
  cursor: pointer;
  color: #FF7339;
}
a:hover.defaultnolineOrange {
  color: #333333;
}

div.scroller {
  width: 815px;
  /*overflow: auto;*/
  background-color: #EEEEEE;
  /*
  border: 1px solid #888888;
  background-color: #F5F9FC;
  */
}
div.eventscroller {
  
  /*overflow: auto;*/
  /*background-color: #EEEEEE;*/
  /*
  border: 1px solid #888888;
  background-color: #F5F9FC;
  */
}
div.scroller3a {
  height: 446px;
  width: 843px;
  overflow: auto;
  /*
  border: 1px solid #888888;
  background-color: #F5F9FC;
  */
}
div.scroller2a {
  height: 422px;
  width: 750px;
  overflow: auto;
  padding-left: 8px;
}
div.scroller2c {
  height: 422px;
  width: 635px;
  overflow: auto;
  padding-left: 8px;
}
div.scroller2b {
  height: 446px;
  width: 221px;
  overflow: auto;
}
div.scroller3 {
  height: 260px;
  width: 210px;
  overflow: auto;
}
div.homeblock {
  height: 446px;
  width: 643px;
  overflow: hidden;
  border: 1px solid #888888;
  /* background-color: #F5F9FC; */
  background-color: #FFFFFF;
}
div.homeblock3 {
  height: 446px;
  width: 843px;
  overflow: hidden;
  border: 1px solid #888888;
  /* background-color: #F5F9FC; */
  background-color: #FFFFFF;
}
span.introdate {
  font-weight: bold;
}
div.articlehead {
  font-size: 15px;
  font-weight: bold;
  color: #33679B;
  height: 10px;
  margin-top: 8px;
  margin-left: 0px;
}
div.eventhead {
  font-size: 15px;
  font-weight: bold;
  color: #33679B;
  /*height: 30px;*/
  margin-top: 0px;
  margin-left: 0px;
}
div.breadcrumb {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
div.smallgrey, span.smallgrey {
  font-size: 10px;
  color: #666666;
}
/* DW styles */
.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }

input.inloggen {
  border-width:1px;
  border-color:white;
  background-color:#54779D;
  font-size: 11px;
  color:#FFFFFF;
}