/* body attributes */
body {
	background-color: #fff;
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0px;
	text-align: center;
	color: #000;
}

a:link {color: #00247E;}
a:visited {color: #8C3838;}
a:hover {color: #cc0000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #000;
}

body img {
	border-width: 0px;
}

/* standard font-size */
h4, p, .p, th, ul, ol, .tf td, .date, blockquote, .dicwords, dl, .navi {
	font-size: 74%;
}

blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 90%;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 74%;
	margin-bottom: 0.25em;
}

p {
	margin-bottom: 0.75em;
	line-height: 150%;
}

th {
	text-align: left;
}


hr {
	border-width: 0px;
	border-top: 1px solid #CBD2D2;
	height: 1px;
}

/* OTHER */
blockquote {
	font-style: italic;
}

/* lists */
ol li, ul li ol li {
	list-style: decimal;
}

ul li {
	list-style: disc;
}

ol li ol li {
	list-style: decimal;
}

ol li ul li, ul li ul li {
	list-style: disc;
}

dt, dd {
	margin: 0px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea {
	border: 1px solid #666;
	padding: 2px;
	width: 220px;
}

.readonly {
	background: no-repeat;
	border: 0px;
}

.checkbox {
	vertical-align: middle;
	margin-left: 0px;
	cursor: pointer;
}

label {
	cursor: pointer;
}

* html .text {
	height: 20px;
}

.text, textarea, select, .submit {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 74%;
}

td .text, td textarea, p textarea {
	font-size: 1em;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main {
	background: url(../images/bg-main-home.jpg) no-repeat left top;
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

/* TOP */
#top {
	height: 85px;
}

#logo {
	margin: 20px 0px 0px 20px;
}

/* GRAYBOX */
#graybox {
	background: url(../images/bg-content.png) repeat-x left top;
	margin-left: 205px;
	margin-top: 70px;
}

/* SEARCH */
#quicksearch {
	position: absolute;
	margin: 14px 0px 0px 745px;
}

#quicksearch .text {
	background: #fff;
	color: #808080;
	border: 0px;
	padding: 2px;
	width: 200px;
	margin-right: 10px;
}

#quicksearch .image {
	vertical-align: middle;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 74%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */
#menu {
	float: left;
	width: 205px;
	font-size: 71%;
	font-weight: bold;
	min-height: 00px;
}

#menu .inner {
	background: #479CFF;
	padding: 20px 20px;
	min-height: 185px;
}
* html #menu .inner {
	height: 225px;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 3px;
}

* html #menu a {
	width: 100%
}

#menu a:hover {
	color: #12598F;
}

#menu .act a {
	color: #004369;
}
#menu .submenu {
	padding-left: 10px;
	font-weight: 400;
	margin-bottom: 5px;
}
#menu .submenu a {
	margin-bottom: 2px;
}

#logos {
	padding-top: 20px;
	text-align: center;
}

/* RIGHT */
#related {
	float: right;
	width: 250px;
}

#related .inner {
	padding: 20px;
}

* html #related .inner {
	width: 100%;
}

#related .box {
	margin-bottom: 10px;
}

#forside-banner-reklame{
	margin-top:180px;
	margin-bottom: 10px;
}

#related .navi div {
	margin-bottom: 5px;
}

/* BC */
#bc {
	font-size: 74%;
	height: 18px;
	padding: 2px 20px 0px 20px;
	color: #666;
}

#bc a:link, #bc a:visited {
	color: #808080;
}

* html #bc {
	height: 20px;
}

/* CONTENT */
* html #content {
	height: 330px;
}

#content.right {
	margin-right: 250px;
	border-right: 1px solid #fff;
}

/* #content .inner */ 
#content{
PADDING-RIGHT: 20px;	PADDING-LEFT: 20px;	PADDING-BOTTOM: 20px;	PADDING-TOP: 20px
	/*padding: 0px 20px 20px 20px;*/
}

#typeforside #content .inner {
	padding-bottom: 0px;
}

* html #content .inner {
	width: 100%;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

.arrow a, .backarrow a {
	display: block;
	float: right;
	background: url(../images/arrow.gif) no-repeat right center;
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 74%;
}

.arrow a:link, .arrow a:visited {
	color: #000;
}

.backarrow a {
	float: none;
	background: url(../images/backarrow.gif) no-repeat left center;
	padding-right: 0px;
	padding-left: 20px;
}

/* HOME */
#typeforside #graybox {
	margin-top: 0px;
}

#bluebox {
	position: absolute;
	background: #002C56;
	opacity: 0.7;	
	filter: alpha(opacity=70);
	width: 250px;
	height: 215px;
	margin-left: 725px;
}
/* ie */
* html #bluebox {
	margin-left: 520px;
}

#newsbox {
	position: absolute;
	width: 230px;
	height: 200px;
	/*margin: 0px 0px 0px 45px;*/
	margin-top: 10px;
	margin-bottom: 24px;
	margin-left: 735px;
	color: #fff;
	/*position: relative; */
	overflow: hidden;
}

