body, html {
	margin: 0;
	padding: 0;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: justify;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0 0 1em;
}

h4 {
	margin: 0;
	font-size: 14px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #004dff;
	text-decoration: underline;
}

/* @group sideting */

#side {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#hoved {
	width: 900px;
	margin: 0;
	height: 140px;
	background: #fff url(billeder/header01.png) no-repeat;
}

#overligger {
	width: 800px;
	height: 45px;
	background-color: #000;
	margin: 0;
	padding: 25px 50px 0;
	position: relative;
	display: block;
	top: 7px;
}

#underligger {
	width: 800px;
	height: 25px;
	background-color: #000;
	margin: 0;
	padding: 0 50px;
	position: relative;
	display: block;
}

#indhold {
	width: 800px;
	height: 433px;
	background-color: #000;
	padding: 25px 50px;
	position: relative;
	display: block;
	overflow: auto;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#indholdvenstre {
	float: left;
	width: 430px;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 280px;
	padding: 0;
	margin: 0;
}

#footer {
	width: 900px;
	height: 28px;
	text-align: right;
	font-style: italic;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #004dff;
}

#footer p {
	margin: 0;
}

* html #footer {
	height: 1px;
}



/* @end */

/* @group menuting */

#minmenu {
	text-align: left;
	background-color: #000;
	height: 28px;
	padding: 0;
	margin: 0;
	width: 900px;
	position: relative;
}

.menu {
	color: #fff;
	border-right: 2px solid #fff;
	padding: 8px 24px 7px;
	top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	margin: 0;
}

.menu a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.menu:hover{
	background-color: #004dff;
	color: #fff;
	text-decoration: none;
}

.ahilite {
	text-decoration: none;
	color: #004dff;
	border-right: 2px solid #fff;
	height: 26px;
	padding: 8px 24px 7px;
	top: 6px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}


/* @end */

.works {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}