body {
height: 100%;
background: url('images/allbg.png') repeat-x #cbcccc;
}

h1 {
font-size: 20px;
}

table#layout {
background: url('images/bg.png') repeat-x;
background-color: #343535;
border: solid 1px #000;
}

div#top {
height: 70px;
background-image: url('images/top.png');
position: relative;
z-index: 1;
}

div#header {
height: 30px;
background: url('images/header.png') no-repeat;
position: relative;
text-align: center;
z-index: 1;
}

div#menu {
float: left;
margin-top: 0px;
width: 200px;
height: 400px;
background: url('images/menu.png') no-repeat;
position: absolute;
z-index: 1;
}

div#indhold {
text-align: left;
float: right;
position: relative;
margin: 5px;
width: 590px;
min-height: 380px;
color: #e7e7e7;
font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
z-index: 1;
}

#footer a{
color: #6b6b6b;
text-decoration: none;
}

#footer {
text-align: center;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.topmenu {
	width: 600px;
	float: right;
	margin-top: 1px;
	margin-left: 0px;
	padding: 0;
	display: block;
}
.topmenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.topmenu ul li {
	display: block;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;

}

.topmenu ul li a {
	display: block;
	margin: 0;
	width: 100px;
	padding-left: 0px;
	color: #707070;
	text-decoration: none;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 90%;
}

.topmenu ul li a span.menu_ar {
	display: block;
	margin-top: 0;
	width: 100px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 0px;
	}

.topmenu ul li.highlight a {
	padding-top: 0;
	width: 100px;
	height: 30px;
	background: transparent url(images/but2.png) no-repeat;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}

.topmenu ul li a:hover {
	padding-top: 0;
	width: 100px;
	height: 30px;
	background: transparent url(images/but2.png) no-repeat;
	font-size: 100%;
	color: #000000;
}
.optimering {
	font-weight: normal;
}
