/* CSS Document */

/* CSS Document */

/* CSS Document */

/* Flash CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

/* mac hide \*/
html,body{
	height:100%;
	}

/* end hide*/
* {margin:0;padding:0}

h6 {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}

body {
	text-align:center;
	background:#EFEFEF;
	/* background:#cccccc url(../images/baggr-body.gif) repeat-x left top; */
}


/* outer er den div den ydre div */
/* #outer er den ydre div - her sættes bredden */
#outer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	background-color:#FFFFFF;
	margin:5px auto 0 auto;/* move it over nearer to table column*/
	position:relative;
	z-index:1;
	border: 1px solid #cccccc;
	text-align:left;
	
	}

#outer p {margin:0;padding:0}
#outer p.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-bottom:7px;
}
#outer a, #outer a:visited {
text-decoration:none;
/* Outline:none korrigerer for en Firefox bug - buggen giver stiblede linier omkring links med fokus. Det ser ikke godt ud. */
outline: none;}

/* #outer ul{list-style:circle;} */
#outer img,#outer a img{display:block;border:none;}
/* used on first words in paragraphs */
#outer img.first-word{
	margin-right:2px;
	display:inline!important;
	position:relative;
	top:2px;
}

/* Links defineres */
a.read-more{
	text-decoration:none;
	color:#b3000a;
	background:url(/grafik/Flash/read-more.gif) no-repeat 0 3px;
	padding-left:13px!important;
	font-size:75%!important;
}
a.read-moregallery{
	text-decoration:none;
	color:#b3000a;
	background:url(/grafik/forside_icon_gallery.gif) no-repeat 0 1px;
	padding-left:13px!important;
	font-size:75%!important;
}
a.read-morewebTv{
	text-decoration:none;
	color:#b3000a;
	background:url(/grafik/forside_icon_webTv.gif) no-repeat 0 1px;
	padding-left:13px!important;
	font-size:75%!important;
}
a.read-moredefault, a.read-morerating{
	text-decoration:none;
	color:#b3000a;
	background:url(/grafik/forside_icon_artikel.gif) no-repeat 0 1px;
	padding-left:13px!important;
	font-size:75%!important;
}
a.read-more:visited, a.read-moregallery:visited, a.read-morewebTv:visited, a.read-moredefault:visited, a.read-morerating:visited{color:#666666!important}
a.read-more:hover, a.read-moregallery:hover, a.read-morewebTv:hover, a.read-moredefault:hover, a.read-morerating:hover{color:#ff9900!important}

/* Links slut */

a.internal-link {text-decoration:none!important;}


.mtop0 {margin-top:0!important}
.mbot0 {margin-bottom:0!important}
p.align-right{text-align:right;font-size:100%!important}
.fl{float:left}
.fr{float:right}

/* input 100% gives for gøre input formelementer skalerbare */
#outer input{	font: 100% Verdana, Arial, Helvetica, sans-serif;	}
/* clear without structural mark-up. Skal lige forstå clearfix ordentligt. Den sørger for at div clearer ordentligt.
Læs om den her http://www.positioniseverything.net/easyclearing.html. */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Forklaring på inline-block værdien: ??? */
.clearfix {
    display:inline-block;
}
/* Virker som clearfix i typo3 */
.csc-frame-frame1:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Forklaring på inline-block værdien: ??? */
.csc-frame-frame1 {
    display:inline-block;
}

 /* Since IE/Win does not support the :after pseudoclass, we must rely on its "auto-clearing" effect, but that behavior only happens when the clearing element has a dimension applied to it. In many cases it's undesirable to use either a height or a width, but happily the Holly hack comes to our rescue. This hack lets IE/Win and only IE/Win see a simple 1% height for the container. How does that help? Well, IE/Win happens to have another spec violation that causes all boxes to expand and enclose all content, regardless of any stated dimensions that may be smaller! So that 1% height will just be expanded to whatever value is needed to contain the float, and the mere fact of applying a dimension triggers the "auto-float-enclosing" behavior. Cool eh? */
 
  /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End hide */
/* do not change or amalgamate above clearfix styles */

/* The first line is a CSS comment with an "escape" (colored red) just before the comment closing tag. Because of that escape, IE/mac ignores the closing tag and thinks the comment is still active. Thus it ignores everything until it sees a CSS comment closing tag. The last line is a normal comment, and its closing tag is what lets IE/mac begin parsing code again.

The second line has a "universal" selector followed by "html" (also red), followed by the targeted element. This selects .floatholder when it is nested within html (true), and also when 'html' is nested within any element. It so happens that IE browsers have an invisible and mysterious wrapper element around 'html', so this selector works in IE and nowhere else. IE/mac must be prevented from seeing this height because it does not enlarge the box like IE/win, and this would damage the layout.

As a side benefit, this stated dimension also prevents several other major IE/Win float bugs. However, should this container box be placed following a previous external float, the IE height fix will trigger Microsoft's proprietary and illegal Float Model, so watch out for that, okay? */



/* Header placeres i #outer */
#header{
	width:800px;
	position:relative;
	height:123px;
	border: 0px solid #FF0000;
	background:#eeeeee url(../images/headerimage.jpg) no-repeat left top;
	no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header p.home a,
#header p.home{
	display:block;
	width:100px;
	height:125px;
	position:absolute;
	left:0;
	top:0;
}
#header p.home{text-indent:-999em}
/* #outer #header a{cursor:hand;} */
#outer #header div.object{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:125px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}

#header p a{
	text-decoration:none;
	display:block;
	width:146px;
	height:80px;
	position:absolute;
	left:0;top:0;
}

