body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	background: white url('/template/2009/img/body-small-bg.gif') repeat-x;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
}

#header-bg {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 990px;
	/*height: 211px;*/
	height: 181px;
	/*background: #e5e5fa url('/template/2009/img/header-small-bg.gif') no-repeat;*/
}

#header {
	position: absolute;
	z-index: 15;
	left: 199px;
	top: 4px;
	width: 800px;
	height: 177px;
	background: transparent url('/img/header/default.jpg') no-repeat;
}

#slogan {
	position: absolute;
	z-index: 20;
	left: 500px;
	top: 145px;
	width: 489px;
	height: 41px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: white;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background-image: url('/img/slogan.png');
	background-repeat: no-repeat;
}

ul li {
	list-style-image: url('/img/star-li.gif');
}
	
a#logo {
	z-index: 20;
	position: absolute;
	display: block;
	text-indent: -10000px;
	outline: none;
	left: 22px;
	top: 7px;
	width: 158px;
	height: 173px;
	background: transparent url('/template/2009/img/logo.gif') no-repeat;
}

#menu {
	margin-bottom: 40px;
}

#menu ul {
	list-style: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#menu ul li a {
	display: block;
	outline: none;
	width: 187px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #c7c7d9;
	white-space: nowrap;
	color: rgb(0,0,102);
	text-decoration: none;
	margin-bottom: 1px;
	padding-left: 11px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: white url('/template/2009/img/menu-li.gif') repeat-x;
}

#menu ul li a:hover {
	color: black;
	background-image: none;
	background-color: #ebebf1;
}

#menu ul li a.active {
	color: white;
	background-color: #6868a9;
	background-image: none;
}

#menu ul ul {
	width: 190px;
	margin-top: -1px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 9px;
	background: #f5f3fc url('/template/2009/img/submenu-bg.gif') repeat-x;
}

#menu ul ul li.first {
	border-top: 1px solid #c7c7d9;
}

#menu ul ul li a {
	display: block;
	outline: none;
	width: 171px;
	height: 18px;
	line-height: 18px;
	border: none;
	border-top: 1px solid #f7f7f9;
	border-bottom: 1px solid #c7c7d9;
	white-space: nowrap;
	color: #3a3a89;
	text-decoration: none;
	margin-bottom: 0px;
	padding-left: 19px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: transparent url('/template/2009/img/submenu-li.gif') no-repeat scroll 4px 3px;
}

#menu ul ul li a:hover {
	background: transparent url('/template/2009/img/submenu-li.gif') no-repeat scroll 4px 3px;
	border-right: 3px solid #6868a9;
	width: 168px;
}

#menu ul ul li a.active {
	color: #3a3a89;
	background: transparent url('/template/2009/img/submenu-li.gif') no-repeat scroll 4px 3px;
	border-right: 3px solid #6868a9;
	width: 168px;
}

#content {
	position: relative;
	padding-top: 214px;
}

#txt {
	position: relative;
	float: left;
	width: 545px;
	padding: 0px;
	padding-top: 20px;
	line-height: 17px;
	text-align: justify;
}

#sidebar-left {
	float: left;
	width: 200px;
	padding-top: 20px;
	margin-right: 17px;
	background: #f6f6f8 url('/template/2009/img/sidebar-right-bg.jpg') no-repeat;
}

#sidebar-right {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-left: 14px;
	padding-left: 14px;
	background: #f6f6f8 url('/template/2009/img/sidebar-right-bg.jpg') no-repeat;
}

.sidebar-footer {
	margin-left: -14px;
	width: 214px;
	height: 158px;
	background: transparent url('/template/2009/img/sidebar-footer.gif') repeat-x;
}

#maintitle-footer {
	z-index: 6;
	position: absolute;
	left: 0px;
	top: 294px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgb(0,0,102);
}

#footer {
	z-index: 12;
	position: relative;
	height: 154px;
	text-align: center;
	background: #e5e5fa url('/template/2009/img/footer-bg.gif') repeat-x;
}

