body {
background-image:url('images/baggrund.png');
background-attachment:fixed;
}

a {
text-decoration: none;
border: 0px;
color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
text-decoration:underline;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#content {
	height: 100%;
}

img {
border: none;
}

#menu {
  float:left;
	width:180px;
	height:270px;
	background-color:white;
	background-image:url(menubg.jpg);
	position:relative;
  top:-60px;
  left:2px;
}

#knap {
  position:relative;
  left:3px;
  top:35px;
}

#logo {
position:relative;
left:5px;
top:5px;
}

#indhold {
  position:relative;
  top:5px;
  z-index:2;
  height: 365px;
  overflow-y: scroll;
}

#mainbg {
background-image:url(mainbg.png);
width:490px;
height:299px;
background-repeat:no-repeat;
padding:0;
z-index:1;
position:relative;
top:5px;
}

#main-text {
font-family:Verdana;
font-size:13px;
}

h1 {
font-family:Verdana;
font-size:16px;
font-weight:bold;
}