/* CSS Document */

*, body, html {padding:0px;margin:0px;}
body, html {width:100%;}

body {
/*#f0efeb*/
	background:#666 url(img/bg.jpg) repeat-x;color:#fff;
	text-align:center;
	font:11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
strong {color:#000;}
p {line-height:18px;margin-bottom:10px;}
h1 {
	font:26px/26px normal Georgia, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#fff;
	margin-bottom:10px;	
}
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:110px;
	background:url(img/bgheadfill.jpg) repeat-x;border-bottom:6px solid #fff;
}
.imgright {border:4px solid #fff;margin:0px 10px;padding:0px;float:right;}
#head {
	background:none;
	width:900px;height:110px;
	margin:0 auto;text-align:left;
}
#logo {
	background:url(img/head.jpg) no-repeat top left;
	width:600px;height:110px;float:left;
}
#menu {
	background:#e57471;margin-top:70px;
	width:0px;height:30px;float:right;
}
#info ul {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;list-style:none;padding:0px;margin:0px;
	text-transform:uppercase;
}
#info li {margin:0px;margin-left:0px;padding:0px;line-height:20px;}
#info a {color:#666;text-decoration:none;display:block;}
#info a:hover {color:#346bab;text-decoration:none;}

a {color:#d14a46;text-decoration:underline;}
a:hover {color:#d14a46;text-decoration:none;}

/* HELGE: FLASH STØRRELSEN */
#contentwrap {
	width:900px;height:auto;margin:0 auto;text-align:center;
}

#flash {
	width:900px;height:210px;
	background:none;margin-top:10px;
	border:5px solid #fff;
}
#slideshow {
    position:relative;
    height:210px;
    width:900px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#info {
	width:160px;height:auto;padding:15px;color:#000;
	background:#fff;float:right;text-align:left;
}

#main {
	width:700px;height:auto;
	background:none;float:left;text-align:left;
}