/* Header slut */

/* Header EB placeres i #outer */
#header-eb{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-eb-sektion.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-eb p.home a,
#header-eb p.home{
	display:block;
	width:100px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
}
#header-eb p.home{text-indent:-999em}
/* #outer #header-eb a{cursor:hand;} */
#outer #header-eb div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:120px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header EB Slut */

/* Header EB placeres i #outer */
#header-kontakt{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-kontakt.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-kontakt p.home a,
#header-kontakt p.home{
	display:block;
	width:100px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
}
#header-kontakt p.home{text-indent:-999em}
/* #outer #header-eb a{cursor:hand;} */
#outer #header-kontakt div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:120px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header EB Slut */


/* Header EB TV placeres i #outer */
#header-ebtv{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-tv.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-ebtv p.home a,
#header-ebtv p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-ebtv p.home{text-indent:-999em}
/* #outer #header-ebtv a{cursor:hand;} */
#outer #header-ebtv div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header EB TV Slut */



/* Header TDCONLINE placeres i #outer */
#header-tdconline{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-tdc.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-tdconline p.home a,
#header-tdconline p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-tdconline p.home{text-indent:-999em}
/* #outer #header-tdconline a{cursor:hand;} */
#outer #header-tdconline div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header TDCONLINE Slut */



/* Header TGT placeres i #outer */
#header-tgt{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-tgt.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-tgt p.home a,
#header-tgt p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-tgt p.home{text-indent:-999em}
/* #outer #header-tgt a{cursor:hand;} */
#outer #header-tgt div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header slut */

/* Header MINGLER placeres i #outer */
#header-mingler{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-mingler.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-mingler p.home a,
#header-mingler p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-mingler p.home{text-indent:-999em}
/* #outer #header-mingler a{cursor:hand;} */
#outer #header-mingler div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header MINGLER Slut */

/* Header BOX placeres i #outer */
#header-box{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/header-850x180-box.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-box p.home a,
#header-box p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-box p.home{text-indent:-999em}
/* #outer #header-mingler a{cursor:hand;} */
#outer #header-box div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header BOX Slut */


/* Header Øvrige placeres i #outer */
#header-ovrige{
	background:#cccccc;
	width:850px;
	position:relative;
	height:180px;
	border: 0px solid #FF0000;
	background:#ffffff url(../images/new-header-850-main-for.jpg) no-repeat left top;
	}

/* Her med p.home laves en genial løsning. Et usynligt link er skaber et link i headeren */
#header-tgt p.home a,
#header-tgt p.home{
	display:block;
	width:100px;
	height:140px;
	position:absolute;
	left:0;
	top:0;
}
#header-tgt p.home{text-indent:-999em}
/* #outer #header-tgt a{cursor:hand;} */
#outer #header-tgt div.object{
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:140px;
	/* background:#b4000b url(/grafik/ann-header.gif) no-repeat left top; */
}
/* header Øvrige slut */


