/*
    CSS voor de website van RealSense BV

    Copyright: Leon Franken
    Actief sinds: 06-2009
*/

body {
  margin: 0px;
}

img {
  border: 0px;
  margin: 0px;
}
img.border {
  border: 1px solid #000000;
}

table.basis {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
td.background_gray {
  background-color: #999999;
}
td.background_white {
  background-color: #FFFFFF;
}

table.framework {
  height: 100%;
}
td.header {
  background-color: #E2E7C2;
  padding: 20px;
  font-family: Tahoma, Verdana;
  font-size: 9pt;
  color: #000000;
}
td.background_dark_gray {
  background-color: #333333;
}
td.menu {
  background-color: #B1C800;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

td.content {
  padding: 15px;
}
td.content_links {
  padding: 0px 20px 20px 0px;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  color: #000000;
  vertical-align: top;
}
td.content_rechts {
  padding: 0px 0px 20px 20px;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  color: #000000;
  border-left: 1px solid #000000;
  vertical-align: top;
}
td.content_adres {
  padding-top: 10px;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  color: #000000;
  border-top: 1px solid #000000;
}
td.content_tekst {
  padding: 0px;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  color: #000000;
  border-left: 0px;
  vertical-align: top;
}

.topmenu_basis {
  position: relative;
  width: 185px;
}
.topmenu {
  position: absolute;
  width: 545px;
  height: 40px;
  top: 0px;
  left: 390px;
  text-align: right;
}
.pathway {
  font-family: Tahoma, Verdana;
  font-size: 8pt;
  color: #999999;
  font-style: italic;
  margin-bottom: 15px;
}

ul.topmenu_list {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}
ul.topmenu_list li {
  display: inline;
  margin-right: 15px;
  border-right: 1px solid #000000;
  list-style: none;
}
ul.topmenu_list li.last {
  border-right: 0px;
}
ul.hoofdmenu_list {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}
ul.hoofdmenu_list li {
  display: inline;
  margin-left: 15px;
  border-left: 2px solid #FFFFFF;
  list-style: none;
}
ul.hoofdmenu_list li.extra {
  margin-left: 76px;
}

h1 {  /* titel */
  font-size: 14pt;
  font-weight: bold;
}
h2 {  /* subtitel*/
  color: #999999;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 2px;
}

a.zwart, a.zwart:visited, a.zwart:active {
  color: #000000;
  text-decoration: underline;
}
a.zwart:hover {
  color: #000000;
  text-decoration: none;
}
a.wit, a.wit:hover, a.wit:visited, a.wit:active {
  color: #FFFFFF;
  text-decoration: none;
}
a, a:visited, a:active {
  color: #B1C700;
  text-decoration: underline;
}
a:hover {
  color: #B1C700;
  text-decoration: none;
}

hr {
  height: 1px;
  width: 100%;
  border: 1px solid #000000;
  margin: 10px 0px;
}
