body {
  text-align:   center;
  font-family:   Verdana;
  background-color: #000000;
  margin: 0px 0px 0px 0px;
}

td {
  font-family:   Verdana;
  text-align:   center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
a:link {
  color: #000000;
  text-decoration: none;
}     /* unvisited link */
a:visited {
  color: #000000;
  text-decoration: none;
}  /* visited link */
a:hover {
  color: #000000;
  text-decoration: none;
}   /* mouse over link */
a:active {
  color: #000000;
  text-decoration: none;
}   /* selected link */

  /*********************************************************************/
 /*                       Header og baggrund                          */
/*********************************************************************/

table.top {
  text-align: center;
  width: 700px;
  height: 100%;
  border-collapse: collapse;
}

  /*********************************************************************/
 /*                       Header og baggrund                          */
/*********************************************************************/

td.top_lr {
  width: 50%;
}

td.menu {
  height: 30px;
  width:  20%;
  font-weight:  bold;
  font-size: 14px;
  background-image: url(grafik/menu.jpg);
}
td.menu:hover {
  height: 30px;
  width:  20%;
  font-weight:  bold;
  font-size: 14px;
  background-image: url(grafik/menu_hover.jpg);
  cursor: pointer;
}
td.menu_hover {
  height: 30px;
  width:  20%;
  font-weight:  bold;
  font-size: 14px;
  background-image: url(grafik/menu_hover.jpg);
  cursor: pointer;
}



td.content {
  height: 100%;
}

iframe.content {
  height: 100%;
  width:  100%;
  background-color: #CCC;
  font-weight:  bold;
  font-size: 14px;
}


td.address {
  height: 25px;
  font-weight:  normal;
  font-size: 12px;
  background-image: url(grafik/address.jpg);
}

td.space {
  height: 5px;
}


  /*********************************************************************/
 /*                       SIDEBAR                                     */
/*********************************************************************/

div.sidebar {
  background-color: #FFFFFF;
  width: 250px;
  margin: 190px 0px 0px 20px;
  float: left;

}

span.sidebartop {
  width: 100%;
  font-weight:  bold;
  border-bottom: 1px solid #000000;

}