/* #nav ul {
	margin:0px;
	padding:0px;
	width:700px;
	height:30px;
	float:right;
}

#nav ul li{
	float:left;
	width:86px;
	height:30px
}
#nav ul li a{
	text-decoration:none;
	float:left;
	width:86px;
	height:30px;
	padding-top: 0px;
	padding-left: 5px;
} */

/* #nav ul li a:hover img{visibility:hidden;}/* use for rollover if necessary*//* Billedet IMG bliver skjult ved hover:  */
/* #nav ul li a:hover{visibility:visible;background: #9999CC;}/* use for rollover if necessary - baggrund er tranparent */
/* #nav ul li.last-tab,#nav ul li.last-tab a	{width:75px;} /* Sidste tab er 84px - jeg ved ikke om det har noget at gøre med at layoutet er upræsist */*
/* #nav ul li.current{}/* just in case needed*/

/* Nedenstående er knappernes normaltilstand.*/
/* #nav ul li.b1{	background: #999966 url(/grafik/Flash/button1-over.jpg) no-repeat left top;}
#nav ul li.b2{	background: #6699CC url(/grafik/Flash/button2-over.jpg) no-repeat left top;}
#nav ul li.b3{	background: #999966 url(/grafik/Flash/button3-over.jpg) no-repeat left top;}
#nav ul li.b4{	background: #6699CC url(/grafik/Flash/button4-over.jpg) no-repeat left top;}
#nav ul li.b5{	background: #999966 url(/grafik/Flash/button5-over.jpg) no-repeat left top;}
#nav ul li.b6{	background: #6699CC url(/grafik/Flash/button6-over.jpg) no-repeat left top;}
#nav ul li.b7{	background: #999966 url(/grafik/Flash/button7-over.jpg) no-repeat left top;}
#nav ul li.b8{	background: #6699CC url(/grafik/Flash/button8-over.jpg) no-repeat left top;}
#nav ul li.b9{	background: #999966 url(/grafik/Flash/button9-over.jpg) no-repeat left top;} */

/* #main holder alt under headeren */
#main{
	width:800px;
	background:#ffffff url(file:///F|/annonce/Ny-layout/images/baggr-main.gif) repeat-y left top ;
	
}
/* #left holder content i venstre side */

#right{
	float:left;
	width:600px;
	margin:10px 0px 0px 30px;
	display:inline;/* IE double margin bug*/
	background-color: #ffffff;
	}
/* #right holder content i venstre side */

#right-forside{
	float:right;
	width:800px;
	margin:10px 25px 0px 0px;
	display:inline;/* IE double margin bug*/
	background-color: #ffffff;
	}

#main h2{
	margin:0;
	padding:0;
	font-size:220%;
	color:#000;
}
#main h2 a{color:#000;}
#main h2 a:hover{color:#b3000a}
#main-img{
	width:600px;
	margin-bottom:10px;
}
/* make it clickable*/
#main-img a{
	display:block;	
	width:600px;
	text-decoration:none;
}
#content{
	width:600px;
	margin:10px 0px 0px 0px;
	}

#content .csc-header {
	margin:0px 0px 0px 0px;
	padding:0px;
}	

#content .csc-header h1.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#content .csc-header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	padding:0px;
	margin:20px 0px 5px 0px;
	}

#content-forside{

	width:800px;
	margin:10px 0 20px 0;
	}

#content-kontakt{
	width:800px;
	margin:10px 0 20px 0;
	}	
	
	
#content-forside .csc-header h1.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content-kontakt .csc-header h1.csc-firstHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content-forside .csc-header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	padding:0px;
	margin:20px 0px 5px 0px;
	}

#content-kontakt .csc-header h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight:bold;
	padding:0px;
	margin:20px 0px 5px 0px;
	/* text-indent: 50px; */
	}

#outer .section0 p{margin:0 0 5px 0;}

.section1{
	width:600px;
	margin:20px 0;
	background:url(/grafik/Flash/s1-bg.jpg) repeat-y left top;
	position:relative;
}
.section1 .lside{
	float:left;
	width:600px;
}

/* Her starter den CSS der styler venstre menu */

