BODY {
 font-size:8pt;font-weight: normal; color:black;
 font-family: "Verdana", "Arial", "Trebuchet";
 background-color: lightgrey;
 font-size: 10px;
}

table {
  width:1100px;
  }

table,tr,td {
  border: 1px solid black;
  border-collapse: collapse;
  }

ul
  {
  text-align:center; 
  font-weight: bold;
  }

/* ------------------------ */

.korlis_top {
  display:block;
  padding: 0px;
  margin: 0px; 
  background-color:white;
  width:1096px; /* bredde af topramme*/
  height:100px; /* højde af topramme*/
  position:absolute; 
  top: 0px; /* startposition i */
  left: 162px;/* øverste venstre hjørne */
  border:0px solid black;
  text-align:center;
}

/* ------------------------ */

.startside {
  display:block;
  padding: 0px;
  margin: 0px;
  background-color: white;
  position:absolute;
  top: 102px; /* startposition regnet fra*/
  left: 162px; /* øverste venstre hjørne */
  border: 0px solid red; 
}

/* ------------------------ */

#nav {
  display:block;
  padding: 0px;
  margin: 0px; 
  background-color:white;
  width:161px;
  height:1500px;
  position:absolute;
  top: 0px;
  left: 0px; 
  border:0px solid red; 
  font-size: 12px;
  font-weight: normal;


}
/* ------------------------ */