#newsbox td {
	color: #fff;
}
/* ie */
* html #newsbox {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 9px;
	margin-left: 530px;
}
/*ie*/
html>body*#newsbox {margin-left: 242px;}
/**/

#newsbox p {
	margin-bottom: 0.6em;
	line-height: 120%;
}

#newsbox a:link, #newsbox a:visited, #newsbox a.invlink {
	color: #fff;
}

#newsbox .news
{
	float: left;
	width: 329px;
	padding-top: 20px;
}
#newsbox #clipping
{
	overflow: hidden;
	height: 155px;
}
#newsbox #whatsnew
{
}
#newsbox .whatsnew
{
	height: 155px;
}

#newsbox .news h3 {
	margin-bottom: 1em;
}

#newsbox .calendar {
	border-left: 1px solid #354B62;
	height: 195px;
	padding: 20px 0px 0px 20px;
	margin-left: 349px;
}

* html #newsbox .calendar {
	height: 215px;
}

#typeforside h1 {
	display: none;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content table tr th, #content table tr td {
	padding: 2px;
}

#content table tr td {
	font-size: 74%;
}

#content table tr td p, #content table tr th p, #content table tr td ul, #content table tr td ol, #content table td select, #content table .submit {
	font-size: 1em;
}

#content table tr td h2 {
	font-size: 120%;
}

#content table tr td h3 {
	font-size: 110%;
}

#content table tr td h4 {
	font-size: 100%;
}

/* FOOTER */
#footer {
	text-align: center;
	font-size: 74%;
	clear: both;
	padding-top: 20px;
	color: #808080;
}

/* LISTS */
.list div {
	font-size: 74%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 74%;
	height: 30px;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #479CFF;
	color: #fff;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	background: #fff;
	color: #000;
}

.pages a.dis {
	background: #A3CDFF;
	color: #fff;
}

/* FUNC */
#func {
	position: absolute;
	margin: 12px 0px 0px 860px;
}

#func img {
	cursor: pointer;
}

/* VALIDATION */
.invalid {
	background: #C7E1FF;
	color: #000;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
div.sitemap {
	margin-bottom: 1em;
}

div.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

div.sitemap div {
	margin-bottom: 20px;
}

div.sitemap div div {
	margin: 0px;
}

/* SITEMAP */
#content #sitemap a {
	background: #fff;
	border: 1px solid #999;
}

#content #sitemap .sub a {
	background: #fff;
}

#content #sitemap .sub .sub a {
	background: #fff;
}

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 74%;
  padding-top: 20px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* PRINT */
#backlink {
	display: none;
}

/* SMALL BLUEBOX */
.smallbox #bluebox {
	width: 369px;
	height: 215px;
	margin-left: 601px;
}

* html .smallbox #bluebox {
	margin-left: 396px;
}

.smallbox #newsbox .calendar {
	margin-left: 350px;
	border: 0px;
}

* html .smallbox #newsbox .calendar {
	margin-left: 355px;
}

/* THEME */
.theme #menu .inner {
	background: #0068C1;
}

.theme #menu a:hover, .theme #menu .act a {
	color: #80B4E0;
}

/* SHIPPINGROUTES */
.dots img {
	position: absolute;
	cursor: pointer;
}

#fromto {
	background: #fff;
	font-size: 74%;
	font-weight: bold;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 20px;
	position: absolute;
	margin-left: 500px;
	width: 230px;
	opacity: 0.8;	
	filter: alpha(opacity=80);
}

/* DICTIONARY */
.dicwords a {
	display: list-item;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: none;
}

.dicwords {
	margin-bottom: 0.5em;
}

/* LIB */
#lib th, #lib td {
	border-bottom: 1px solid #ccc;
}

#lib {
	font-size: 71%;
}

#lib .sub {
	padding-left: 20px;
}

#lib a {
	background: url(../images/icons/i_unknown.gif)url('../images/icons/i_unknown.gif') no-repeat left center;
	display: block;
	text-decoration: none;
}

#lib .typedir {background-image: url(../images/icons/i_dir.gif);}
#lib .typebmp {background-image: url(../images/icons/i_bmp.gif);}
#lib .typejpg {background-image: url(../images/icons/i_jpg.gif);}
#lib .typejpeg {background-image: url(../images/icons/i_jpeg.gif);}
#lib .typegif {background-image: url(../images/icons/i_gif.gif);}
#lib .typetxt {background-image: url(../images/icons/i_txt.gif);}
#lib .typedoc {background-image: url(../images/icons/i_doc.gif);}
#lib .typexls {background-image: url(../images/icons/i_xls.gif);}
#lib .typepdf {background-image: url(../images/icons/i_pdf.gif);}
#lib .typeppt {background-image: url(../images/icons/i_ppt.gif);}

#lib .ls a {
	padding: 3px 0px 3px 20px;
}

#lib img {
	vertical-align: middle;
	margin-right: 5px;
}

/* MEMBERS */
.memberlist {
	border: 1px solid #ccc;
}

.memberlist th {
	
	background: #479CFF;
	color: #fff;
}

.memberlist td {
	border-bottom: 1px solid #ccc;
}

.memberlist .odd td {
	background: #f5f5f5;
}

