body {}

body { font-family: Verdana, Arial, Helvetica, sans-serif;  }

font { line-height: 125% }

/* rubrik, stor */
h1 { 
  color: #000000; 
  font-size: 24px; 
  font-weight: normal;
  line-height: 110%
}

/* rubrik, stor - with a twist */
h2:first-line {  
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
}
h2 {
  color: #000000; 
  font-size: 16px;
  font-weight: normal;
  line-height: 125%;
}

/* rubrik, mellem */
h3 {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 125%;
}

/* underrubrik */
h4 {
  color: #000000;
  font-size: 14px;
  font-weight: bold; 
  line-height: 125%;
}                       

/* manchet */
h5 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: 125%;
} 

/* brødtekst, lille
h6 {
  color: rgb(0,0,0);
  font-size: 10px;
  font-weight: bold;
  line-height: 125%;
}

/* brødtekst */
p, li, td {
 line-height: 125%;
 font-size: 12px;
}

a {
 color: blue;
}
a:link { 
  font-weight: bold; 
  text-decoration: none;
}
a:hover { 
  font-weight: bold; 
  text-decoration: none;
}
a:visited { 
  font-weight: normal;
  text-decoration: none;
}

/* menu */
.Nav a, .Nav a:link, .Nav a:visited {
  display: block;
  width: 120px;
  height: 18px;
  line-height: 14px;
  font-size: 11px;
  font-weight: bold; 
  text-decoration: none;
  color: white;
  background-image: url(button.gif);
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding: 0 0 0 20px;
}
.Nav a:hover, .Nav a.NavCellSel:link, .Nav a.NavCellSel:visited {
  background-image: url(button_hover.gif);
}
/* undermenu */
.SubNav { padding-left: 20px; padding-top: 5px; }
.SubNav a, .SubNav a:hover, .SubNav a:link, .SubNav a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 125%;
  display: block; 
  padding-top: 2px;
}

/* search */
.SearchHit { }
.SearchHitTitle { font-weight: bold; }
.SearchHitDesc { }
.SearchHitMisc { font-style: italic; font-size: 90%;}

.Xbroed      { color: black; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.Xrubrik { color: black; font-weight: bolder; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.broed_neg { color: white; background-color: black; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.Xbroed_kursiv   { color: black; font-style: italic; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
