* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #012053;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #496085;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
#holder {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/holder_bg.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#head {
	height: 130px;
	width: 862px;
}
#billedfelt {
	height: 183px;
	width: 862px;
	margin-top:5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#menu {
	background-image: url(img/menubg.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 833px;
	line-height:32px;
	color: #FFFFFF;
	padding-left: 29px;
}
#menu a {
	font-size: 17px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/menuseperator.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-right: 15px;
}
#menu a:hover {
	color: #ff9409;
}
h1 {
	font-size: 25px;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
p { margin-bottom: 18px;
}
#right h2 {
	font-size: 13px;
	font-weight: bold;
	color: #ff9409;
}
a {
	color: #ff9409;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #012053;
}

#tekst {
	width: 520px;
	padding-left: 29px;
	float:left;
	position: relative;
	padding-top: 29px;
	padding-right: 29px;
}
#right {
	background-image: url(img/rightbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 226px;
	color:#FFFFFF;
	background-color: #5a81b6;
	float:left;
	position: relative;
	padding-top: 29px;
	padding-left: 29px;
	padding-right: 29px;
}
#bottom {
	height: 43px;
	width: 902px;
	position: absolute;
	left: 0px;
	bottom: -43px;
	line-height: 23px;
	background-image: url(img/bottom.png);
	text-align: center;
}
#bottom a {
	color: #012053;
	text-decoration: none;
		
}
#bottom a:hover {
	color:#FFFFFF;
	text-decoration: none;
		
}

#credits {
	height: 43px;
	width: 902px;
	color:#FFF;
	font-size:10px;
	position: absolute;
	left: 0px;
	bottom: -80px;
	text-align: center;
}
#credits a {
	color:#FFF;
	text-decoration:none;
	font-size: 10px;

}
#credits a:hover {
	color:#ff9409;
}

.clear {
	clear: left;
}

/* Top slideshow start */
#slideshow {
	position:relative;
	width: 573px;
	height: 425px;
	float:left;
	overflow:hidden;
	margin-right:5px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Top slideshow end */
