@import url('/common.css');

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
IMG {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#content {
  line-height: 1.5em;
}

A.button {
  background-color: white;
  color: black;
  width: 140px;
  display: block;
  text-align: left;
  margin-top: 7px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  text-decoration: none;
  border: 1px solid #FFE6B1;
  font-weight: bold;
  font-size: 90%;
}
A.button:HOVER {
  background-color: #FFC01F;
  color: #660000;
}
A.button_sub {
  background-color: #FFF3D7;
  font-size: 90%;
  color: black;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 10px;
  display: block;
  text-align: left;
  margin-top: 3px;
  margin-left: 10px;
  width: 140px;
  text-decoration: none;
}
A.button_sub:HOVER {
  background-color: #FFC01F;
  color: #660000;
}
A.button_actief {
  background-color: #FFDE97
}

A.button_beveiligd {
  background-image: url('/images/lock.png');
  background-position: 99% 50%;
  background-repeat: no-repeat;
}

IMG.topimage {
  border: 1px solid navy;
}

IMG.file_icon {
  display: none;
}


.blok .titel {
  background-color: #1D79C5;
  padding: 5px;
  margin-bottom: 2px;
  color: white;
}

.blok_links, .blok_links TD, .blok_links TH {
  color: white; 
}
.blok_links A {
  color: #FFDD8D;
}
.blok_links .titel {
  margin-top: 10px;
  padding-left: 10px;
}
.blok_links .content {
  padding-left: 10px;
}

.block_rechts, .block_rechts TD, .block_rechts TH {
  color: black;
}
.blok_rechts .titel {
  color: white;
  padding: 3px;
}
.block_rechts A {
  color: navy;
}
.blok_rechts .content {
  padding: 3px;
  line-height: 1.3em;
  background-color: #FFFFBB;
  border: 1px solid #DDDD00;
  font-size: 95%;
}


FORM {
  margin: 0;
}

FIELDSET {
  border: 2px solid #83B3DC;
}


.klein {
  font-size: 80%;
}

/***************** COMMUNITY ***************************************************************************************/
DIV.foutmelding {
  background-color: #FFEEEE;
  color: #AA0000;
  border: 2px solid #FF0000;
  padding: 3px;
  margin-right: 3px;
}