body {
	background-color: #ffffff;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#444; /*** før var den #2a2a2a ***/
}

#page {
	width:1000px;
	margin: 0 auto;
}

a { color: #be002c;}

#logo {
	margin-top:20px;
	width:1000px;
	height:77px;
	display:block;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:left;
}

#header {
	width:1000px;
	margin-top:20px;
	margin-bottom:20px;
	background: #be002c;
}

#menu a {
	padding-right:17px;
	padding-left:15px;
	background: #be002c;
	background-position:right;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	display:block;
	height:12px;
	padding-top:14px;
	padding-bottom:14px;
	width:auto;
	float:left;
	line-height:12px;
}

#menu a:hover {
	background-color:#666666;
}

#admin a {
	float:right;
	padding-right:15px;
	padding-left:17px;
	background: #be002c;
	background-position:left;
	background-repeat:no-repeat;
	color:#ff9445;
	text-decoration:none;
	display:block;
	height:12px;
	padding-top:14px;
	padding-bottom:14px;
	width:auto;	line-height:12px;
}

#admin a:hover {
	background-color:#666666;
}

div.clearer {
	clear:both;
	line-height:0;
	font-size:0;
	border:0;
	padding:0;
	margin:0;
}

#footer {
	margin-top:20px;
	margin-bottom:20px;
	width:1000px;
	height:150px;
}

#footer a img {
	border:0;
	margin-right:20px;
}

#info {
	width:300px;
	height:auto;
	float:left;
	clear:left;
	margin-bottom:20px;
}

#slideshow {
    position:relative;
    height:300px;
    width:1000px;
}

#slideshow2 {
    position:relative;
    height:400px;
    width:1000px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#img-holder {
	margin-bottom:-10px;
}

#img-holder img {
	margin-bottom:10px;
}
