/* Cascading Style Sheet, HTS AG
*/
body {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* link's have a little box
*/
.main a {
  font: 110% Verdana, Helvetica, Arial, sans-serif;
  color: BLACK;
  text-decoration: none;
  /*
  border: 1px groove #6C6C6C;
  border-style:dotted;
  */
  background-color: #F2F2F2;
}

.main a:hover {
  color: RED;
}

/* main content part 
*/
.main {
  padding: 0px 0px 20px 25px;
}
/* images in content
*/
.image {
  padding: 25px 0px 0px 0px;
}


/* 2-splatig
*/
table.two_row {
  font-size: 9px;
  width: 550px;
  vertical-align: top;
  color: BLACK;
  margin: 25px 0px 0px 0px;
}

table.two_row td {
  width: 265px;
  vertical-align: top;
  margin: 0px 20px 0px 0px;
}

table.two_row td.title {
  color: RED;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}


/* 3-splatig
*/
table.three_row {
  font-size: 9px;
  width: 550px;
  vertical-align: top;
  color: BLACK;
  margin: 25px 0px 0px 0px;
}

table.three_row td {
  width: 160px;
  vertical-align: top;
  margin: 0px 15px 0px 0px;
}

table.three_row td.title {
  color: RED;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

div.title {
  color: RED;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

div.subtitle {
  color: BLACK;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.fulltext {
  width: 550px;
  font-size: 9px;
  margin: 0px 0px 10px 0px;
}

.text {
  font-size: 9px;
  margin: 0px 0px 10px 0px;
}

/* Navigation table
*/
table.navigation {
  width: 160px;
  font-size: 80%;
  font-weight: bold;
  color: BLACK;
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

table.navigation td {
  padding: 5px 5px 5px 5px;
}

table.navigation td.logo {
  padding: 25px 0px 25px 5px;
}

table.navigation td.sub {
  font-size: 80%;
  padding: 5px 5px 5px 15px;
}

/* navigation link's has no underline
*/
table.navigation a {
  color: BLACK;
  text-decoration: none;
}

table.navigation a:hover {
  color: RED;
}

/* active navigation link is red
*/
table.navigation td.active {
  color: RED;
}

table.navigation td.active a {
  color: RED;
}

/* active navigation link is red
*/
.space {
  height: 50px;
}