#left-nav{
	float:left;
	width:140px;
	margin-top: 0px;
	margin: 0px 0px 0px 7px;
	display:inline;/* IE double margin bug*/
	border:0px solid #000000;
	clear:both; 
	padding-bottom:70px;
	
}

.tgt-nav-menu {
	background:#ffffff url(../images/tgtlogo-menu.jpg) no-repeat left bottom;
}

.mingler-nav-menu {
	background:#ffffff url(../images/minglerlogo-menu.jpg) no-repeat 4px bottom;
}

.tdc-nav-menu {
	background:#ffffff url(../images/tdclogo-menu.jpg) no-repeat 4px bottom;
}

.tv-nav-menu {
	background:#ffffff url(../images/tvlogo-menu.jpg) no-repeat 7px bottom;
}

.eb-nav-menu {
	background:#ffffff url(../images/eblogo-menu.gif) no-repeat 6px bottom;
}

.box-nav-menu {
	background:#ffffff url(../images/boxlogo-menu.jpg) no-repeat 6px bottom;
}


/* Her starter den CSS der styler venstre menu - er flyttet fra Template_1.html til stylesheetet d. 4-12-05 af Jes*/

body { font: normal 62.5% verdana; }

ul#primary-nav,

/* Menuen grundfarve */

/*Venstre menu - */

ul#primary-nav ul {
	margin: 0 0 0 0;
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	width: 140px; /* Width of Menu Items */
	border: 0px solid #ccc;
	background-color: #ffffff; /* IE6 Bug */
	font-size: 100%;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;

	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #2F3E54;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border: 0px solid #ccc;
	/* text-indent: 15px; */
	border-left: 1px solid #bd4418;
    border-bottom: 1px solid #bd4418;
    margin-top: 15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

/* Dette definerer hvor undermenuen starter er hvor undermenuen starter. */
ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	}

/* Dette er den menu der dropper ud */

ul#primary-nav li ul li a {
	padding: 5px 3px;
	background-color: #FFFFFF;
} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block;
} /* The magic */

ul#primary-nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }

ul#primary-nav li.menuparent:hover,

/*  Menuen naar den ikke er aktiv - men mouse over*/
ul#primary-nav li.over { background-color: #FFFFFF; }
ul#primary-nav li a:hover {
	color: #000099;
	/* background-color:#dddddd; */
	background-color:#EEEEEE;
	border-left: 1px solid #bd4418;
    border-bottom: 1px solid #bd4418;
} 



/* #top-nav-generel den øverste generelle menu øverst */
#top-nav-generel{
	margin-top: 0px;
	margin-bottom:0px;
	height:19px;
	float:right;
	width:800px;
	background:#CC3300 url(../images/top-menu-baggr.gif) repeat-x top left;
	}

/* #nav er navigations menuen i toppen */
#top-nav{
	margin-top: 145px;
	margin-bottom:0px;
	height:19px;
	background:#c10134 url(../images/sitemenu-baggr.gif) repeat-x left top;
	}

/* #nav er JP navigations menuen i toppen */
#top-nav-jp{
	margin-top: 0px;
	margin-bottom:0px;
	height:25px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
}

#left-top-menu {
	float:left;
}
#right-top-menu {
	float:right;
	font-weight:bold;
}



/*dette er topmenuen - baggrunden der "holder" menupunkterne. Men i den fulde lngde det er ikke punkterne*/

#nav-generel, #nav-generel ul {
	float: left;
	list-style: none;
	/* padding: 2px 0px 2px 5px; */
	margin: 2px 0px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 7px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	}
	
/* saavidt jeg kan se baggrunden i  overste menupunkt*/
#nav-generel li {
	float: left;
	margin-right: 0px;
	border-left: 0px solid #ffffff;
	}
/* dette styrer menu - har givet ny baggrund farve - og font color*/
/* Dette er menupunkterne i toppen */
#nav-generel li a, #nav-generel li a:visited, #nav-generel li a:active {
	display: block;
	/* width: 8em; */
	/* border-left: 1px solid #cccccc; */
	color: #000000;
	text-align: center;
	padding:4px 10px 4px 10px;
	background: url(../images/stregmenu_2.gif) no-repeat left 2px;
	}

#nav-generel li a:hover {
	background: url(../images/pilmenu_2.gif) no-repeat 0px 2px;
	padding:4px 10px 4px 10px;
	}


