body, div, h1, h2, h3, h4, h5, h6, p, ul, img, span, a {
    margin: 0px;
    padding: 0px;
	border: 0px;
    background: transparent;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
	color: #6666ff;
}

a:hover {
	color: #0000ff;
}

h3 {
    font-size: 1.5em;
}

h4 {
	padding-top: 0.5em;
	font-size: 1em;
}

h5 {
	display: inline;
}

p {
	padding-bottom: 0.5em;
}

.container{
	width: 1024px;
	margin: 0 auto;
}

#header {
    color: #FFFFFF;
    margin: 0px auto;
	width: 1024px;
	background: url('../img/banner.png') no-repeat;
	margin-bottom: 10px;
}

#header h1 {
	padding: 50px 50px 50px 250px;
	height: 50px;
	color: #aaaaff;
	text-shadow: 2px 2px 5px black;
}

.menu {
	clear: both;
	list-style: none;
}

.menu li:first-child {
	margin-left: 0px;
}

.menu li {
	float: left;
	width: 199px;
	margin: 10px 0px 0px 76px;
	text-align: center;
}

.menu li a {
	background: #333333;
	display: block;
	text-decoration: none;
	padding: 5px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}

.menu li a:hover {
	background: #666699;
	color: white;
}

#content {
	clear: both;
}

#splash {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

#splash img {
	width: 150px;
}

#slideshow {
	margin: 0px 0px 0px 275px;
	width: 400px;
	height: 300px;
}

#forsidetekst {
	margin: 40px 0px 0px 225px;
	width: 500px;
	line-height: 1em;
}

#slideshow img {
	position: absolute;
	width: 400px;
	height: 300px;
}

#slideshow a {
	position: relative;
	top: 300px;
}

#news_box{
	float: right;
}

#news_box ul {
	list-style: none;
}

.news_item {
	width: 260px;
	padding: 10px 10px;
	background: #dddddd;
	margin: 0px 0px 5px 0px;
}

.news_item .body {
	font-size: 0.9em;
}

.news_item .header{
	display: inline;
}

.news_item .author {
	font-size: 0.7em;
}

.news_item .date {
	display: inline;
	float: right;
	font-size: 0.7em;
}

.infobox {
	width: 450px;
	margin: 10px 31px;
	float: left;
	line-height: 1.3em;
}

.profil {
	display: block;
	width: 700px;
	margin: 10px 31px;
	float: left;
	line-height: 1.3em;
}

.profil.thumb {
	width: 350px;
	height: 120px;
}

.profil h3 {
	padding: 0.5em 10px 0px 10px;
	line-height: 1.5em;
}

.profil p {
	padding: 10px;
}

.kontonr, .kontaktinfo {
	margin-left: 10px;
	font-style: italic;
}

img.person {
	width: 200px;
	float: left;
	padding: 10px;
}

img.person.thumb {
	width: auto;
	height: 100px;
}

p.text {
	padding: 30px 50px 30px 220px;
}

p.column {
	width: 350px;
	padding: 30px 25px 30px 25px;
	float: left;
}

p.text a {
	line-height: 1.5em;
	padding: 0px 10px;
}

a.linkbox {
	display: block;
	margin: 20px;
	padding: 5px;
	float: left;
	text-align: center;
	background: #333333;
	border-radius: 10px 10px 5px 5px;
	-moz-border-radius: 10px 10px 5px 5px;
}

a.linkbox:hover {
	background: #666699;
	color: #FFFFFF;
}

a.linkbox img {
	height: 150px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer {
	clear: both;
    color: black;
	background: #cccccc;
    font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}

#footer .container {
	padding-top: 5px;
	width: 600px;
}

#haderslev_adresse {
	float: left;
}

#frederiksberg_adresse {
	float: right;
}

#footer a {
	position: absolute;
	right: 10px;
}

#gallery a {
	margin: 5px;
}

