/* CSS Document */

*, body, html {padding:0px;margin:0px;}
body, html {width:100%;}

body {
	background:#032a63;color:#555;
	text-align:center;
	font:11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
strong {color:#032a63;}
p {line-height:18px;margin-bottom:10px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#032a63;
	margin-bottom:10px;	
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
ul {list-style:square;padding-left:40px;margin-left:10px;margin-bottom:10px;}
li {line-height:20px;}

#container {
	width:100%;height:auto;background:url(img/main.jpg) no-repeat top left;
	min-height:800px;
}
#headwrap {
	width:100%;height:140px;
	background:#ececec url(img/headbg.jpg) repeat-x;border-bottom:8px solid #244c81;
}
.imgright {border:1px solid #eee;margin:0px 10px;padding:0px;float:right;}
#head {
	background:none;
	width:800px;height:110px;
	margin:0 auto;text-align:left;
}
#logo {
	background:url(img/head.jpg) no-repeat top left;
	width:600px;height:110px;
}
#menu {
	background:#F6F6F6;
	width:800px;height:30px;
}
#menu ul {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#menu li {
	display:inline;margin-right:10px;margin-left:10px;margin-top:10px;line-height:30px;
}
#menu a {color:#032a63;text-decoration:none;}
#menu a:hover {color:#000;text-decoration:none;}

a {color:#032a63;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}

/* HELGE: FLASH STØRRELSEN */
#contentwrap {
	width:800px;height:auto;margin:0 auto;text-align:center;
	background:#fff;
}

#flash {
	width:800px;height:210px;
	background:#fff;margin-top:10px;
}

#info {
	width:200px;height:auto;
	background:none;float:right;text-align:left;
}

#main {
	width:760px;height:auto;
	background:#fff;float:left;text-align:left;
	padding-left:20px;padding-right:20px;
	padding-bottom:40px;margin-bottom:40px;
}
#slideshow {
    position:relative;
    height:210px;
    width:800px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}