body {
    background-color: #eeeeee;
}
#side {
	background-color: #D6D6D6;
    width:1024px;
	height:750px;
	margin: 0px auto;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: black;
}
#side_print {
	background-color: #D6D6D6;
    width:1024px;
	height: auto;
	margin: 0px auto;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: black;
}
#top {
	position:absolute;
    background-color: #A9A9A9;
	top:0px;
	width:1024px;
	height: 40px;
}
#menu {
	position:absolute;
	top:50px;
	width:1024px;
	height: 30px;
}
#indhold {
	position:absolute;
    top:90px;
	width:1024px;
	height: 630px;
    margin: 10px;
}
#indhold_print {
	position:absolute;
    top:90px;
	width:1024px;
	height: 630px;
    margin: 10px;
}
#bund {
	position:absolute;
    background-color: #A9A9A9;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-style: italic;
    color: #696969;
    top: 730px;
	width:1004px;
	height: auto;
}

a:link {
  text-decoration:none;
  color: black;
}
a:visited {
  text-decoration:none;
  color: black;
}
a:hover {
  text-decoration:none;
  color: black;
  }
a:active {
  text-decoration:none;
  color: black;
}

@font-face {
  font-family: flfont;
  src: url("/fonts/Shardee-webfont.eot");
  src: local("?"),
  url("/fonts/Shardee-webfont.woff") format("woff"),
  url("/fonts/Shardee-webfont.svg") format("svg");
  }

#kammeralink {
  position: relative;
  top: 100px;
  width:250px;
  height: 25px;
  margin-left: 690px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  padding: 2px;
  background-color: #A9A9A9;
  border:1px solid;
  border-color: #696969;
  color: #000000;
  border-radius:5px;
  -moz-border-radius:5px; /* Firefox 3.6 and earlier */
  box-shadow: 5px 5px 5px #008000;
}
#advarsler {
  position: relative;
  top: 110px;
  width:350px;
  height: auto;
  font-size: 120%;
  color: #CC0000;
  text-align: center;
  margin-left: 640px;
}
#tilstand{
  position: absolute;
  top: 10px;
  left: 600px;
  z-index: 2;
}