/* Nu nav sites */

#nav, #nav ul {
	/* float: right; */
	list-style: none;
	/* padding: 2px 0px 2px 5px; */
	margin: 2px 0px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 7px;
	font-weight:bold;
	padding-left:5px;
	float:right;
	}
	
/* saavidt jeg kan se baggrunden i  overste menupunkt*/
#nav li {
	float: left;
	margin-right: 0px;
	border-left: 0px solid #ffffff;
	}
/* dette styrer menu - har givet ny baggrund farve - og font color*/
/* Dette er menupunkterne i toppen */
#nav li a, #nav li a:visited {
	display: block;
	/* width: 8em; */
	/* border-left: 1px solid #cccccc; */
	color: #ffffff;
	text-align: center;
	padding:4px 10px 4px 10px;
	background: url(../images/stregmenu_3.gif) no-repeat left 2px;
	}

#nav li a:active {
	display: block;
	/* width: 8em; */
	/* border-left: 1px solid #cccccc; */
	color: #ffffff;
	text-align: center;
	padding:4px 10px 4px 10px;
	background-color: #c2552c;
	}


#nav li a:hover {
	background:#c2552c url(../images/pilmenu_2.gif) no-repeat 0px 2px;
	padding:4px 10px 4px 10px;
	}
	

/* Nu nav sites */

#nav-left, #nav-left ul {
	/* float: right; */
	list-style: none;
	/* padding: 2px 0px 2px 5px; */
	margin: 2px 0px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 7px;
	font-weight:bold;
	padding-left:5px;
	}
	
/* saavidt jeg kan se baggrunden i  overste menupunkt*/
#nav-left li {
	float: left;
	margin-right: 0px;
	border-left: 0px solid #ffffff;
	}
/* dette styrer menu - har givet ny baggrund farve - og font color*/
/* Dette er menupunkterne i toppen */
#nav-left li a, #nav-left li a:visited, #nav-left li a:active {
	display: block;
	/* width: 8em; */
	/* border-left: 1px solid #cccccc; */
	color: #ffffff;
	text-align: center;
	padding:4px 10px 4px 10px;
	background: url(../images/stregmenu_3.gif) no-repeat left 2px;
	}

#nav-left li a:hover {
	background: url(../images/pilmenu_2.gif) no-repeat 0px 2px;
	padding:4px 10px 4px 10px;
	}
	
#menu-rap {
width: 140px;
margin-top: 20px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
}	
	

	

/* Her er selve menu punktet i toppen naar man HOVER */
/* #nav a:hover {
	display: block;
	width: 8em;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	padding: 0.25em 0em;
	border: 0px solid #CC0000;
	} */

/* Dette skulle vaere drop-down gardinet naar man hover i topmenupunktet - altsaa inden man laver hover over de underliggende menupunkter - af en eller anden grund virker det i FF men ikke i IE - den er ogsaa for lang i FF */
/* #daddy a:link, a:visited, a:hover {
	/* background-color:#CCCC66; */
	/* width: 15em; */
/*}*/
/* saavidt jeg kan se baggrunden i  overste menupunkt*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	/*w\idth: 13.9em;*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0px;
	padding: 0px;
}
/* her sttes baggrunden til drop-down gardinet */
#nav li li {
	padding-right: 0em;
	width: 8em
}
/* Jeg tror det er et aktivt undermenu  punkt  i menu gardinet*/
#nav li ul a {
	width: 8em;
	/* w\idth: 9em; */
}
/* #nav li ul ul {
	margin: -1.75em 0 0 14em;
	background-color:#FF0000;
} */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	/* background: #A1362E; */
	/* width: 8em; */
}

/* #daddy ul {
width:8em;
padding: 0px;
}
#daddy {
width:10em;
padding: 0px;
} */

/* Footer */
#footer {
	width:800px;
	height:20px;
	}

#footer p{
	font-size:10px;
	line-height:20px;
	text-align:center;
	}
/* FCE med tre kolonner */
#tre-kollonner-fce	{
	width:600px;
	margin-top:20px;
	}
	
.tre-kol {
	width:190px;
	float:left;
	margin-right:15px;
	}
	
.tre-kol-right {
	width:190px;
	float:left;
	}
/* FCE med tre kolonner*/

