/* Generated by KompoZer */

* {
  padding:0;
  margin: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;
  width: 770px;
  background-color: white;
  }
.logo {
  height: 75px;
  text-align: center;
  width: 770px;
  position: relative;
  background-color: #9999ff;
  font-size: 150%;
  }
.venstrespalte {
  float: left;
  width: 200px;
  position: relative;
  background-color: white;
  }
ul.menuliste {
  margin-top: 5px;
  padding:0;
  list-style-type: none;
  border-style: none none solid none;
  border-width: 1px;
  border-color:black;
  display:block;
  }
ul.menuliste li {
  margin: 0;
  padding-left: 5px;
  display: block;
  list-style-type: none;
  font-size: 120%;
  height: 25px;
  background-color: #7e9ce8;
  border-style: solid none none none ;
  border-color:black;
  border-width:1px;
  }
ul.menuliste li a {
  text-decoration: none;
  color: black;
  display: block;
  height: 25px;
  }
ul.menuliste li a:hover {
  height: 25px;
  background-color: #6b84c5;
  }
.indhold {
  position: relative;
  width: 570px;
  background-color: white;
  float: left;
  }
.sidefod {
  padding: 0px;
  position: relative;
  width: 770px;
  text-align: center;
  clear: both;
  background-color: #9999ff;
  }
.fed {
  font-weight: bold;
  color: #2f2f2f;
  }
.roed {
  color: red;
  }
.billedhoejre {
  padding: 5px;
  float: right;
  }
.billedvenstre {
  padding: 5px;
  float: left;
  }
.centrer {
  text-align:center;
  }