body {
  background:#f0f0f0;
  color:#000000;
  text-align:center;
  }
h2 {
  margin:0px 0px 5px 0px;
  padding:0px;
  color:#8c8c8c;
  text-align:center;
  }
h3 {
  margin:5px 0px 5px 0px;
  padding:0px;
  color:#444444;
  text-align:center;
  font:italic 15px "times new roman", serif;
  }
img {
  border: none;
  }
p {
  margin:0px;
  padding:1px 0px 0px 0px;
  }
#main{
  width:598px;
  margin:auto;
  border:solid 3px #999999;
  text-align:left;
  color:black;
  background:#eeeeee;
  }
#header {
  position:relative;
  width:589px;
  height:35px;
  margin:2px;
  border:ridge 2px #777777;
  color:#444444;
  background-color:#999999;
  text-align:center;
  font:italic bold 30px arial, sans-serif;
  }
#footer {
  position:relative;
  clear:left;
  width:589px;
  height:35px;
  margin:2px;
  padding:3px 0px 0px 0px;
  border:ridge 2px #666666;
  color:#aaa;
  background-color:#999999;
  text-align:center;
  font:bold 12px arial, sans-serif;
  }
#info {
  clear:left;
  float:left;
  width:139px;
  height:200px;
  margin:2px;
  padding:3px;
  background-color:#c0c0c0;
  text-align:left;
  font:italic 12px "times new roman", serif;
  }
#content {
  float:left;
  width:287px;
  height:200px;
  margin:2px;
  padding:4px;
  background-color:#eeeeee;
  text-align:left;
  font:bold 15px arial, sans-serif;
  }
#newz {
  float:left;
  width:139px;
  height:200px;
  margin:2px;
  padding:3px;
  background-color:silver;
  text-align:left;
  font:italic 12px "times new roman", serif;
  }
/* news layout */
.newshead {
  padding: 2px;
  color:#000000;
  font:bold 12px sans-serif;
  }
.newsdate {
  float: right;
  color:#999966;
  font:9px sans-serif;
  }
.newstext {
  font:11px sans-serif;
  }
/* BEMÆRK** menu floater left derfor kan den genbruges */
a.menu:link,a.menu:visited {
  float:left;
  width:143px;
  margin:auto 2px 2px 2px; /* Top Right Bottom Left */
  border:outset 1px #999999;
  background-color:#888888;
  text-align:center;
  display:block;
  color:#eeeeee;
  text-decoration:none;
  font:bold 16px arial, sans-serif;
  }
a.menu:hover {
  border:inset 1px;
  background:#eeeeee;
  color:#000000;
  }
a:link,a:visited {
  text-decoration:none;
  }