/* Technoplanet <mailto:rene@technoplanet.nl> */
body {
  background-color: #DADADA;
}
div.header {
  background-image: url('../images/header-background.gif');
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -475px;
  width: 950px;
  height: 138px;
}
div.header a {
  display: block;
  text-decoration: none;
}
img#logo {
  position: absolute;
  border: 0;
  top: 20px;
  left: 20px;
}
img#header-tepe {
  position: absolute;
  border: 0;
  top: 15px;
  right: 20px;
}
#tabs {
  position: absolute;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 22px;
  padding: 0px;
  background-color: #F90000;
  text-align: center;
}
#tabs a {
  background-image: url('../images/tab-bullit.gif');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: white;
}
#tabs a#first-child {
  background: none;
}
div.page {
  position: absolute;
  background-color: white;
  margin: 0px;
  left: 50%;
  min-height: 100%;
  margin-left: -475px;
  width: 950px;
  top: 160px;
  bottom: 0px;
}
div.top {
  background-image: url('../images/licht-top.gif');
  background-repeat: no-repeat;
  clear: both;
  height: 60px;
  margin: 0px;
}
div.bottom {
  background-image: url('../images/licht-bottom.gif');
  background-repeat: no-repeat;
  clear: both;
  height: 60px;
  margin: 0px;
}
div.content {
  background-image: url('../images/licht-background.gif');
  margin: 0px;
}
#left {
  display: inline;
  float: left;
  width: 225px;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 0px;
}
#body {
  display: inline;
  float: right;
  font-family: Verdana, serif;
  font-size: 12px;
  top: 0px;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 190px;
  width: 450px;
}
#body h1, #body h2, #body h3 {
  font-weight: normal;
}
#body img {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer {
  clear: both;
  padding-left: 70px;
  width: 880px;
  height: 100px;
  background: white;
}
#footer a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#footer a img {
  float: left;
  width: 180px;
  margin: 10px;
  border: 0;
}
span.technoplanet {
  font-variant: small-caps;
  font-style: normal;
}
table {
  font-size: 80%;
}
td {
  min-width: 12em;
}
tr:first-child td {
  font-weight: bold;
}
tr:hover {
  background: white;
}