@charset "utf-8";

body 
{
  behavior:url("/csshover.htc");  /* IE hack voor :hover */

  
  background: #fff;
  color: #000;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  width: 770px;
  text-align: left;
  margin:0;
  margin-left: 10px;
}

hr {
 display: none; /* disable all hr-tags */
}

input[type=button], input[type=submit] { /* TODO: nog te fixen voor IE, waarschijnlijk extra class toevoegen */
  padding: 0 5px ;
  background: #ddd;
  border: 2px solid #000;
}

div.center {
  text-align: center;
}
div.rand {
  border: 3px solid black;
  padding: 3px;
}

hr.divider {
 display: block; /* enable this hr tag */
 width: 150px;
 height: 1px;
 border: none;
 margin-left: 0;
 background-color: #f00;
 color: #f00; /* IE hack */
}

p#debug 
{
 background: #fff;
 color: #000;
 border: 1px #f00 solid;
 text-align: left;
 display: none;
}


a 
{
  color: #f00;
  background: inherit;
  text-decoration: underline;
}

a:active {
  color: #f00;
  background: inherit;
  text-decoration: underline;
}

a:visited {
  background: inherit;
  color: #d71500;
  text-decoration: underline;
}

a:hover {
  color: #d71500;
  background: inherit;
  text-decoration: underline;
  border-bottom: 1px solid #d71500;
  padding-bottom: 0;
}
a.icon {
 border-bottom: 0;
}

a.icon img {
  border: 0;
  padding: 0;
  margin: 0;
}

img.listitem {
  vertical-align: bottom;
  padding: 5px 5px 5px 35px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr {
  cursor: default;
  color: #00f;
}

span.strike {
  text-decoration: line-through;
}

span.underlined {
  text-decoration: underline;
}

span.smaller {
  font-size: 11px;
  font-color: #333;
}


span.knop a.knop {
  color: #000;
  border: 1px solid #000;
  background-color: #ccc;
  font: normal 12px/20px sans-serif;
  padding: 0px 8px;
  text-decoration: none;
  margin: 5px;
}

span.knop a.knop:hover {
  color: #000;
  text-decoration: none;
}


.help {
  margin: auto;
  border: 1px solid #888;
  border-top: none;
  background: url('../../images/help.gif') no-repeat;
  width: 500px;
  padding: 5px;
  padding-top: 10px;
  color: #888;
  font-style: italic;

  display: none;
}
.helpbutton {
  cursor: pointer;
}

dt {
  font-weight: bold;
}

dd {

}

.wronginput {
  color: #f00;
  font-weight: bold;
}

.wronginput span.smaller {
  font-size: 11px;
  font-style: italic;
  color: #f88;
}

.wronginput h3 {
  font: inherit;
  font-size: 14px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 2px;
  text-decoration: underline;
}

/* Layout */
div#container
{
  width: 770px;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  padding-left: 0px;
  background: white;
  text-align: left;
}

div#header 
{
  padding: 5px;
  margin-bottom: 5px;
  color: black;
  background: inherit;
  height: 70px;
}

div#header span#logo {
  float: left;
  width: 51px;
  margin: 0;
  margin-right: 5px;
  padding: 5px;
}

div#header span#logo img {
  width: 51px;
  height: 51px;
}

div#header h1 
{
  background: inherit;
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-left: 210px;
  padding-top: 15px;
}

div#header div#subtitle {
  padding-left: 210px;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
}

div#nav
{
  z-index: 0;
  float: left;
  width: 200px;
  margin: 0;
  margin-right: 5px;
  padding: 5px;
  padding-top: 0px;
  background: inherit;
  color: black;
}

div#nav h2 {
  display: none;
}

div#nav ul {
  position: absolute;
  left: 0;
  padding-top: 50px;
}

div#content 
{
  padding: 5px;
  margin-left: 217px;
  border: dashed 1px #ebebeb;
  width: 535px;
  z-index: 3;
  min-height: 500px;
}