#footer #copy {
	position: relative;
	top: 20px;
	width: 418px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	background: transparent url('/template/2009/img/copy-bg.gif') no-repeat;
}

#footer #copy a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

#footer #copy a:hover {
	text-decoration: underline;
}

#footer #copy img {
	position: relative;
	top: 2px;
	left: 10px;
}

#logo-lbl {
	width: 100%;
	height: 31px;
	padding-top: 3px;
	margin-top: 6px;
	border-top: 1px solid rgb(0,0,102);
	border-bottom: 1px solid rgb(0,0,102);
	background-color: white;
	text-align: center;
	color: rgb(0,0,102);
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}

#nl {
	height: 102px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 4px;
	background-color: rgb(247,247,250);
}

#bar-l #nl fieldset {
	padding-left: 10px;
}

#bar-l #nl h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: rgb(0,0,102);
	margin: 0;
	padding: 0;
	padding-left: 11px;
	padding-top: 4px;
}

#social {
	white-space: nowrap;
	padding: 4px;
	margin-left: 6px;
	width: 184px;
	overflow: hidden;
}

#social img {
	display: block;
	float: left;
	border: 0;
	margin: 2px 4px 2px 4px;
}

a {
	text-decoration: underline;
	color: rgb(0,0,102);
}

a:hover {
	text-decoration: none;
	color: rgb(0,0,102);
}

orm {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input.text {
	width: 170px;
	height: 16px;
	border: 1px solid rgb(0,0,102);
	padding-left: 8px;
	font-size: 12px;
	color: black;
	background-color: white;
}

input.button {
	width: 170px;
	height: 18px;
	background: none;
	border: none;
	outline: none;
	color: rgb(0,0,102);
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#headlines {
	position: relative;
	top: 16px;
	left: 111px;
	width: 386px;
	padding-left: 18px;
	margin-bottom: 34px;
	border-left: 1px solid rgb(219,219,233);
}

#hp-img {
	position: relative;
	width: 521px;
	height: 172px;
	background-image: url('/img/hp-img.jpg');
	background-repeat: no-repeat;
}

#hp-inl {
	height: auto;
}

#hp-inl h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: rgb(0,0,102);
	margin: 0;
	padding: 0;
	padding-left: 11px;
	padding-top: 0;
}

#hp-inl a {
	text-decoration: none;
}

#hp-inl a:hover {
	color: rgb(255,204,0);
}

#headlines-img {
	position: absolute;
	left: -160px;
	top: 0px;
}

#headlines-img img {
	margin-bottom: 6px;
}

p.headline {
	border-bottom: 1px solid rgb(189,189,215);
	padding-bottom: 14px;
	padding-top: 4px;
}

p.headline img {
	position: absolute;
	left: -110px;
}

#breadcrump {
	z-index: 20;
	position: absolute;
	top: 4px;
	right: 20px;
}

#breadcrump a {
	text-decoration: none;
	font-size: 11px;
}

#breadcrump a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: rgb(0,0,102);
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
	line-height: 25px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h1, 
h1#maintitle {
	position: relative;
	margin: 0;
	margin-left: -9px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 38px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: rgb(0,0,102);
	background: transparent url('/template/2009/img/h1-bg.gif') no-repeat;
}

#txt .fotos {
	width: 490px;
}

#sidebar-right h2,
#sidebar-left h2 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 4px;
	padding: 0;
	padding-left: 28px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	line-height: 24px;
	color: rgb(0,0,102);
	background: transparent url('/template/2009/img/sidebar-h2-bg.gif') no-repeat;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	margin-top: 4px;
}

h1#main {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 4px;
}

#movie {
	height: 210px;
	margin-left: 1px;
}

#movie img {
	border: 0;
	border-bottom: 1px solid #000066;
}

#steun {
	position: relative;
	padding: 10px;
	background-color: white;
}

p.print {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 11px;
}

p#nlink {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: -20px;
	left: 450px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/template/2009/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/template/2009/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

