a {
  text-decoration: underline;
  color: #6b6359;
}
a:hover {
  text-decoration: underline;
  color: #7c746b;
}
a img {
  border: 0px;
}
/*
td.indhold * img {
  margin: 2px;
}
*/

body, td {
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 10pt;
}
td {
  line-height: 140%;
}
h1 {
  font-size: 140%;
  font-weight: bold;
}
h3 {
  line-height: 100%;
  font-weight: bold;
}
body {
  margin: 0px;
  background: url(./grafik/baggrund.gif) repeat-x #decebe;
}
td.outerborder {
  text-align: center;
}
td.menu {
  width: 170px;
}
span.menu {
  display: block;
  padding-left: 13px; 
  width: 132px;
  overflow: hidden;
  margin-bottom: 2px;
}
span.menu2 {
  display: block;
  padding-left: 27px; 
  width: 118px;
  overflow: hidden;
  margin-bottom: 2px;
  background: url(./grafik/menu_bullet.gif) no-repeat 13px 5px;
}
span.menu3 {
  display: block;
  padding-left: 41px; 
  width: 104px;
  overflow: hidden;
  margin-bottom: 2px;
  background: url(./grafik/menu_bullet.gif) no-repeat 27px 5px;
}
span.menu a, span.menu2 a, span.menu3 a {
  text-decoration: none;
  color: black;
}
span.menu a:hover, span.menu2 a:hover, span.menu3 a:hover {
  text-decoration: underline;
  color: black;
}
.valgt {
  font-weight: bold;
}


