
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background-color: #eaeaea;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.side {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5px;
  text-align: left;
  background-color: white;
  width: 1200px;
  min-height: 800px;
}
.logo {
  text-align: center;
  position: relative;
  background-color: #9999ff;
  font-size: 150%;
  width: 1200px;
  font-family: Comic Sans MS;
  background-image: url(logo.JPG);
  background-position: left center;
  color: white;
  height: 175px;
}
.indhold {
  position: relative;
  background-color: white;
  width: 1200px;
  min-height: 800px;
}
.fed {
  font-weight: bold;
  color: #2f2f2f;
}
.billedhoejre {
  padding: 5px;
  float: right;
}
.billedvenstre {
  padding: 5px;
  float: left;
}
.centrer {
  text-align: center;
}
.logo, h1 {
  padding-top: 22px;
}
.vandretnav {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  height: 30px;
}
ul.navbar {
  border-left: 1px solid black;
  margin: 0 0 0.5em;
  padding: 0;
  font-family: arial,sans-serif;
  font-size: 14px;
  height: 22px;
  text-align: center;
  list-style-position: outside;
  list-style-type: none;
}
ul.navbar li a {
  border-style: solid;
  border-color: #225577;
  border-width: 1px 1px 1px 0;
  margin: 0;
  padding: 3px 5px;
  background: #ffffff none repeat scroll 0% 50%;
  color: #1a0080;
  text-decoration: none;
  float: left;
  width: 18%;
}
ul.navbar li a:visited {
  background-color: #eeeeee;
}
ul.navbar li a:hover {
  color: #ffffff;
  background-color: #1a0080;
}
span.clear {
  clear: left;
  height: 0;
}
.billede {
	
  margin-left: auto;
  min-height: 100px;
  margin-top: 15px;
  background-color: white;
  overflow: auto;
  position: relative;
  margin-right: auto;
  width: 1000px;
  font-family: Comic Sans MS;
  font-size: 18px
  
}
.billede img {
  float: right;
  width: 400px;
}
