body, table { 
  color:#595959;
  background: #FFFFFF;
  font:11px Verdana,Arial,Helvetica,sans-serif;
  scrollbar-3dlight-color:    #d1d7dc;
  scrollbar-arrow-color:      #006699;
  scrollbar-darkshadow-color: #98aab1;
  scrollbar-face-color:       #D8EA9E;
  scrollbar-highlight-color:  #ffffff;
  scrollbar-shadow-color:     #D8EA9E;
  scrollbar-track-color:      #efefef
}

a {
  font-weight: bold;
}
a:active        {color: #595959; text-decoration: none; }
a:visited       {color: #595959; text-decoration: none; }
a:link          {color: #595959; text-decoration: none; }
a:hover         {color: #F88C00; text-decoration: none; }

a.menutext:active        {color: #595959; text-decoration: none; font-weight: 6;}
a.menutext:visited       {color: #595959; text-decoration: none; font-weight: 6;}
a.menutext:link          {color: #595959; text-decoration: none; font-weight: 6;}
a.menutext:hover         {color: #F88C00; text-decoration: none; font-weight: 6;}

a.menutext {
  color: #595959;
  font-weight: 6;
  font:11px Verdana,Arial,Helvetica,sans-serif;
  margin: 1mm;
  letter-spacing: 1px;
  height: 11px;
}

.koptext, H2 {
  font-weight: bold;
  font-size: 11px;
}

.koptext-groot, H1 {
  color: #F88C00;
  font-weight: bold;
  font-size: 14px;
}

.texteditor {
  width: 500;
  height: 500;
  border: 0px;
  background: #ffffff;
  color: #333333;
  font-family: Courier, "Courier New", monospace;
}

hr {
  border: 1px solid #ccc;
}

input {
  background: #f5f5f5;
  color:      #333333; 
  font:       10px arial; 
  width:      200px;
  border:     1 solid #aaa;
}

textarea {
  background: #f5f5f5;
  color:      #333333; 
  font:       10px arial; 
  width:      200px;
  height:	  100px;
  border:     1 solid #aaa;
}

.radio {
  background: none;
  color:      #333333; 
  font:       10px arial; 
  width:      20px;
  border:     0 solid #aaa;
}

select {
  background: #f5f5f5;
  color:      #333333; 
  font:       10px arial; 
  width:      90px;
  border:     1 solid #aaa;
}

.button {
  background: #f5f5f5;
  color:      #333333; 
  font:       10px arial; 
  width:      70px;
  border:     1 solid #aaa;
  text-align: center;
}

a.button { 
  color: #333333;
  margin-bottom: 1mm;
  vertical-align: middle;
}

.error {
  font-size:   12px;
  font-weight: bold;
  color:       red;
}

.ok {
  font-size:   12px;
  font-weight: bold;
  color:       green;
}

.icon {
  vertical-align: middle;
  border:         0px;
}