body, html, div.page0, table.page, div#browserNameDiv, div#browserFullnameDiv {
}

.grote_tabel {
 background-color: #DBDBDB;
}

.box_service {
 background-color :#DBDBDB;
 behavior: url(iepngfix.htc);
}

.blok_links {
 background-color: #E43117;
}

.titel_balk {
 background-color :#E43117;
 padding-right:20px;
}

.colofon {
 font-family: arial, verdana, tahoma;
 color: #FFFFFF;
 font-size: 11px;
}

a.colofon:link, a.colofon:hover, a.colofon:visited, a.colofon:active {
  font-family: arial, verdana, tahoma;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
a.colofon:hover, a.colofon:active {
 text-decoration: underline;
}

.header_color {
 font-size: 20px;
 color: #1A171B;
 font-weight: bold;
}

.header_top {
 font-size: 30px;
 color: #1A171B;
}

input.zoekveld {
 width: 71px;
 height: 20px;
 border-width:1px;
 border-color: #000000;
 background-color: #D9EFFA;
 padding: 0px 3px;
 v-align: middle;
}

a.subnav_f2:link, a.subnav_f2:hover, a.subnav_f2:visited, a.subnav_f2:active {
  text-decoration: none;
  font-size: 12px;
  color: #E43117;
}
a.subnav:link, a.subnav:hover, a.subnav:visited, a.subnav:active {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
}

a.subnav:hover, a.subnav:active {
  color: #E43117;
}

a.project_titel:link, a.project_titel:link, a.project_titel:hover, a.project_titel:visited, a.project_titel:active,
a.case_titel:link, a.case_titel:link, a.case_titel:hover, a.case_titel:visited, a.case_titel:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.project_titel:hover, a.project_titel:active {
  text-decoration: underline;
}

a.crumbs:link, a.crumbs:hover, a.crumbs:visited, a.crumbs:active {
  color: #FFFFFF;
  text-decoration: underline;
}

a.crumbs:hover, a.crumbs:active {
  text-decoration: none;
}

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

a.newsitem_titel:hover, a.newsitem_titel:active {
  text-decoration: underline;
}

/* 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;
  }
  .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;
  }
  .png {
	visibility:hidden;
  }
}
*/

body, p, td, th, select, input,textarea {
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  color: #000000;
}

div.dropdownmenucontents {
  width: 130px;
  background-color: #DEDEDE;
}
.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 {
  width: 130px;
  /* white-space: nowrap */
}
div.dropdownmenucontents div.dropdownmenucontents {
/* this applies to submenus */
  background-color: #E4E4E4;
}

span.navbutton { 
  color: black;
  display: block;
}

span.navbutton_f2 {
  color: grey;
  display: block;
}

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, verdana, tahoma;
  color: #40B6E8;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

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

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

.weblogentry_content { background-color: #EAEAEA; }
.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;
}

a.hoofdnav, a:visited.hoofdnav, a:hover.hoofdnav, a:active.hoofdnav {
  color: black;

}
a.hoofdnav_f2, a:visited.hoofdnav_f2, a:hover.hoofdnav_f2,a:active.hoofdnav_f2 {
  color: gray;
}

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

.columnHead {
	text-align:left;
	font-size:20px;
	line-height:75%;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}

.columnHead2 {
	text-align:left;
	font-size:12px;
	font-family:verdana;
	line-height:75%;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}

.tab_header {
  padding-right: 15px;
}

a.employeeLink {
	color:#000000;
	text-decoration:none;
}

a:hover.employeeLink {
	color:#000000;
	text-decoration:underline;
}

p {
	font-size:inherit;
	font-family:inherit;
	font-style:inherit;
}

span.partnerList p{
	margin:0px;
	padding:0px;
}

a.networklink, a.networklink:link, a.networklink:visited, a.networklink:active, a.networklink:hover  {
	color:#FFFFFF; 
	font-size:15px; 
	cursor:pointer;
	text-decoration: none;
	font-weight:bold;
}

a.networkprevnext, a.networkprevnext:link, a.networkprevnext:visited, a.networkprevnext:active, a.networkprevnext:hover {
	color:#FFFFFF; 
	font-size:15px; 
	text-decoration:none;
	font-weight:bold;
	outline: none;
}

.choosenetwork {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

.networkheader {
	font-size:20px;
	color: #000000;
	font-weight:bold;
}
