/* ---------------------------- Generelt ---------------------------- */
html, body, #overcontainer {
	min-height: 100%;
}

body {
  background-color: #ffffff;
  margin-top: 0px;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: orange;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 1px;
	border-style: none;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}

/* ---------------------------- Grund id'er ---------------------------- */
#overcontainer {
	color: #d7d7d7;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	Height: 470px;
}

#container {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
  position: relative;
  background-color: #f0ede4;
  padding: 0;
  margin: 0 0px 0 0px;
  padding: 0px 0 0px 0;
  width: 980px;
  height: 395px;
  text-align: justify;
  color: #000000;
}

#top {
	background-image: url(images/banner980.jpg);
	background-repeat: no-repeat;
  position: relative;
  background-color: #d7d7d7;
  height: 165px;
  padding: 0px 0 0 0px;
  color: #000000;
  text-align: center;
}


#streg {
  position: relative;
  background-color: #e0dcd1;
  height: 10px;
  padding: 0px 0 0px 0px;
  color: #000000;
}

#tekst{
	border-color: #0749aa;
  border-style: dashed;
	border: 1px;
}

#bund {
	clear:both;
  text-align: center;
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  background-color: #2e2620;
}

#kalender {
  overflow:hidden;
  height:130px;
  width: 115px;
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
}

#marqueecontainer{
  position: relative;
  width: 135px; /*marquee width */
  height: 200px; /*marquee height */
  background-color: e0dcd1;
  overflow: hidden;
  border: 0px solid black;
  padding: 2px;
  padding-left: 0px;
}

#spacer{
  height: 25px;
  clear: right;
}

/* ---------------------------- Grund class'er ---------------------------- */

.graastreg{
  border: solid 1px;
  border-color: #d7d7d7;
}

.left {
  overflow-y: scroll;
  overflow-x: No;
  border-right: solid 1px #d7d7d7;
	float: left;
	width: 790px;
	Height: 335px;
	margin-left: 10px;
	padding: 10px 5px 0 5px;
	padding-bottom: 20px;
	background-color: #ffffff;
}


.right {
	float: right;
	width: 141px;
	height: 100%;
}


/* ---------------------------- Tekst ---------------------------- */
h1 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: orange;
}

h2 {
  margin: 0;
  padding: 0;

  font-size: 17px;
  color: orange;
}

p {
  margin: 0;
  padding: 0;
}


/* Links */

/* ---------------------------- Links - Normal ---------------------------- */
a:link {
  background-color: transparent;
  text-decoration: none;
  color: orange;
}

a:visited {
  background-color: transparent;
  text-decoration: none;
  color: orange;
}

a:active {
  background-color: transparent;
  text-decoration: none;
  font-weight: none;
  color: orange;
}


a:hover {
  text-decoration: underline;  
  font-weight: none;
  color: orange;
}

/* ---------------------------- Menu ---------------------------- */

#menu-container {
  /* firefox */
  height:0px; 
  background:#14110f; 
  position: relative; 
  left: 10px; 
  top: -25px;
}

ul#simple-menu{
  list-style-type:none;
  width:980px;
  position:relative;
  height:25;
  font-family:"Lucida Sans",Arial,sans-serif;
  font-size:13px;
  font-weight:bold;
  margin:0;
  padding-bottom:-25px 0 0 0;
}

ul#simple-menu li{
  display:block;
  float:left;
  margin:0 0 0 4px;
  height:27px;
}

ul#simple-menu li.left{
  margin:0;
}

ul#simple-menu li a{
  display:block;
  float:left;
  color:#fff;
  background:#130e0b; 
  line-height:27px;
  text-decoration:none;
  padding:0 17px 0 18px;
  height:27px;
}

ul#simple-menu li a.right{
  padding-right:19px;
}

ul#simple-menu li a:hover{
  background:#e0dcd1;
}

ul#simple-menu li a.current{
  color:#130e0b;
  background:#e0dcd1;
}

ul#simple-menu li a.current:hover{
  color:#130e0b;
  background:#e0dcd1;
}




