body {
  background: #999;
  margin: 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
}

#wrapper {
	margin: 0px auto;
	overflow: hidden;
	width: 850px;
}
  
#top {
  z-index: 5;
  background: #FFF;
}

.logo {
  background: url(fundanemt/site_graphics/logo.png) no-repeat 40px 50%;
  height: 120px;
}

.overskrift {
  background: url(fundanemt/site_graphics/overskrift-med-navn.gif) no-repeat 190px 50%;
  height: 120px;
}

#content {
  float: right;
  width: 650px;
  _width: 650px;  /* Specifikt til IE */
  padding-top: 15px;
  _padding-top: 30px;
  padding-right: 10px;
  padding-left: 20px;
  margin-bottom: -9980px;
  padding-bottom: 10000px;
  text-align: left;
  background: #FFF;
}

#menu {
  float: left;
  padding-top: 40px;
  padding-left: 10px;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  text-align: left;
  width: 160px;
  background: #EEE;
}

#footer {
  margin: 0px auto;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 0.8em;
  color: #999;
  background: transparent;
  padding-top: 7px;
  clear: both;
}

/* Links */

a:link, a:visited {
  text-decoration: none;
/*  color: #333;*/
}

a:hover {
  text-decoration: underline
}


/* Menu */

a.l1, a.l1_passive, a.l1_active {
  color: #00F;
/*  font-weight: bold;*/
}

a.l2, a.l2_active {
  color: #00F;
  font-size: 10px;
/*  font-weight: bold;*/
  margin-left: 1.3em;
}

a.l1_active, a.l2_active {
  text-decoration: underline;
}

/* Overskrifter */

h1, h2, h3, h4 {
   color: #999;
   font-family: arial, helvetica, sans-serif;
}

h1 {
  font-size: 28px;
  margin-bottom: 5px;
}

H2,H3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

H4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 0px;
  margin-bottom: 3px;
}

p, li {
  line-height: 1.2em;
}

.factbox {
  border: 1px solid #999;
  width: 90%;
  margin-top: 20px;
}

.fact-os {
  background: #999;
  color: #FFF;
  font-weight: bold;
  padding: 3px;
}

.fact {
  padding: 3px;
  background: #FFF;
}


/* FundaLinks */
 
.modlinks_currentcategory, .modlinks_linksheader, .modlinks_linkhits {
  display: none;
}

.modlinks_link {
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

.modlinks_linkdesc {
  margin-bottom: 10px;
}

/*  Fundanews */
.archiveHeader, .archiveEntry {
  padding: 3px;
}

.archiveHeader {
  border-bottom: 1px solid #000;
}

.archiveEntry { 
  border-bottom: 1px dotted #999;
}