.memberlist a:link, .memberlist a:visited {
	text-decoration: none;
}

.member {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

.member.hover {
	background: #efefef;
}

.member .padding {
	background: no-repeat left center;
	font-size: 71%;
	padding: 0px 0px 0px 85px;
	height: 110px;
}

.navi {
	margin: 0px;
	padding: 0px;
}

.navi ul {
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
}

.navi li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.navi a {
	display: block;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
}

.navi a:link, .navi a:visited {
	color: #000;
}

.navi a.act {
	background: url(../images/arrow.gif) no-repeat left center;
}

/* STORIES */
.story {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

.story.hover {
	background: #efefef;
}

.story .padding {
	background: no-repeat left center;
	font-size: 71%;
	padding: 0px 0px 0px 140px;
	height: 75px;
}

/* FORUM */
#related .networks {
	float: left;
}

#related .networks a {
	background: url(../images/newsbox-arrow.gif) no-repeat right center;
	display: block;
	padding-right: 20px;
	text-decoration: none;
}

#related hr {
	clear: left;
}

.entry, .textbox {
	background: #F5F5F6;
	border: 1px solid #5E5E5E;
	padding: 10px
}

.textbox {
	
}

.textbox a {
	cursor: pointer;
	text-decoration: none;
}

dl.thread {
	margin-left: 20px;
}

.thread dt, .thread dd, .entries dt, .entries dd {
	background: #F3F3F3;
	border-style: solid;
	border-color: #ADAEAE;
}

.thread dt {
	display: list-item;
	list-style-image: url(../images/thread-arrow.gif);
	margin-left: 10px;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 0px 1px;
	padding: 0px 10px 0px 0px;
}

.thread dt a {
	padding-left: 10px;
}

.thread dt a.click {
	background: url(../images/thread-plus.gif) no-repeat 10px 2px;
	padding-left: 25px;
	cursor: pointer;
	color: #00247E;
}

.thread dt a.click.minus {
	background-image: url(../images/thread-minus.gif);
}

.entries a {
	text-decoration: none;
}

.thread dd, .entries dd {
	margin: 0px 0px 15px 0px;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
}

.entry em, .thread em, .entries em {
	display: block;
	padding-top: 5px;
}

.entries dt {
	border-width: 1px 1px 0px 1px;
	padding: 10px 10px 0px 10px;
}

.fulltext {
	display: none;
}

/* DISPLAY */
.close {
	display: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #000;
    border: 20px solid #fff;
}

/* hover */
.hover td {
	background: #efefef;
}

/* Sendlink */
#sendlink
{
	text-align: left;
	padding: 10px;
}
#sendlink table { margin-left: 0px; }
#sendlink h1, #sendlink p { padding-left: 5px; }
.sendtilenven .thickbox
{
	background-image: url(../images/sendtilenven.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
	background-color: transparent;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-align: left;
	width: 136px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*
##################################
# TT-NEWS ELEMENTER
##################################
*/
	
	
.news-latest-container {
	font-size: 6px;
	line-height: 6px;
	}
		
.news-latest-item .bodytext { 
	color: white; 
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.news-latest-item a {
	margin-top: 8px;
	line-height: 12px; 
	color: white; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
hr .clearer {
	display: none;
	}
	
.news-single-item  H3{
	font-style: normal;
	}
	
.news-single-img {
	margin-left: 10px;
	marin-bottom: 10px;
	display: block;
	float: right;
	}
	
.news-single-links {
	font-weight: bold;
	}
	
.news-list-item  {
	min-height: 120px;
	padding-right: 12px;
	border-bottom: 1px solid navy;

	}
	
.news-list-item img {
	position: relative;
	top: -25px;
	display: block;
	float: right;
	}
	
	
.news-list-browse a {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}
.news-catmenu-header a {
	color: #000000;
	 text-decoration: none; 
	 font-weight: bold;
	 	}
	 	
.news-latest-container H2 { font-size: 12px;  padding-top: 5px; padding-bottom: 5px; }
			
.news-latest-date a { 
	font-style: italic;
	text-decoration: none;
	color: white; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.news-latest-item IMG {display: none;}
.news-latest-category {display: none;}
.news-latest-morelink {display: none;}
.news-latest-gotoarchive {display: none;}

.news-list-date {
	font-style: italic;
	font-weight: normal; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;}
	
.news-list-category {display: none;}
.news-list-morelink {	FONT-SIZE: 70%; }
.news-list-item .clearer {BORDER-TOP: #cbd2d2 0 px solid; }
.news-list-item {	
		PADDING-RIGHT: 12px;
		MIN-HEIGHT: 160px;	
		HEIGHT: 160px;
		BORDER-BOTTOM: navy 0px solid 
		}
.news-list-item IMG{ margin-top: 30px; margin-right: 10px; float: left;}
.news-list-item HR  {display: none;}


.news-single-timedata {display: none;}
.news-single-backlink a {FONT-SIZE: 80%; text-decoration: none }

######################################################
.csc-header H1 {	FONT-SIZE: 90%; font-weight: bold;}
.csc-firstHeader {	FONT-SIZE: 90%; font-weight: bold;}



