#tabs {
  color: #00205D;
  vertical-align: bottom;
  background-color: white;
  height: 420px;
  font-size: 11px;
}


#tabbuttons a {
  text-decoration: none;
  color: #00205D;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 27px;
  border: 1px solid #00205D;
  border-bottom: 1px solid #00205D;
}

#tab_active a {
  color: #00205D;
  border: 1px solid #001f5b;
  text-decoration: none;
}

#tab_active a:hover {
  color: #00205D;
}

#tabs a:hover {
  color: #00205D;
}

.tabblad {
 
  height: 370px;
  width: 315px;
  top: 25px;
  display: block;
  float: left;
  padding: 20px;
  padding-top: 30px;
  border: 1px solid #00205D;
  font-size: 12px;
}



.tabblad_hidden {

  height: 300px;
  width: 600px;
  border: 1px solid red;
  top: 20px;
  display: none;
  padding: 5px;
}

#tab1 {
  visibility: visible;
  
}

#tabs select {
  width: 135px;
  border: 1px solid #00205D;
}


#tabs textarea {
  font-family: verdana;
  color: #00205D;
  font-size: 10px;
  width: 150px;
  height: 120px;
  border: 1px solid #00205D;
  padding: 2px;
}

#tabs select,input {
  font-size: 11px;
  font-family: verdana;
}
