/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background-color: #006600;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Comic Sans MS;
}
.side {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 900px;
  margin-top: 20px;
  background-color: #cccccc;
}
.logo {
  height: 75px;
  text-align: center;
  position: relative;
  width: 900px;
  background-color: #cccccc;
  color: #006600;
  font-size: 150%;
  background-image: url(image/logo.jpg);
  background-position:  center center;
}
.venstrespalte {
  float: left;
  position: relative;
  margin-left: 0px;
  width: 200px;
  background-color: #cccccc;
}
ul.menuliste {
  border-style: none none solid;
  border-color: black;
  border-width: 1px;
  padding: 0;
  list-style-type: none;
  display: block;
  margin-top: 19px;
  margin-left: 20px;
  background-color: #cccccc;
}
ul.menuliste li {
  border-style: solid none none;
  border-color: black;
  border-width: 1px;
  margin: 0;
  padding-left: 0px;
  display: block;
  list-style-type: none;
  height: 25px;
  font-size: 110%;
  background-color: #006600;
}
ul.menuliste li a {
  text-decoration: none;
  display: block;
  height: 25px;
  color: #cccccc;
}
ul.menuliste li a:hover {
  height: 25px;
  background-color: #cccccc;
  color: #006600;
}
.indhold {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  width: 700px;
  background-color: #cccccc;
}
.sidefod {
  padding: 0px;
  position: relative;
  text-align: center;
  clear: both;
  width: 900px;
  background-color: #333333;
  color: #cccccc;
}
.fed {
  font-weight: bold;
  color: #2f2f2f;
}
.roed {
  color: red;
}
.billedhoejre {
  padding: 5px;
  float: right;
}
.billedvenstre {
  padding: 5px;
  float: left;
}
.centrer {
  text-align: center;
}
