/***************** General *******************/

body {
 color: black;
 font-family: "Arial","Helvetica",sans-serif;     
 background-color: white;
 background-image:url('http://www.verdensdansker.dk/baggrund.png');
}

div#outer {
  margin: 1em auto;  
  padding: 1em;
  /* And then, since IE6 doesn't implement max-width!
    (thanks to svendtoft.com) */
  max-width: 41em;
  width: expression( 
                  document.body.clientWidth > (500/12) * 
                  parseInt(document.body.currentStyle.fontSize)?
                  "40em" : "auto" );
  background-color: white;
}

h1 {
  text-align: center;
}

a {
  color: darkblue;
  text-decoration: underline;
}

/* a:link, a:visited, a:hover */ 
a img {border-style: none;}

/*********** Navigation *************/

#navhead {
/*  display: block; */
  background-color: #442211;
  padding: 0 1em;
  font-size: large; 
  line-height: 1.5em; /* IE bug: http://www.dracos.co.uk/web/css/ie6floatbug/ */
}

#navhead a {
  color: white;
  text-decoration: none;
  background-color: #442211; /* IE isn't that good at inheritance... */
}

#navhead ul {
  /* This box has 0 height */
  width: auto;
  list-style: none;
  margin: 0;
/*  border: thin solid red; */
}

#navhead ul li {
  float: right;
/*  margin: 0 5px 0 0; */
  margin: 0 0.7em 0 0;
  padding: 0 0 3px 0;
}

#navhead ul li a {
  border-bottom: 3px solid #442211;
}

#navhead ul li a:hover {
  background-color: #553322;
}

#navhead ul li.current a {
  border-bottom-color: white;
}

div.spacer {
  clear: both; 
  font-size: 0px; /* Otherwise IE sets height to 1em... */
  margin: 0; 
  padding: 0;
  height: 1px;
}

#navheadlang {
  text-align: right;
  font-size: small;
}

#navheadlang a {
  text-decoration: none;
}