/* Start FCE med tre kolonner  fuld bredde  */
#tre-kol-fce-fuldbredde	{
	width:800px;
	margin-top:20px;
	}
	
.tre-kol-fuldbredde {
	width:253px;
	float:left;
	margin-right:20px;
	}
	
.tre-kol-right-fuldbredde {
	width:253px;
	float:left;
	}
/* Slut FCE med tre kolonner fuld bredde  */

	
/* FCE med t0 kolonner */
#to-kollonner-fce	{
	width:600px;
	margin-top:20px;
	}
	
.to-kol-left {
	width:290px;
	float:left;
	margin-right:20px;
	}
	
.to-kol-right {
	width:290px;
	float:right;
	}
/* SLUT FCE med t0 kolonner */	

/* FCE med t0 kolonner til site kontaktsiden */
#to-kollonner-fce-kontakt-site	{
	width:600px;
	margin-top:20px;
	}
	
.to-kol-left-kontakt-site {
	width:260px;
	float:left;
	margin-right:20px;
	}
	
.to-kol-right-kontakt-site {
	width:260px;
	float:right;
	}
/* SLUT FCE med t0 kolonner til site kontaktsiden */	



/* START FCE med to kolonner FULD bredde */
#to-kollonner-fce-fuldbredde	{
	width:800px;
	margin-top:20px;
	}
	
.to-kol-left-fce-fuldbredde {
	width:390px;
	float:left;
	margin-right:20px;
	}
	
.to-kol-right-fce-fuldbredde {
	width:390px;
	float:right;
	}
/* FCE med t0 kolonner */	

/* START FCE med to kolonner FULD bredde */
#to-kollonner-fce-kontakt	{
	width:700px;
	margin-top:20px;
	margin-left:50px;
	background:#ffffff url(../images/baggr-kontakt.gif) repeat-y left top;
	}
	
.to-kol-left-fce-kontakt {
	width:300px;
	float:left;
	margin-right:20px;
	}
	
.to-kol-right-fce-kontakt {
	width:300px;
	float:right;
	}
/* FCE med t0 kolonner */	

#en-kollonner-fce-kontakt-site {
	width: 340px;
	margin-top:20px;
}

.en-kol-left-kontakt-site {
	width: 340px;
	}


#twrss_table {font-size:10px;}

.contenttable {
	font-size:10px;
	}
	
.contenttable td {
	width: 150px;
	}
	
.csc-textpic-caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}	
	
#outer .download a, p.bodytext .download a {
	text-decoration:underline!important;
	}	
#outer .download a:hover {
	text-decoration:underline!important;
	font-weight:bold;
	}		

#content ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	list-style:disc inside;
	margin-bottom:7px;
	}
	
#content ul li {
	line-height:14px;
	margin-bottom:7px;
	}	

/* Bullet ul li liste i bodytext*/
/*
#outer #main #right-forside #content-forside p.bodytext ul {
	font-size:10px;
	background-color:#9999CC!important;
	list-style:none;
	} */
#content-forside ul {
	font-size:11px;
	line-height:14px;
	list-style:disc inside;}
	
#content-forside ul li {
	line-height:14px;
	margin-bottom:7px;
	}

#fce-nyheder {
	width:600px;
	background-color:#CCCCCC;
	padding-left:20px;
}

#fce-nyheder h5{
	margin-left: 0px;
	padding-left:20px;
	background:#cccccc url(../images/arrow-nyheder.jpg) no-repeat 0px 3px;	
}					

#fce-nyheder-wrap {width:800px;}
.fce-nyheder-leftkol {
	width:50px;
	float:left;
	margin-right:25px;
	}
.fce-nyheder-content {
	width: 643px;
	float:left;
	}

.csc-mailform {
	border: 0px solid #000000;
	background-color: #ffffff;
	margin-top: 15px;
}

fieldset {
  	padding: 1em;
 }


label {
	float:left;
	width:100px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.csc-mailform-field {
	margin: 5px;
	border: 0px solid #000000;
}

FORM {
	/* border: 1px solid #6633CC; */
} 

Textarea {
	border: 1px solid #999999;
}

Input {
 	border: 1px solid #999999;
}

checkbox {
	border: 1px solid #999999;
}

.csc-frame-invisible {clear:both;}


