body {	
  background-image: url(baggrund.jpg);
  background-color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  color: #333333;
} 

td, p {	
  font-family: verdana;
  font-size: 12px;
  color: #333333;
} 

h1 {
  font-family: verdana;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
} 


h2 {
  font-family: verdana;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
} 


h4 {
  font-family: verdana;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  margin: 0px;
} 


#main{
  position: absolute;
  margin-left: 50%;
  left: -490px;
  top: 15px;
  width: 970px;
}


#overskrift{
  /*position: absolute;
  right: 0px;
  top: 35px;
  width: 180px;*/
  text-align: right;
  font-weight: bold;
  font-family: verdana;
  font-size: 22px;
  color: #333333;
}

#flag{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 380px;
}


#koordinater{
  /*position: absolute;
  right: 0px;
  top: 35px;
  width: 180px;*/
  text-align: right;
  font-weight: bold;
}


#menu {
  padding-top: 5px;
}

#content {
  padding-top: 15px;
}

.menu, a.menu, a:visited.menu {
  color: white;
  text-decoration: none;
  border-left: 1px solid white;
  padding-left: 10px;
  /*padding-right: 5px;*/
  margin-bottom: 10px;
}
a:hover.menu {
  color: red;
}

div#menu {
  float: left;
  width: 150px;
}

div#menu a:link,
div#menu a:visited,
div#menu a:active {
  display: block;
  clear: both;
  margin-bottom: 0px;
  color: #333333;
}

div#menu a:hover {
  color: red;
}

div#content {
  float: left;
  width: 800px;
  margin-left: 20px;
}