div#footer 
{
  clear: both;
  padding: 5px;
  margin-top: 5px;
  background: inherit;
  color: gray;
  font-size: 10px;
  text-align: right;
}

span#counters a.counter img {
 border: 0; 
 width: 10px; 
 height: 10px;
}
span#counters a.counter {
  text-decoration: none;
  border: 0;
}


a.rssfeed {
  text-decoration: none;
  border: 0;
}
a.rssfeed:hover {
  text-decoration: none;
  border: 0;
}
a.rssfeed img.rsssmall {
  width: 26px;
  height: 10px;
  border: 0;
}
a.rssfeed img.rssdefault {
  width: 36px;
  height: 14px;
  border: 0;
}

/* menu */
div#nav ul {
  background: #fff;
}

div#nav ul li.menuitem {
  margin-left: 0px;
  width: 185px;
  height: 24px;
  list-style: none;
  background: #fff;
  background: url('../../images/button-off.png') no-repeat;
  padding: 0;
  margin-bottom: 1px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

div#nav ul li.menuitem a {
  border: 0;
  text-decoration: none;
  background: url('../../images/button-off.png') no-repeat;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  height: 20px;
  width: 184px;
  vertical-align: middle;
  display: block;
}

div#nav ul li.menuitem a:hover {
  color: #ff0;
  background: url('../../images/button-sel.png') no-repeat;
}

div#nav ul li.menuitem a:active {
  background: url('../../images/button-sel-push.png') no-repeat;
}

div#nav ul li.menuitem a.activeitem {
  color: #fff;
  background: url('../../images/button-act.png') no-repeat;
}

div#nav ul li.menuitem a.activeitem:hover {
  color: #ff0;
  background: url('../../images/button-act.png') no-repeat;
}

div#nav ul li.menuitem a.activeitem:active {
  background: url('../../images/button-act-push.png') no-repeat;
}

span.cmsactions {
  display: block;
  position: absolute;
  top: 70px;
  width: 770px;
  left: 0;
  text-align: right;
  margin: 0;
  padding: 0;
}

span.cmsactions a.icon img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* content */
div#content { /* 2nd time defined, this overruled above div#content! */
  background: inherit;
  color: black;
  font-size: 12px;
}

div#content h2 {
  font-size: 18px;
}

div#content h3.citemtitle {
  font-size: 14px;
}

div#content div.citem {
}

div#content div.citem span.citemhead {
  font-size: 10px;
}

div#content div.citem p.citemcontent {
  font-size: 12px;
}

div#content div.citem span.citemfoot {
  font: 10px italic monospace;
  color: #aaa;
  display: block;
}

/* Actueel */
h3.actueel {
  font-size: 12px;
  font-weight: bold;
  background: url('../../images/rodekruis12.gif') no-repeat;
  padding-left: 15px;

}

/* index page */
div.indexitem {
  text-align: center;
}

div.indexitem p#indexcounter {
  clear: both;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}


/* Login */
fieldset.login {
  border: #f00 solid 1px;
  width: 250px;
  padding: 5px;
  text-align: center;
}

fieldset.login dl {
  text-align: left;
}

fieldset.login dl dt label {
  color: #000;
  font-size: 12px;
}

fieldset.login dl dd input {
  width: 100px;
}

fieldset.login input#newaccountbutton {
  clear: both;
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  color: #f00;
  text-decoration: underline;
  cursor: pointer; 
}

/* toolbar */
#toolbar img.toolbutton {
  border: 1px solid #909090;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
#toolbar img.toolsep {
  width: 1px;
  height: 20px;
}

/* hacks */
div.fixclearing {
  clear: both; /* needed to fix problems with floats, IE doesn't know min-heigth */
}
div.albumitem {
  line-height: 1.2; /* IE6 Peekaboo Bug */
}
div.fotoitem {
  line-height: 1.2; /* IE6 Peekaboo Bug */
}

