/*
  blauw:  #034C85
  oranje: #FF6600
  grijs:  #EADDD1
*/

body {
  font-family: Arial;
  font-size: 12px;
  color: #034C85;
  background: #EADDD1;
  margin: 15px;
  overflow: auto;
}

img {
  border-width: 0;
}

form {
  display: inline;
}

a {
  color: #034C85;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

input {
  font-size: 9px;
}

input.text {
  border-width: 1px;
  border-style: solid;
  border-color: #034C85;
}

select {
  font-size: 9px;
}

textarea {
  font-size: 12px;
}

table {
  font-size: 12px;
}

ul {
  font-weight: none;
  margin: 5px;
  text-indent: 15px;
  list-style-type: square;
}

hr {
  height: 2px;
  color: white;
  border-style: solid;
}

table.general {
  border-collapse: collapse;
  background: white;
  font-size: 11px;
  color: #034C85;
  border-color: #034C85;
  border-style: solid;
  border-width: 1px;
}

tr.header {
  color: white;
  font-weight: bold;
  background-color: #034C85;
}

tr.header a {
  color: white;
}

tr.even {
  background-color: white;
}

tr.oneven {
  background-color: #EADDD1;
}

tr.highlite {
  background-color: #FFCC33;
}

tr.oranje {
  background-color: #FF6600;
}

tr.header td {
  height: 25px;
  white-space: nowrap;
  padding: 2px 5px 2px 5px;
}

tr.even td,
tr.oneven td,
tr.highlite td,
tr.oranje td {
  height: 21px;
  white-space: nowrap;
  padding: 0 4px 0 4px;
}

.vacature {
  background-color: white;
  padding: 4px;
}

.cursus {
  border-style: solid;
  border-width: 1px;
  background-color: white;
  padding: 4px;
}

td.chars {
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  text-align: center;
}

td.merk {
  padding: 1px 4px 1px 5px;
  white-space: nowrap;
}

td.vestiging {
  white-space: nowrap;
  vertical-align: top;
  border-style: solid;
  border-width: 1px 0 0 0;
  padding: 5px;
}

td.nieuws {
  border-style: solid;
  border-width: 0 1px 0 1px;
  padding: 5px;
}

td.picture {
  border-style: solid;
  border-width: 1px;
}

td.afdeling {
  font-weight: bold;
  padding: 5px;
}

td.medewerker {
  padding: 1px 5px 1px 5px;
  white-space: nowrap;
}

td.datumhighlite {
  color: #FF6600;
  font-weight: bold;
}

div.title {
  font-size: 14px;
  font-weight: bold;
  background: #034C85;
  color: white;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  padding: 2px 4px 2px 4px;
  text-align: center;
  white-space: nowrap;
}

span.klein {
  font-size: 9px;
}

span.groot {
  font-size: 15px;
  font-weight: bold;
}

input.button {
  font-family: Arial;
  font-size: 9px;
  color: white;
  background-color: #034C85;
  border-style: solid;
  border-color: white;
  border-width: 2px
}

a.button {
  font-size: 9px;
  color: white;
  background-color: #034C85;
  padding: 0px 5px 0px 5px;
  border-style: solid;
  border-color: white;
  border-width: 2px
}

