a {
	color: #a40c0c;
}

a:hover {

}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

#wrapper {
background: #fff url("/gfx/bg_left_right.gif") repeat-y 0 0;
	margin: 0 auto;
	width: 982px;
}

#header {
	background: #fff url("/gfx/bg_billede.jpg") no-repeat 0 0;
	height: 320px;
	position: relative;
}

#header img {
	position: absolute;
	z-index: 100;
}

#header ul {
	bottom: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width:1000px;
	height: 35px;
	z-index: 200;
}

#header ul li {

	display: block;
	float: left;
	line-height: 35px;
	margin: 0 1px 0 0;
	padding: 0;
	width: 160px;
}

#header ul li.first {
	
}

#header ul li.last {

}

#header ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
}

#header ul li a:hover {
	text-decoration: underline;
}

#content {
	background: #fff url("/gfx/bg_left_right.gif") repeat-y 0 0;
	float: left;
	width: 100%;
}

#contentWrapper {
	background: transparent url("/gfx/bg_bottom.gif") no-repeat 0 100%;
	float: left;
	width: 965px;
}

#contentInnerWrapper {
	background: transparent url("/gfx/bg_split.gif") repeat-y 170px 0;
	float: left;
	width: 965px;
	margin: 20px 0 0 0;
}

#contentLeftWrapper {
	float: left;
	margin: 0 20px;
	width: 270px;
}

#contentLeft {
	float: left;
}

#contentRightWrapper {
	float: left;
	margin: 0 20px;
	width: 555px;
}

#contentRight {
	float: left;
}

#contentBottom {
	clear: left;
	float: left;
}

#sponsorer_bund {
	float: left;
	width: 945px;
	padding: 10px 10px 20px 10px;
}

#footer {
	margin: 0 auto;
	clear: left;
	width: 965px;
}
#footer #footerWrapper {
	text-align: right;
	padding: 6px 0;
}



/* Standard classes */

.alignRight {
	text-align: right;
}
.floatRight {
	clear: right;
	float: right;
}
