/*  finansrådet.dk  */
/*
  Generelt
    background dark: #dedecd        
    background light: #efefe7
    logo farve: #5E9CAE
    background searchbox: #c3cc01
    servicemenu text: #609eaf
    Link farve (green): #9fa600
*/

.min-height { height:329px; float:right; width:1px; } 
.clear { clear:both; height:0px; overflow:hidden; } 
.space { width:100%; height:10px; float:left; }
.nowrap { white-space:nowrap; }
.left { float:left }
.right { float:right; } 
span.required { color:#EF3333 } 

/*====================================
  STYLES FOR DIV CONTAINERS - ALL PAGES
=====================================*/
div#waveContainer { position:relative; top:0px; width:100%; text-align:left; margin:0px auto; border-collapse:collapse; }
div#leftWave { position:absolute; width:50%; right:50%; height:534px; background:transparent url(../images/pageLeftWave.png) right bottom repeat-x; }
div#rightWave { position:absolute; width:50%; left: 50%; height:534px; background:transparent url(../images/pageRightWave.png) left bottom repeat-x; }
div#shadowContainer {
  position:relative;
  top:0px;
  width:1000px;
  margin:0px auto;
  border-collapse:collapse;
}
div#leftShadow { position:relative; top:92px; width:18px; height: 540px; margin:0 -4px 0 0; float:left; display:inline; background:transparent url(../images/pageLeftShadow.png) left bottom no-repeat;}
div#rightShadow { position:relative; top:92px; width:18px; height: 540px; margin:0 0 0 -4px; float:left; display:inline; background:transparent url(../images/pageRightShadow.png) left bottom no-repeat;}

div#fullContainer {
  top:0px;
  width:964px;
  margin:0px auto;
  float:left;
  display:inline;
}



/*====================================
  SERVICECONTAINER
=====================================*/
div#topContainer { width:100%; height:130px; background:transparent url(../images/pageRepeatBG.png) left top repeat-y; }

div#serviceContainer { height:100px; width:100%; float:left; background:transparent url(../images/pageTopBG.png) left top no-repeat; }

div#websiteLogo { width:205px; height:56px; margin:42px 0 0 33px; float:left; display:inline; background:transparent url(../images/images.png) 0px 0px no-repeat;  }
div#websiteLogo a { width:205px; height:56px; display:block; text-decoration:none; }
div#websiteLogo a:hover { text-decoration:none; }

/*------------ SERVICEMENU ------------*/
div#serviceBox { width:660px; height:29px; margin:27px 23px 0 0; float:right; display:inline; background:transparent url(../images/serviceBoxBG.png) left bottom no-repeat; }
div#serviceMenu { height:17px; font-size:10px; line-height:16px; font-weight:normal; margin:0 21px 0 0; float:right; display:inline; }
div#serviceMenu a.serviceMenu, div#serviceMenu  a.serviceMenuFirst, div#serviceMenu  a.serviceMenuLast { color:#609eaf; float:left; display:block; text-decoration:none; }
div#serviceMenu a:hover, div#serviceMenu a:active { color:#666666; }


/* no margin at first and last navigationpoint */
div.serviceMenuBegin { margin: 0 7px 0 0; }
div.serviceMenuEnd { margin: 0 0 0 7px; }

div.pipe-serviceMenu {
  background:transparent url('../images/images.png') -206px -20px no-repeat;
  display:inline;
  float:left;
  height:17px;
  line-height:17px;
  margin:0 7px;
  width:1px;
}

/*------------ SEARCHBOX ------------*/
div#searchBox { width:140px; height:19px; margin:0; float:right; display:inline; }
div#searchBox  div.submit { width:22px; height:19px; line-height:19px; border:0 none; padding:0; margin:0; float:left; background:transparent url(../images/images.png) -646px 0px no-repeat;}
div#searchBox  input.submit { width:100%; height:100%; color:#000000; border:0 none; background:transparent; cursor:pointer; padding:0; vertical-align:middle; }
div#searchBox  div.text { width:84%; height:19px; background-color:#c3cc01; border:0 none; padding:0; margin:0; float:left;}
div#searchBox  input.text { width:92% !important; height:16px !important; font-size:10px; line-height:16px; margin:0 0 0 8px; border:0 !important; color:#000000 !important; background-color:transparent !important; vertical-align:middle !important; padding:3px 0 0 0 !important; }

div#membersNet { width:70%; font-size:10px; text-align:right; margin:6px 23px 0 0; float:right; display:inline; }
div#membersNet a {  }

/*====================================
  MENU: LEVEL 1+2+3+4
=====================================*/
div#menuContainer { width:100%; height:30px; text-align:left; margin:0; float:left; display:inline; }

/*----------- MENU LEVEL 1 ----------*/
div#menuLevelOne { height:100%; font-family: georgia, verdana, serif; font-size:14px; line-height:23px; margin: 0 22px 0 0; float:right; display:inline;}
div#menuLevelOne a { color:#000000; border-bottom:7px solid #b2ba00; margin:0 2px; padding:0 14px 0 14px; text-decoration:none; display:block; float:left; }
div#menuLevelOne a.current{ height:27px; line-height:30px; color:#ffffff; border-bottom:0 none; margin:3px 2px 0 2px; padding: 0 14px 0 14px; text-decoration:none; display:block; float:left; background:transparent url('../images/menuLevel-1-Cur.gif') left bottom repeat-x; }
div#menuLevelOne a:hover { border-bottom:7px solid #498aa0; }


/* no margin at first and last navigationpoint */
div.menuBegin {margin: 0 0px; }
div.menuCenter a { }
div.menuEnd {margin: 0 0px; }


/*----------- MENU LEVEL 2 ----------*/
ul.menuLevel-2, ul.menuLevel-3, ul.menuLevel-4, ul.menuLevel-5 {
  font-size:11px;
  line-height:13px;
  font-weight:bold;
  text-align:left;
  padding:0;
  width:220px; 
  margin:0;
  list-style-image: url('../images/transparent.gif');
  list-style-position:outside;
  vertical-align:top;
}


ul.menuLevel-2 { list-style:none; }
ul.menuLevel-3 { width:218px; font-weight:normal; list-style:none; min-height:62px; padding:5px 0 25px 7px; background:transparent url('../images/menuLevel-3-BottomBG.png') left bottom no-repeat; }
ul.menuLevel-4 { width:218px; font-size:10px; font-weight:normal; list-style:none; }
ul.menuLevel-5 { width:180px; font-size:10px; font-weight:normal; margin:0; padding:0 0 0 23px; }

/* LEVEL 2 */
ul.menuLevel-2 li.menuLevel-2 { line-height:13px; padding:6px 15px 5px 0; }
ul.menuLevel-2 li.menuLevel-2-act { line-height:14px; padding:0; margin:15px 0 5px 0; } 
ul.menuLevel-2 li.menuLevel-2-act-subpage { line-height:14px; padding:0; margin:15px 0 0 0; }

.menuLevel-2 { background:transparent; }
.menuLevel-2 a { padding:0 0 0 14px; margin:0 0 0 7px; color:#5694a7; text-decoration:none; display:block; background:transparent url('../images/menuLevel-2-No.gif') left top no-repeat; }
.menuLevel-2 a:hover { color:#515151; text-decoration:none; }
.menuLevel-2-act { color:#5694a7; text-decoration:none; background:transparent url('../images/menuLevel-2-ActRepeatBG.png') left top repeat-y; }
.menuLevel-2-act a { padding:7px 15px 7px 14px; color:#ffffff; text-decoration:none; background:none; }
.menuLevel-2-act a:hover { color:#ffffff; text-decoration:none; }
.menuLevel-2-act div.shadow { background: transparent url('../images/menuLevel-2-ActShadow.png') left bottom no-repeat; }
.menuLevel-2-act div.activeBG { min-height:28px;  padding:0 0 13px 0; background:transparent url('../images/menuLevel-2-ActBG.png') left top no-repeat; }

.menuLevel-2-act-subpage {min-height:28px; color:#5694a7; text-decoration:none; background:transparent url('../images/menuLevel-2-ActSubRepeatBG.png') left top repeat-y; }
.menuLevel-2-act-subpage a { padding:7px 15px 7px 14px; color:#ffffff; text-decoration:none; background:none; }
.menuLevel-2-act-subpage a:hover { color:#ffffff; text-decoration:none; }
.menuLevel-2-act-subpage div.shadow { background: transparent url('../images/menuLevel-2-ActSubShadowBG.png') left bottom no-repeat; }
.menuLevel-2-act-subpage div.activeBG { min-height:28px; padding:0 0 13px 0; background:transparent url('../images/menuLevel-2-ActSubBG.png') left top no-repeat; }


/* LEVEL 3 */
ul.menuLevel-3 li.menuLevel-3 { line-height:13px; padding:2px 20px 8px 0; }
ul.menuLevel-3 li.menuLevel-3-act { line-height:13px; padding:2px 20px 7px 0; }
.menuLevel-3 { background:transparent; }
.menuLevel-3 a { padding:0 13px 0 11px; margin:0 0 0 10px; color:#000000; text-decoration:none; background:transparent url('../images/menuLevel-3-No.gif') left top no-repeat; }
.menuLevel-3 a:hover { color:#4A90A3; text-decoration:underline; background:transparent url('../images/menuLevel-3-Hover.gif') left top no-repeat; }
.menuLevel-3-act a { color:#4A90A3; font-weight:bold; text-decoration:none; background:transparent url('../images/menuLevel-3-Hover.gif') left top no-repeat; }
.menuLevel-3-act a:hover { color:#5694a7; text-decoration:none; }
.menuLevel-3-act-subpage { line-height:13px; padding:2px 20px 4px 0; }
.menuLevel-3-act-subpage a { color:#4A90A3; font-weight:bold; text-decoration:none; background:transparent url('../images/menuLevel-3-Act.gif') 0px 2px no-repeat; }
.menuLevel-3-act-subpage a:hover { text-decoration:none; background:transparent url('../images/menuLevel-3-Act.gif') 0px 2px no-repeat; }
.menuLevel-3 span.date { color:#7c7a7b; font-size:10px; display:block; }

/* LEVEL 4 */
ul.menuLevel-4 li.menuLevel-4 { line-height:10px; padding:7px 20px 6px 0; }
ul.menuLevel-4 li.menuLevel-4-act { line-height:11px; padding:4px 20px 3px 0; }
ul.menuLevel-4 li.menuLevel-4-act-subpage { line-height:11px; padding:4px 20px 12px 0; }
.menuLevel-4 { background:transparent; }
.menuLevel-4 a { padding:0 15px 0 0; margin:0 0 0 21px; color:#000000; text-decoration:none; background:none; }
.menuLevel-4 a:hover { color:#4A90A3; text-decoration:underline; background:transparent none; }
.menuLevel-4-act a { color:#4A90A3; font-weight:bold; text-decoration:none; background:none; }
.menuLevel-4-act a:hover { color:#4A90A3; text-decoration:none; }
.menuLevel-4-act-subpage a { font-weight:bold; color:#4A90A3; }
.menuLevel-4-act-subpage a:hover {  }
div.menulevel-4-Top-BG { width:194px; height:8px; line-height:8px; font-size:8px; margin:8px 0 5px 10px; background:transparent url(../images/menuLevel-4-Act-Sub-Top.gif) left top no-repeat; }
div.menulevel-4-Bottom-BG { width:194px; height:7px; line-height:7px; font-size:7px; margin:11px 0 0 10px; background:transparent url(../images/menuLevel-4-Act-Sub-Bottom.gif) left top no-repeat;}

/* LEVEL 5 */
ul.menuLevel-5 li.menuLevel-5 { line-height:11px; padding:4px 20px 6px 0; }
ul.menuLevel-5 li.menuLevel-5-act { line-height:11px; padding:4px 20px 6px 0; }
.menuLevel-5 { background:transparent; }
.menuLevel-5 a { padding:0 15px 0 0; margin:0; color:#000000; text-decoration:none; padding:0 0 0 10px; background:transparent url('../images/menuLevel-5-No.gif') left top no-repeat; }
.menuLevel-5 a:hover { color:#4A90A3; text-decoration:underline; background:transparent url('../images/menuLevel-5-No.gif') left top no-repeat; }
.menuLevel-5-act a { color:#4A90A3; font-weight:bold; text-decoration:none; padding:0 0 0 10px; background:transparent url('../images/menuLevel-5-Act.gif') left top no-repeat; }
.menuLevel-5-act a:hover { color:#4A90A3; text-decoration:none; background:transparent url('../images/menuLevel-5-Act.gif') left top no-repeat; }


/* Next level */
li.menu-next-level-3, li.menu-next-level-4, li.menu-next-level-5 {
  list-style-image: url('../images/transparent.gif');
  list-style-position: outside;
  line-height:1;
  background:transparent url('../images/menuLevel-2-ActBG.gif') left top repeat-y;
  margin:0 0 10px 0;
}
li.menu-next-level-4 { background:none; margin:0 0 14px 0; }
li.menu-next-level-5 { background:none; margin:0; padding:0 0 7px 0;}


/*====================================
  CONTENT
=====================================*/
div#contentContainer { width:100%; min-height:502px; padding:0 0 100px 0; float:left; display:inline; background:transparent url(../images/pageRepeatBG.png) left top repeat-y; }
div#contentTopBG { position:relative; left: 4px; width:956px; float:left; }


/*------------------------------------
  content subpages
------------------------------------*/
/* subpage background */
div.subPage { min-height:133px; background:transparent url(../images/contentTopBG.png) left top no-repeat; }

div#leftContainer { width:220px; padding:0 3px 0 0; margin:34px 0 0 20px; float:left; display:inline;}
div#leftRow-1 { margin:0 0 0 11px; float:left; display:inline; }
div#leftRow-1 h1 a, div#leftRow-1 h1 { color:#ffffff; }
div#leftRow-1 h1 a.noArrow {background-image:none; padding-left:0;}
div#leftRow-2 { margin:65px 0 0 -5px; float:left; display:inline; }
div#leftRow-3 { }
div#leftRow-4 { }

div#centerContainer { margin:30px 0 0; float:left; display:inline;  }

/*====================================
   TEMPLATE: WIDESUBPAGE (bred underside)
=====================================*/
div.wideSubpage { width:713px; min-height:332px; background:transparent url(../images/wideSubpageBG.png) left top no-repeat; }
div.wideSubpage div#centerRow-2 { width:683px; }
div.wideSubpageGradientBG { width:627; height:15px; background: transparent url('../images/images.png') 0px -84px no-repeat; overflow:hidden; }

div#centerRow-1 { width:659px; margin:0 30px 0 4px; float:left;display:inline; }
div#centerRow-1 a, div#centerRow-1 span.current  { font-size:10px; line-height:18px; padding:0 11px 0 0; margin:0 0 0 5px; background:transparent url(../images/breadcrumbActive.gif) right 4px no-repeat; text-decoration:none }
div#centerRow-1 a:hover { color:#609eaf; background:transparent url(../images/breadcrumbNormal.gif) right 4px no-repeat; text-decoration:none; }
div#centerRow-1 span.current { color:#609eaf; background:none; }
div#centerRow-2 { text-align:right; margin:13px 0 0 0; float:left; display:inline;}
div#centerRow-2 a { width:18px; height:18px; float:right; display:block;}
div#centerRow-2 a.abonner { background:transparent url(../images/images.png) -260px 0px no-repeat;}
div#centerRow-2 a.print { margin:0 7px; display:inline; background:transparent url(../images/images.png) -243px 0px no-repeat;}
div#centerRow-2 a.tipafriend{ background:transparent url(../images/images.png) -225px 0px no-repeat;}
div#centerRow-3 { width:593px; margin:2px 0 2px 27px; float:left; display:inline; }
div#centerRow-3 h1 { line-height:30px; }

.hearingPage div#centerRow-3 h1 { line-height:24px; font-size:18px; margin-bottom:10px; }

div#centerRow-4 { width:683px; margin:0 0 25px 16px; float:left; display:inline; }
div#centerRow-4 div#contentBG { width:666px; min-height:12px; padding:3px 0 0 0; float:left; background:transparent url(../images/images.png) 0px -84px no-repeat; }
div#centerRow-4 div#contentImage { position:relative; width:666px; height:209px; }
div#centerRow-4 div#contentImage img.image { position:absolute; top:0; left:0; z-index:1;}
div#centerRow-4 div#contentImage img.mask { position:absolute; top:0; left:0; z-index:2;}
div#centerRow-4 div#body { width:410px; margin:0 0 0 11px; float:left; display:inline; }
div#centerRow-4 div#date { margin:30px 0 4px 0; text-align: right;}
div#centerRow-4 div#date h4 { height:18px; line-height:18px; }
div#centerRow-4 p.teaser { margin:0 0 27px 0;  }
div#centerRow-4 div#bodyText { }
div.h3Underline { height:2px; width:410px; background: transparent url('../images/images.png') -225px -38px no-repeat; overflow:hidden; }
div#centerRow-5 { width:446px; min-height:40px; margin:0 0 25px 10px; float:left; display:inline; background:#fafaf7 url(../images/centerRow-5BG.gif) left top no-repeat; }

div#centerRow-5 h3.relatedArticles { margin:28px 0 16px 0; padding:0 27px;}

div#centerRow-5 p { font-size:11px; color:#686667; padding:0 27px; }
div#centerRow-5 a { color:#609EAF; padding: 0 0 0 10px; background:transparent url(../images/linkArrow.gif) top left no-repeat; }

div.focusBox { width:224px; padding:20px 0 0 0; margin:10px 0 0 38px; float:left; display:inline; background:transparent url(../images/contentFocusBoxBG.png) left top no-repeat;}
div.focusBox h2, div.focusBox h3, div.focusBox p { padding:0 18px; }
div.focusBox h2 { line-height:22px; margin:0 0 5px 0; }
div.focusBox h2 a { color:#000000; padding:0 0 0 21px; margin:0; background:transparent url(../images/arrowH2.gif) left center no-repeat; text-decoration:none }
div.focusBox h2 a:hover { color:#666666; text-decoration:none; }
div.focusBox p, div.focusBox .teaser { line-height:13px; font-size:11px; margin:0 0 10px 0}
div.focusBox a { padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; }
div.focusBox a.noArrow {background-image:none; padding-left:0;}
div.focusBox a.rssfeed { padding: 0 0 0 20px; line-height:22px; display:block; background:transparent url(../images/rssfeed.gif) top left no-repeat; }
div.focusBox img {width:190px; margin-left:-2px; margin-bottom:-10px;}
div.focusBox a img {margin-left:-12px;}


div.focusBox .teaser { font-weight:bold; }

/*====================================
   TEMPLATE: NARROW SUBPAGE (normal underside)
=====================================*/
/* baggrund med tonet skygge */
div.narrowSubpageGradientBG { width:396px; height:11px; margin:0 0 4px 0; background:transparent url(../images/images.png) no-repeat scroll -225px -19px; }
div.narrowSubpageBorder { width:396px; height:1px; margin:-1px 0 2px 0; background:transparent url(../images/images.png) no-repeat scroll -225px -38px; }
div.narrowSubpage { width:466px; min-height:332px; background:transparent url(../images/narrowSubpageBG.png) left top no-repeat; }
div.narrowSubpage div#centerRow-2 { width:450px; }
div.narrowSubpage div#centerRow-3 { width:350px; }
div.narrowSubpage div#centerRow-4 { width:434px; } 
div.narrowSubpage div#centerRow-4 div#contentBG { width:432px; background:transparent url(../images/images.png) -225px -41px no-repeat; }
div.narrowSubpage div#centerRow-4 div#contentImage { width:432px; height:234px; margin:0 0 -18px 0; background:transparent url(../images/narrowContentImageBG.png) no-repeat scroll left bottom; overflow:hidden; }
div.narrowSubpage div#centerRow-4 div#body {  }
div.narrowSubpage div#centerRow-4 div#date {  }
div.narrowSubpage div#centerRow-4 div#bodyText { }

div#rightContainer { margin:160px 0 0 7px; float:left; display:inline; }
div#rightRow-1 { font-size:11px; line-height:13px; width:206px; margin:0 0 0 18px; }
div#rightRow-1 h4 { margin:0 0 12px 0; } 
div#rightRow-1 div.persons { padding:0 0 40px 0; }
div#rightRow-2 {    }
div#rightRow-2 ul.related-pages {  list-style-image: url('../images/menuLevel-3-NO.gif'); margin-left:30px; }
div#rightRow-2 ul.related-pages li { font-size:10px; margin:0 0 8px 0; }
div#rightRow-2 ul.related-pages li div { color:#757879; }

div#rightRow-3 { }
div#rightRow-4 { }
div#rightRow-2 div.focusBox { width:224px; min-height:209px; margin:0; float:left; display:inline; background:transparent url(../images/contentFocusBoxBG.png) left top no-repeat;}

/*--------------------------------------
   PAGE: NEWS PAGE MAINPAGE
--------------------------------------*/
div.newsMainpage { width:713px; min-height:332px; background:transparent url(../images/narrowSubpageBG.png) left top no-repeat; }
div.newsMainpage div#centerRow-4 { width:683px; float:left; margin:0 0 25px 16px; }
div.newsMainpage div#centerRow-4 div#contentBG { width:432px; min-height:12px; padding:3px 0 0 0; float:left; background:transparent url(../images/images.png) -225px -41px no-repeat; }
div.newsMainpage div#centerRow-5 { width:688px; min-height:40px; margin:0 0 25px 11px; float:left; display:inline; background:none; }
div.newsMainpage div#centerRow-5 div#selection { width:674px; height:28px; margin:0 0 0 5px; background:transparent url(../images/images.png) 0px -56px no-repeat; }
div.newsMainpage div#centerRow-5 div#selection { color:#ffffff; line-height:28px; padding:0 0 0 5px; }
div.newsMainpage div#centerRow-5 div#selection input.checkbox { margin:7px 5px 0 15px; float:left; display:inline; }
div.newsMainpage div#centerRow-5 div#selection div { font-size:10px; float:left; color:#ffffff; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.row { margin:15px 0 0 0; float:left; display:inline;}
div.newsMainpage div#centerRow-5 div#teaserContainer div.element { width:221px; min-height:257px; margin:0 12px 0 0; float:left; display:inline; background:transparent url(../images/teaserBG.png) left top no-repeat; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.last { margin:0 0 0 1px; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.date { font-size:10px; line-height:17px; height:17px; text-align:right; padding:0 4px 0 0; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.teaserImage { position:relative; width:212x; height:119px; margin:0 0 -8px 5px; background:transparent url(../images/teaserImageBG.png) left bottom no-repeat;  }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.teaserImage .image { position:absolute; top:0px; leeft:0px; z-index:1; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.teaserImage .mask { position:absolute; top:0px; leeft:0px; z-index:2;}
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.teaserContent { padding:12px 13px 0 14px }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.teaserContent h3 { padding:0px; margin:0 0 10px 0; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element p { font-size:11px; line-height:16px; padding:0px; margin:0 0 10px 0 }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.more { font-size:11px; margin:-5px 0 0 0; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.more a { color:#9fa600; font-size:11px; }
div.newsMainpage div#centerRow-5 div#teaserContainer div.element div.more a:hover { color:#666666 }

div.newsMainpage div.focusBox { width:224px; min-height:209px; margin:45px 0 0 0; float:right; display:inline; background:transparent url(../images/contentFocusBoxBG.png) left top no-repeat;}

/*--------------------------------------
   PAGE: NEWS PAGE - ARCHIVE
--------------------------------------*/
div.newsArchive { }
div.newsArchive div#centerRow-4 div#body { margin:31px 0 0 11px; }
div.newsArchive div#centerRow-4 div.archive { margin:0 0 25px 0; }
div.newsArchive div#centerRow-4 div.archive h3:first-letter { text-transform:uppercase; }
div.newsArchive div#centerRow-4 div.archive h3 { font-size:14px; margin:0px;}
div.newsArchive div#centerRow-4 div.archive div.h3Underline { height:2px; width:410px; background: transparent url('../images/images.png') -225px -38px no-repeat; overflow:hidden; }
div.newsArchive div#centerRow-4 div.archive div.header { margin:-6px 0 0 0 }
div.newsArchive div#centerRow-4 div.archive div.body { min-height:15px; }
div.newsArchive div#centerRow-4 div.archive p { color:#686667; font-size:11px; line-height:14px; margin:0 0 15px 21px }
div.newsArchive div#centerRow-4 div.archive a { font-size:11px; font-weight:bold; line-height:15px; color:#4A90A3; padding:0 0 0 21px; text-decoration:none; display:block; background:transparent url(../images/jobList-Act.gif) left top no-repeat; }
div.newsArchive div#centerRow-4 div.archive a:hover { color:#515151; }
div.newsArchive div#centerRow-4 div.archive a span.date { font-weight:normal }

/*=--------------------------------------
   PAGE: HEARINGPAGES (Høringssider)
--------------------------------------*/

/* Visning af selve høringssiden */
div.hearingPage div#centerRow-5 { width:446px; min-height:158px; margin:0 0 25px 11px; float:left; display:inline; background:transparent url(../images/centerRow-5HearingBG.png) left top no-repeat; }
div.hearingPage div#centerRow-5 h2 { color:#000000; margin:0 0 76px 0; }
div.hearingPage div#centerRow-5 p { font-size:11px; color:#686667; padding:0px;}
div.hearingPage div#centerRow-5 a { color:#9fa600; padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; }
div.hearingPage div#centerRow-5 a:hover { color:#666666; }
div.hearingPage div#centerRow-5 div#law { width:188px; margin:18px 0 0 18px; float:left; display:inline; }
div.hearingPage div#centerRow-5 div#hearing { width:188px; margin:18px 0 0 41px; float:left; display:inline; }

/* Mellemforside med oversigt over høringskategorier */
div.hearingPageOverview div#centerRow-4 div#body div.sektion div.narrowSubpageGradientBG { width:407px; height:15px; margin:25px 0 24px 0; float:left; display:inline; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div.hearingPageOverview div#centerRow-4 div#body span { color:#646464; font-size:11px; }
div.hearingPageOverview div#centerRow-4 div#searchHearingArchive { width:257px; height:21px; margin:0 0 50px 0; float:left; display:inline; border:none; background:transparent url(../images/searchboxHearing.gif) top left no-repeat; }
div.hearingPageOverview div#centerRow-4 div#searchHearingArchive input { width:228px; height:18px; margin:0 0 0 26px; padding:3px 0 0 0; border:none; background-color:transparent; }
div.hearingPageOverview div#centerRow-4 div#searchHearingArchiveResult { float:left;}
div.hearingPageOverview div#centerRow-4 div#searchHearingArchiveResult a { font-size:11px; font-weight:bold; line-height:15px; color:#4A90A3; padding:0 0 0 21px; margin:-4px 0 10px 0; text-decoration:none; display:block; background:transparent url(../images/jobList-Act.gif) left top no-repeat; }
div.hearingPageOverview div#centerRow-4 div#searchHearingArchiveResult a:hover { color:#515151; }
div.hearingPageOverview div#centerRow-4 div#searchHearingArchiveResult a span.date { font-weight:normal }

div.hearingPageOverview div#centerRow-5 { width:688px; min-height:40px; margin:0 0 25px 11px; float:left; display:inline; background:none; }
div.hearingPageOverview div#centerRow-5 div#hearingTeaser { }
div.hearingPageOverview div#centerRow-5 div.hearingTeaserBox { width:192px; min-height:221px; padding:29px 15px 0 15px; margin:0 4px 0 0; float:left; display:inline; background:transparent url(../images/hearingPageOverviewBG.png) left top no-repeat; }
div.hearingPageOverview div#centerRow-5 div.hearingTeaserBox h4 { color:#000000; padding:0 0 0 18px; margin:0 0 11px 0; background: transparent url('../images/arrowH4.gif') top left no-repeat;}
div.hearingPageOverview div#centerRow-5 div.hearingTeaserBox p { padding:0; line-height:14px; margin:0 0 7px 0; }
div.hearingPageOverview div#centerRow-5 div.hearingTeaserBox a { color:#9fa600; font-size:11px; padding: 0 0 0 10px; background:transparent url(../images/linkArrow.gif) top left no-repeat; }
div.hearingPageOverview div#centerRow-5 div.hearingTeaserBox a:hover { color:#666666; }

/*====================================
   SKABELON: FORSIDE
=====================================*/
/* mainpage background */
div.mainPage { min-height:444px; margin:0 0 -120px 0; background:transparent url(../images/mainpageTopBG.png) left top no-repeat; }
div.mainPageGradientBG { width:429px; height:12px; margin:0 0 0 10px; background:transparent url(../images/images.png) -225px -41px no-repeat;}
div.mainPage div#leftContainer { width:469px; padding:0 0 20px 0; margin:0 1px 0 8px; float:left; display:inline;  }
div.mainPage div#leftContainerTopBG { min-height:838px;background:transparent url(../images/mainpageLeftTopBG.png) left top no-repeat; }
div.mainPage div#leftContainerBottomBG { height:6px; width:100%; float:left; background:transparent url(../images/mainpageLeftBottomBG.png) left bottom no-repeat; }

/* left column */
div.mainPage div#leftRow-1 { width:449px; margin:55px 0 0 12px; }
div.mainPage div#leftRow-1 div#header { padding: 0 0 0 12px; margin:0 0 10px 0; }
div.mainPage div#leftRow-1 h1 { color:#000000; }
div.mainPage div#leftRow-1 h1 a { }
div.mainPage div#leftRow-1 div#mainPageImage { position:relative; width:449x; height:186px; overflow:hidden; }
div.mainPage div#leftRow-1 div#mainPageImage img.image { position:absolute; top:0; left:0; z-index:1;}
div.mainPage div#leftRow-1 div#mainPageImage img.maskMainPage {position:absolute; top:0; left:0; z-index:10;}
div.mainPage div#leftRow-1 div#content { margin: 12px 0 0 0; padding:0 10px 0 21px; }
div.mainPage div#leftRow-1 div#content p.teaser { margin: 0 0 7px 0; }

div.mainPage div#leftRow-2 { width:429px; margin:15px 0 0 21px; }
div.mainPage div#leftRow-2 h3 { margin:0 0 3px 0; }
div.mainPage div#leftRow-2 div#selection { width:429px; height:28px; background:transparent url(../images/images.png) 0px -56px no-repeat; }
div.mainPage div#leftRow-2 div#selection { color:#ffffff; line-height:28px; }
div.mainPage div#leftRow-2 div#selection input.checkbox { margin:7px 5px 0 10px; float:left; display:inline; }
div.mainPage div#leftRow-2 div#selection div { font-size:10px; float:left; color:#ffffff; }

div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem div.narrowSubpageGradientBG { margin:0; }
div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem div.header { margin:2px 0 11px 0; padding:0 0 0 2px; }
div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem p { font-size:11px; line-height:14px; margin:0 0 15px 21px }
div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem a { font-size:11px; font-weight:bold; line-height:15px; color:#4A90A3; padding:0 0 0 21px; text-decoration:none; display:block; background:transparent url(../images/jobList-Act.gif) left top no-repeat; }
div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem a:hover { color:#515151; }
div.mainPage div#leftRow-2 div#teaserContainer div.archiveItem a span.date { font-weight:normal }

div.mainPage div#rightContainer { width:478px; min-height:200px; padding:0px; margin:0px; float:left; display:inline; float:left; background:none; }
div.mainPage div#rightRow-1 { width:460px; margin:36px 0 0 18px; padding:0px; }
div.mainPage div#rightRow-1 div.info { width:98px; height:70px; padding:8px; float:left; }
div.mainPage div#rightRow-1 div.info h3 { color:#ffffff; margin:0 0 7px 0;}
div.mainPage div#rightRow-1 div.info p { font-size:9px; line-height:10px; color:#5f9eaf; margin:0; }
div.mainPage div#rightRow-1 div#rateFlash { width:240px; height:90px; margin:0 0 0 3px; float:left; display:inline; }
div.mainPage div#rightRow-1 div#buttons {  height:70px; margin:0 0 0 13px; float:left; display:inline;  }
div.mainPage div#rightRow-1 div#buttons a.cibor  { width:62px; height:20px; display:block; background: transparent url(../images/images.png) -691px 0px no-repeat; }
div.mainPage div#rightRow-1 div#buttons a.swap { width:62px; height:20px; margin:2px 0 0 0; display:block; background: transparent url(../images/images.png) -691px -21px no-repeat; }
div.mainPage div#rightRow-1 div#buttons a.abonner { font-size:9px; display:block; margin:4px 0 0 16px; }

div.mainPage div#rightRow-2 { width:375px; height:180px; margin:40px 0 0 30px; padding:0px; text-align:left; }
div.mainPage div#rightRow-2 h1 { margin:0 0 13px 0; }
div.mainPage div#rightRow-2 p { color:#ffffff; font-size:11px; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#rightRow-2 p.teaser { color:#ffffff; font-size:11px; font-weight:bold; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#rightRow-2 p a { color:#c9d200; padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; } 


div.mainPage div#rightRow-3 { width:460px; margin:0 0 0 9px; padding:0px; }
div.mainPage div#col-1 { width:222px; min-height:300px; padding:0; margin:0 5px 0 0; display:inline; float:left; background:transparent url(../images/mainpageTemaboxBG.png) no-repeat scroll left top; }
div.mainPage div#col-1 h3.white { margin:0px;}
div.mainPage div#col-1 div.teaserImage { position:relative; margin:0 0 0 5px; width:212px; height:118px; overflow:hidden; background:transparent url(../images/teaserImageBG.png) no-repeat left bottom }
div.mainPage div#col-1 .image { position:absolute; top:0px; left:0px; z-index:1; }
div.mainPage div#col-1 .mask { position:absolute; top:0px; left:0px; z-index:2; }
div.mainPage div#col-1 div.teaserContent { padding:3px 13px 0 14px; }
div.mainPage div#col-1 div.teaserContent p { color:#1e1e1e; font-size:11px; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#col-1 div.teaserContent p.teaser { color:#757879; font-size:11px; font-weight:bold; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#col-1 div.teaserContent a { padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; } 

div.mainPage div#col-2 { width:222px; min-height:300px; padding:0; margin:0 0 0 5px; display:inline; float:left; background:transparent url(../images/mainpageTemaboxBG.png) no-repeat scroll left top; }
div.mainPage div#col-2 h3.white { margin:0px;}
div.mainPage div#col-2 div.teaserImage { position:relative; margin:0 0 0 5px; width:212px; height:118px; overflow:hidden; background:transparent url(../images/teaserImageBG.png) no-repeat left bottom }
div.mainPage div#col-2 .image { position:absolute; top:0px; left:0px; z-index:1; }
div.mainPage div#col-2 .mask { position:absolute; top:0px; left:0px; z-index:2; }
div.mainPage div#col-2 div.teaserContent { padding:3px 13px 0 14px; }
div.mainPage div#col-2 div.teaserContent p { color:#1e1e1e; font-size:11px; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#col-2 div.teaserContent p.teaser { color:#757879; font-size:11px; font-weight:bold; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#col-2 div.teaserContent a { padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; } 


div.mainPage div#rightRow-4 { width:460px; margin:30px 0 0 18px; padding:0px;  }
div.mainPage div#rightRow-4 div.shadow { width:439px; height:8px; margin:0 0 11px 0; background:transparent url(../images/images.png) no-repeat scroll -408px -127px; }
div.mainPage div#rightRow-4 div.content { width:230px; margin:0 35px 0 12px; float:left; display:inline; }
div.mainPage div#rightRow-4 div.content p { color:#757879; font-size:11px; line-height:16px; margin:0 0 7px 0; }
div.mainPage div#rightRow-4 div.content a { padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; } 
div.mainPage div#rightRow-4 div.media { width:160px; float:left; }

/*====================================
   FOOTER: SITEMAP + ADDRESS
=====================================*/
div#footer { width:100%; float:left; }

div#sitemapContainer { width:100%; float:left; padding:0 0 18px 0; background:transparent url(../images/pageRepeatBG.png) left top repeat-y; }
div#sitemapBG { position:relative; width:920px; min-height:166px; left:22px; background:#f9f9f7 url(../images/sitemapBG.gif) left top repeat-x; }
div#sitemap { width:100%; }
div#sitemap h3 { height:28px; line-height:28px; color: #ffffff; padding:0 0 0 12px; background:transparent url(../images/images.png) 0px -56px no-repeat; }  

ul.sitemapLevel-1, ul.sitemapLevel-2 {
  font-size:10px;
  line-height:14px;
  text-align:left;
  padding:0;
  margin:0;
  list-style-image: url('../images/transparent.gif');
  list-style-position:outside;
  vertical-align:top;
}


ul.sitemapLevel-1 { text-transform:uppercase; padding:0 0 15px 0; margin:15px 0 0 30px; list-style:none; }
ul.sitemapLevel-2 { text-transform:none; padding:0 0 8px 0; font-size:10px; font-weight:normal; display:block; background:transparent; }

/* LEVEL 1 */
ul.sitemapLevel-1 li { line-height:1; }
ul.sitemapLevel-1 li.sitemapLevel-1-no, ul.sitemapLevel-1 li.sitemapLevel-1-sub { width:112px; padding:5px 0; margin:0 15px 0 0; float:left; display:inline}
.sitemapLevel-1-no a { padding:0 0 2px 0; margin:0 0 12px 0; display:block; text-decoration:none; }
.sitemapLevel-1-no a:visited { color:#757879; }
.sitemapLevel-1-sub a { padding:0; margin:0 0 12px 0; display:block; text-decoration:none;}
.sitemapLevel-1-sub a:visited {  }

/* LEVEL 2 */
ul.sitemapLevel-2 li { line-height:12px; padding:0; border:none; }
ul.sitemapLevel-2 li.sitemapLevel-2-no, ul.sitemapLevel-2 li.sitemapLevel-2-sub { padding:2px 0; }
.sitemapLevel-2-no a { padding:0; margin:0; color:#609eaf; text-decoration:none; }
.sitemapLevel-2-no a:hover { text-decoration:underline; }
.sitemapLevel-2-no a:visited { color:#757879; }
.sitemapLevel-2-sub a { padding:0; margin:0; color:#609eaf; text-decoration:none;}
.sitemapLevel-2-sub a:hover { text-decoration:underline; }

div#adresse { width:100%; min-height:36px; text-align:center; padding:5px 0 0 0; float:left; background:transparent url(../images/pageBottomBG.png) left top no-repeat;  }
div#adresse span {  color: #609eaf; font-size:10px; }
div#adresse span.pipe {  vertical-align:middle; padding:0 7px; }

/*--------------------------------------
   PAGE: DICTIONARY (finansiel ordbog)
--------------------------------------*/
div.dictionary div#centerRow-4 div#contentBG { width:666px; height:212px; padding:0; background: transparent url(../images/dictionaryBG.png) top left no-repeat; }
div.dictionary #searchDictionary { margin:76px 0 0 122px; float:left; display:inline; }
div.dictionary #searchDictionary input { height:17px; line-height:17px; padding:1px 0 0 0; border:0 none; width:225px; }
div.dictionary #searchDescription { width:200px; margin:42px 0 0 50px; float:left; display:inline;}
div.dictionary #searchDescription h1 { line-height:28px; text-align:center; }
div.dictionary div#centerRow-4 #alfabet { font-size:13px; color:#ffffff; width:666px; height:28px; line-height:28px; margin:0 0 20px 0; float:left; display:inline; background:transparent url(../images/images.png) 0px -56px no-repeat; }
div.dictionary div#centerRow-4 #alfabet span, div.dictionary div#centerRow-4 #alfabet a { color:#bcc400; text-transform:uppercase; margin: 0 4px;}
div.dictionary div#centerRow-4 #alfabet a:hover { color:#ffffff;}
div.dictionary div#centerRow-4 #alfabet span { color:#afafaf; }
div.dictionary div#centerRow-4 #alfabet span.dictionaryMenuHeader { font-size:10px; text-transform:none; margin:0 3% 0 2%; }
div.dictionary div#centerRow-4 #body { width:666px; margin:0; float:left; display:inline; }
div.dictionary div#centerRow-4 div.letter { width:666px; height:15px; padding:0; margin:30px 0 0 0; float:left; display:inline; background:transparent url(../images/images.png) 0px -84px no-repeat; }
div.dictionary div#centerRow-4 div.letter h1 { text-transform:uppercase; margin:-30px 0 0 0; }
div.dictionary div#result { width:100%; float:left; }
div.dictionary div#result div.box { width:98%; margin:0 0 0 2%; }
div.dictionary div#result div.word { font-size:11px; color:#4a90a3; font-weight:bold; margin:0 0 5px 0 }
div.dictionary div#result div.explanation { width:90%; }
div.dictionary div#result div.explanation p { color:#686667; font-size:11px; line-height:16px; margin:0 0 7px 0; } 
div.dictionary div#result div.boxBG { width:666px; height:12px; padding:0; margin:15px 0 0 -2%; background:transparent url(../images/images.png) 0px -87px no-repeat; }

/*--------------------------------------
   PAGE: FAQ 
--------------------------------------*/
div.faq div#centerRow-4 div#contentBG { }
div.faq div#centerRow-4 div#body { width:410px; }
div.faq div#centerRow-4 div#body div#faq { width:100%; }
div#faq div.faq { width:389px; cursor:pointer; margin:0 0 0 21px; float:left; display:inline; }
div.faq-category { width:100%; height:12px; margin:50px 0 0 -11px; float:left; display:inline; background:transparent url(../images/images.png) -225px -41px no-repeat; }
div.faq-category h3 { margin:-22px 0 0 11px; }
div.question .linkArrow { width:10px; height:10px; margin:5px 0 0 -21px; float:left; display:inline; }
div.normal div.question .linkArrow { background:transparent url('../images/faqActive.gif') left -10px no-repeat;  }
div.active div.question .linkArrow { background:transparent url('../images/faqActive.gif') left top no-repeat;  }
div.faq div.question { margin:0; }
div.faq div.question p { color:#4a90a3; font-size:11px; line-height:16px; font-weight:bold; margin:0px; }
div.faq div.question p:hover { color:#515151; }
div#faq div.faq .answer { display:none; margin:0 0 -15px 0; }
div#faq div.faq .answer p { font-size:11px; line-height:16px; margin:0 0 8px 0; color:#686667;}
div#faq div.faq .answer p.header { font-size:12px; margin:10px 0 5px 0;  text-transform:uppercase; }
div.faqBG { width:396px; height:11px; margin:10px 0 0 -31px; float:left; display:inline; background:transparent url(../images/images.png) -225px -19px no-repeat; }


/*--------------------------------------
   PAGE: JOBLIST
--------------------------------------*/
div.jobList div#centerRow-4 div#contentBG { }
div.jobList div#centerRow-4 div#body { width:655px; margin: 40px 0 0 11px; }
div.jobList div#centerRow-4 div#body table.jobList { width:666px !important; margin:0 0 0 -11px; }
 
div.jobList div#centerRow-4 div#body table.jobList thead { height:28px; line-height:28px; background:transparent url(../images/images.png) 0px -56px no-repeat; }
div.jobList div#centerRow-4 div#body table.jobList thead tr { height:auto; background:transparent url(../images/images.png) 0px -56px no-repeat;}
div.jobList div#centerRow-4 div#body table.jobList thead th { font-size:10px; font-weight:normal; color:#ffffff; text-align:center; } 
div.jobList div#centerRow-4 div#body table.jobList thead th.position { width:207px; padding:0 0 0 14px; text-align:left; }
div.jobList div#centerRow-4 div#body table.jobList thead th.mark { width:68px; }
div.jobList div#centerRow-4 div#body table.jobList thead th.area { width:146px; }
div.jobList div#centerRow-4 div#body table.jobList thead th.date { width:100px; text-align:right;}
div.jobList div#centerRow-4 div#body table.jobList thead th.apply { width:131px; }
div.jobList div#centerRow-4 div#body table.jobList tbody { }
div.jobList div#centerRow-4 div#body table.jobList tbody tr { height:auto; background:none; }
div.jobList div#centerRow-4 div#body table.jobList td { font-size:11px; font-weight:normal; line-height:16px; height:auto; padding:0; text-align:center; vertical-align:top;} 
div.jobList div#centerRow-4 div#body table.jobList td.jobListTop { height:14px; background:transparent url(../images/images.png) 0px -85px no-repeat; min-height:14px;}
div.jobList div#centerRow-4 div#body table.jobList td.position { padding:5px 0 0 9px; text-align:left; }
div.jobList div#centerRow-4 div#body table.jobList td.position a { font-weight:bold; color:#4a90a3; text-decoration:none; padding: 0 0 0 21px; display:block; background:transparent url(../images/jobList-Act.gif) no-repeat left top; }
div.jobList div#centerRow-4 div#body table.jobList td.position a:hover { color:#515151; }
div.jobList div#centerRow-4 div#body table.jobList td.mark { color:#000000; }
div.jobList div#centerRow-4 div#body table.jobList td.area { color:#000000;  }
div.jobList div#centerRow-4 div#body table.jobList td.date { color:#000000; text-align:right;}
div.jobList div#centerRow-4 div#body table.jobList td.apply { text-transform:uppercase; font-weight:bold; padding:0 0 0 30px;}
div.jobList div#centerRow-4 div#body table.jobList td.apply a { color:#ffffff; height:20px; width:90px; line-height:19px; padding:0 0 0 2px; display:block; background:transparent url(../images/submitJobBG.png) left top repeat-x; text-decoration:none;}
div.jobList div#centerRow-4 div#body table.jobList td.teaser p { font-size:11px; line-height:16px; color:#676767; padding:10px 0 0 9px; text-align:left; }

div.jobDescription div#centerRow-5 div.contactInfo { padding:0 0 20px 0; margin:40px 0 0 28px; float:left; display:inline; }
div.jobDescription div#centerRow-5 div.contactInfo h3 { line-height:24px; margin:0; padding:0px; }
div.jobDescription div#centerRow-5 div.contactInfo div.col-1 { width:136px; float:left; }
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 { width:280px; line-height:24px; float:left;}
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .name { margin:5px 0 0 0;}
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .name,
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .title,
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .phone,
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .email { line-height:14px;}
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .email a { color:#9fa600; padding:0px; background:none; }
div.jobDescription div#centerRow-5 div.contactInfo div.col-2 .email a:hover { color:#666666; }
div.jobDescription div#centerRow-5 div.contactInfo div.contactInfoText { width:350px; margin:50px 0 0 0; float:left; display:inline;}
div.jobDescription div#centerRow-5 div.contactInfo div.contactInfoText p { font-size:14px; padding:0;}
div.jobDescription div#centerRow-5 div.contactInfo div.input { height:20px; line-height:20px; width:120px; text-transform:uppercase; margin:0 20px 0 0; float:right; display:inline; background:transparent url(../images/submitBG.gif) left top repeat-x; }
div.jobDescription div#centerRow-5 div.contactInfo div.input a { font-size:11px; font-weight:bold; color:#ffffff; margin:0 0 0 3px; background:transparent url(../images/submitArrow.gif) left top no-repeat; text-decoration:none;  }

/*--------------------------------------
   PAGE: JOBLIST
--------------------------------------*/
div.employeePage div#employees { width:683px; float:left; }
div.employeePage div#employees div.employee { width:320px; height:220px; float:left; }
div.employeeGradientBG { width:320; height:13px; background:transparent url(../images/images.png) no-repeat scroll -280px 0px; }

div.employeePage div#employees div.employee div.image { width:100px; height:131px; border:4px solid #dfdfdf; overflow:hidden; margin:5px 13px 0 0; float:left; display:inline; background:transparent url(../images/employeeDefault.jpg) left top no-repeat; }
div.employeePage div#employees div.employee div.info { width:150px; margin:5px 0 0 0; float:left; display:inline; }
div.employeePage div#employees div.employee div.info div.department { color:#686667; font-size:11px; line-height:14px; font-style:italic; }
div.employeePage div#employees div.employee div.info div.title { }
div.employeePage div#employees div.employee div.info div.phone { font-size:11px; line-height:14px; margin:12px 0 0 0; color:#666666; }
div.employeePage div#employees div.employee div.info div.phone span { color:#000000;}
div.employeePage div#employees div.employee div.info div.email { font-size:11px; line-height:14px; color:#666666; }
div.employeePage div#employees div.employee div.info div.email span { color:#000000; }

/*--------------------------------------
   PAGE: SATSER (CIBOR / SWAP)
--------------------------------------*/
div.satser ul { list-style:none;
list-style-position:outside;
margin-left:0;
margin-top:0;
padding-left:0;
text-align:left; 
}
div.satser ul li {
  list-style: none;
  list-style-position: outside;
}
div.satser ul.maturities { width:120px; margin:18px 0 0 0; float:left; display:inline; }
div.satser ul.rate { width:105px; float:left; text-align:center;  }

/*--------------------------------------
   PAGE: MEDLEMSLISTE
--------------------------------------*/
div.medlemsliste div.member { margin:0 0 15px 0 }
div.medlemsliste div.name { font-weight:bold;}

div#members div.name .info-panel { display:none; }
div.name div.info-panel p.header { margin:10px 0 5px 0;  text-transform:uppercase; }

/*====================================
   TEMPLATE: FINANSKARRIERE
=====================================*/
div.finanskarriere div.subPage { min-height:133px; background:transparent url(../images/contentTopUddBG.png) left top no-repeat; }
div.finanskarriere div#menuLevelOne a.current{ height:27px; line-height:30px; color:#ffffff; border-bottom:0 none; margin:3px 2px 0 2px; padding: 0 14px 0 14px; text-decoration:none; display:block; float:left; background:transparent url('../images/menuLevel-1-Udd-Cur.gif') left bottom repeat-x; }
div.finanskarriere div#sitemap { width:100%; }

div.finanskarriere { width:713px; min-height:332px; background:transparent url(../images/wideSubpageBG.png) left top no-repeat; }
div.finanskarriere div#centerRow-2 { width:683px; }
div.finanskarriere div.narrowSubpage div#centerRow-2 { width:450px; }

/*--------------------------------------
   PAGE: FINANSMAINPAGE (finanskarriere forside)
--------------------------------------*/
div.finansMainPage div#centerRow-4 {  position:relative; float:none: display:block; }
div.finansMainPage div#centerRow-4 div#contentBG { width:666px; min-height:360px; padding:20px 0 0 0; float:left; background:transparent url(../images/top-green-bg.jpg) 0px 0px no-repeat; }
div.finansMainPage div#centerRow-4 div#contentBG div.headerText {width:222px; float:left; padding:40px; padding-top:25px;}
div.finansMainPage div#centerRow-4 div#contentBG div.headerText h1 {color:#fff; font-size:22px;}
div.finansMainPage div#centerRow-4 div#contentBG div.voxpopDiv {float:left; background:url(/images/video-bg.png) no-repeat top center; width:339px; padding:10px 0 0 16px;}
div.finansMainPage div#centerRow-4 div#contentBG div.voxpopDiv h2 {padding:3px 0 3px 40px; background:url(/images/bubble-bg.jpg) no-repeat left top;}
div.finansMainPage div#centerRow-4 div#contentBG div.voxpopDiv p {font-size:12px; color:#666;}
div.finansMainPage div#centerRow-4 div#contentBG div.voxpopDiv div.video {height:266px; width:327px;}
div.finansMainPage div#centerRow-4 div#contentBG div.voxpopDiv div.details {display:none;}
div.finansMainPage div#centerRow-4 div#contentImage { position:relative; width:666px; height:373px; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt { position:absolute; top:190px; left:0px; width:278px; height:260px; z-index:3; overflow:hidden;}
div.finansMainPage div#centerRow-4 div#uddannelsesnyt h2 { margin:0 0 8px 11px; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.tinyBG { height:2px; width:100%; background:transparent url(../images/images.png) -353px -38px no-repeat; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.narrowSubpageGradientBG { margin:0px; background:transparent url(../images/images.png) -373px -44px no-repeat; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.archiveItem { margin:0 0 8px 0;}
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.archiveItem div.header { margin:0 0 10px 0; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.archiveItem a { font-size:11px; font-weight:bold; line-height:15px; color:#4A90A3; padding:0 0 0 21px; text-decoration:none; display:block; background:transparent url(../images/jobList-Act.gif) left top no-repeat; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.archiveItem a:hover { color:#515151; }
div.finansMainPage div#centerRow-4 div#uddannelsesnyt div.archiveItem a span.date { font-weight:normal }
div.finansMainPage div#centerRow-4 div#header { position:absolute; top:194px; left:309px; width:330px; height:90px; z-index:3; overflow:hidden; }
div.finansMainPage div#centerRow-4 div#header p { color:#ffffff; }
div.finansMainPage div#centerRow-4 div#body { width:100%; margin:15px 0 0 0; }
div.finansMainPage div#centerRow-4 div#body div.teaser {width:222px; height:162px; float:left; background:url(/images/teaser-bg.jpg) no-repeat; padding-left:5px; margin-bottom:10px; }
div.finansMainPage div#centerRow-4 div#body div.teaser h2 {padding:0 0 0 18px;background:url(/images/arrowH2.gif) no-repeat left center; margin:19px 0 8px 12px; font-size:16px;}
div.finansMainPage div#centerRow-4 div#body div.teaser a {text-decoration:none;}
div.finansMainPage div#centerRow-4 div#body div.teaser img {width:212px;}
div.finansMainPage div#body table { width:100% !important; }
div.finansMainPage div#body table tbody tr { height:auto; background:none; }
div.finansMainPage div#body table tbody td { height:25px; line-height:auto; padding:0px; }

/*--------------------------------------
   PAGE: FINANSTEXTPAGE (finanskarriere tekstside)
--------------------------------------*/


/*--------------------------------------
   PAGE: FINANSCASEPAGE (finanskarriere case side)
--------------------------------------*/
div.narrowSubpage.finansCasePage div#centerRow-3 { width:687px; }
div.finansCasePage div#rightRow-2 div.focusBox { min-height:0px }
div.finansCasePage div#centerRow-4 {width:687px;}
div.finansCasePage div#centerRow-4 div#body {padding-left:16px; width:410px; margin-top:0px;}
div.finansCasePage div#centerRow-4 div#body h2 {margin-top:10px;}
div.finansCasePage div#centerRow-4 div#rightContainer {width:160px; margin:30px 0 0 7px;}
div.finansCasePage div#centerRow-4 div#contentBG {min-height:0px;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv { height:280px; overflow:hidden; background-image:url(/images/finanskarriere-case-bg.png); width:670px; padding-left:0px; position:relative;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.video { position:absolute; left:30px; top:10px;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.voxpopTextContent {display:none;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.details {position:absolute; top:0px; left:375px; display:block;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.details * {padding-right:30px;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.details h2 {background-image:none; padding-left:0px; margin-bottom:15px;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.details h4 {font-size:12px; color:#666; font-weight:bold;}
div.finansCasePage div#centerRow-4 div#contentBG div.voxpopDiv div.details p { font-size:12px; color:#1e1e1e;}


/*--------------------------------------
   PAGE: KURSUSLISTE
--------------------------------------*/
/*       BRUGES VED KURSUS LISTEN    */
a.color2036 { padding:0 0 0 22px; background:transparent url(../images/color2036.gif) left top no-repeat; }
a.color2031 { padding:0 0 0 22px; background:transparent url(../images/color2031.gif) left top no-repeat; }
a.color2580 { padding:0 0 0 22px; background:transparent url(../images/color2580.gif) left top no-repeat; }
a.color2037 { padding:0 0 0 22px; background:transparent url(../images/color2037.gif) left top no-repeat; }
a.color2032 { padding:0 0 0 22px; background:transparent url(../images/color2032.gif) left top no-repeat; }
a.color2033 { padding:0 0 0 22px; background:transparent url(../images/color2033.gif) left top no-repeat; }
a.color2034 { padding:0 0 0 22px; background:transparent url(../images/color2034.gif) left top no-repeat; }
a.color2030 { padding:0 0 0 22px; background:transparent url(../images/color2030.gif) left top no-repeat; }
a.color2581 { padding:0 0 0 22px; background:transparent url(../images/color2581.gif) left top no-repeat; }
a.color2035 { padding:0 0 0 22px; background:transparent url(../images/color2035.gif) left top no-repeat; }
a.color2579 { padding:0 0 0 22px; background:transparent url(../images/color2579.gif) left top no-repeat; }
a.color2582 { padding:0 0 0 22px; background:transparent url(../images/color2582.gif) left top no-repeat; }
/*       BRUGES VED KURSUS LISTEN    */
span.color2036 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2036BG.gif) top left no-repeat;}
span.color2031 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2031BG.gif) top left no-repeat;}
span.color2580 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2580BG.gif) top left no-repeat;}
span.color2037 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2037BG.gif) top left no-repeat;}
span.color2032 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2032BG.gif) top left no-repeat;}
span.color2033 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2033BG.gif) top left no-repeat;}
span.color2034 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2034BG.gif) top left no-repeat;}
span.color2030 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2030BG.gif) top left no-repeat;}
span.color2581 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2581BG.gif) top left no-repeat;}
span.color2035 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2035BG.gif) top left no-repeat;}
span.color2579 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2579BG.gif) top left no-repeat;}
span.color2582 { min-height:41px; padding:0 0 0 22px; display:block; background:transparent url(../images/color2582BG.gif) top left no-repeat;}
/*       BRUGES VED SELVE KURSET     */
div.color2036, div.color2031, div.color2580, div.color2037,
div.color2032, div.color2033, div.color2034, div.color2030,
div.color2581, div.color2035, div.color2579, div.color2582 { width:168px; padding:28px 22px 28px 24px; }
div.color2036 { background:transparent url(../images/color2036Block.png) left top no-repeat;}
div.color2031 { background:transparent url(../images/color2031Block.png) left top no-repeat;}
div.color2580 { background:transparent url(../images/color2580Block.png) left top no-repeat;}
div.color2037 { background:transparent url(../images/color2037Block.png) left top no-repeat;}
div.color2032 { background:transparent url(../images/color2032Block.png) left top no-repeat;}
div.color2033 { background:transparent url(../images/color2033Block.png) left top no-repeat;}
div.color2034 { background:transparent url(../images/color2034Block.png) left top no-repeat;}
div.color2030 { background:transparent url(../images/color2030Block.png) left top no-repeat;}
div.color2581 { background:transparent url(../images/color2581Block.png) left top no-repeat;}
div.color2035 { background:transparent url(../images/color2035Block.png) left top no-repeat;}
div.color2579 { background:transparent url(../images/color2579Block.png) left top no-repeat;}
div.color2582 { background:transparent url(../images/color2582Block.png) left top no-repeat;}
/*       BRUGES VED SELVE KURSET     */
div.color2036Repeat { background:transparent url(../images/color2036BlockRepeat.png) left top repeat-y; }
div.color2031Repeat { background:transparent url(../images/color2031BlockRepeat.png) left top repeat-y; }
div.color2580Repeat { background:transparent url(../images/color2580BlockRepeat.png) left top repeat-y; }
div.color2037Repeat { background:transparent url(../images/color2037BlockRepeat.png) left top repeat-y; }
div.color2032Repeat { background:transparent url(../images/color2032BlockRepeat.png) left top repeat-y; }
div.color2033Repeat { background:transparent url(../images/color2033BlockRepeat.png) left top repeat-y; }
div.color2034Repeat { background:transparent url(../images/color2034BlockRepeat.png) left top repeat-y; }
div.color2030Repeat { background:transparent url(../images/color2030BlockRepeat.png) left top repeat-y; }
div.color2581Repeat { background:transparent url(../images/color2581BlockRepeat.png) left top repeat-y; }
div.color2035Repeat { background:transparent url(../images/color2035BlockRepeat.png) left top repeat-y; }
div.color2579Repeat { background:transparent url(../images/color2579BlockRepeat.png) left top repeat-y; }
div.color2582Repeat { background:transparent url(../images/color2582BlockRepeat.png) left top repeat-y; }
/*       BRUGES VED SELVE KURSET     */
div.color2036Line, div.color2031Line, div.color2580Line, div.color2037Line,
div.color2032Line, div.color2033Line, div.color2034Line, div.color2030Line,
div.color2581Line, div.color2035Line, div.color2579Line, div.color2582Line { height:1px; width:168px; overflow:hidden; margin:0 0 16px 0;  }
div.color2036Line { background:transparent url(../images/color2036Line.gif) left top repeat-x; }
div.color2031Line { background:transparent url(../images/color2031Line.gif) left top repeat-x; }
div.color2580Line { background:transparent url(../images/color2580Line.gif) left top repeat-x; }
div.color2037Line { background:transparent url(../images/color2037Line.gif) left top repeat-x; }
div.color2032Line { background:transparent url(../images/color2032Line.gif) left top repeat-x; }
div.color2033Line { background:transparent url(../images/color2033Line.gif) left top repeat-x; }
div.color2034Line { background:transparent url(../images/color2034Line.gif) left top repeat-x; }
div.color2030Line { background:transparent url(../images/color2030Line.gif) left top repeat-x; }
div.color2581Line { background:transparent url(../images/color2581Line.gif) left top repeat-x; }
div.color2035Line { background:transparent url(../images/color2035Line.gif) left top repeat-x; }
div.color2579Line { background:transparent url(../images/color2579Line.gif) left top repeat-x; }
div.color2582Line { background:transparent url(../images/color2582Line.gif) left top repeat-x; }

div.finansTextPage div#sort { width:666px; margin:10px 0 30px 0; float:left; display:inline; }
div.finansTextPage div#sort h2 { margin:25px 0 15px; }
div.finansTextPage div#sort a { cursor:text; color:#838901; font-size:10px; line-height:14px; margin:0 0 0 22px; display:block; text-decoration:none; }
div.finansTextPage div#sort div#kursusKatRadioContainer div.kursusKatRadio { height:20px; width:220px; float:left; }
div.finansTextPage div#sort div#kursusKatRadioContainer div.kursusKatRadio input { float:left; }

div.finansTextPage div#course_list { width:100%; float:left; }
div.finansTextPage table.kursus { width:666px; border-collapse:collapse; }
div.finansTextPage table.kursus thead { }
div.finansTextPage table.kursus thead tr { background:transparent url(../images/kursusRowBG.gif) left top repeat-x; }
div.finansTextPage table.kursus thead tr td { font-weight:bold; font-size:11px; color:#858585; line-height:30px; height:30px; padding:0 0 30px 0; text-align:center; }
div.finansTextPage table.kursus thead tr td.place { width:88px; text-align:left; padding: 0 0 30px 22px; }
div.finansTextPage table.kursus thead tr td.periode {width:135px; }
div.finansTextPage table.kursus thead tr td.days { width:175px;}
div.finansTextPage table.kursus thead tr td.deadline { width:120px;}
div.finansTextPage table.kursus thead tr td.price { width:116px; text-align:right; padding-right:20px;}
/* div.finansTextPage table.kursus tbody tr { background:transparent url(../images/kursusRowBG.png) left top no-repeat; } */
div.finansTextPage table.kursus tbody tr { background:transparent url(../images/tableTBodyBG.gif) left top repeat-x; } 
div.finansTextPage table.kursus tbody tr.kursusFooter { background:transparent url(../images/kursusFooterRowBG.png) left top no-repeat; }

div.finansTextPage table.kursus tr.color2036, div.finansTextPage table.kursus tr.color2031, div.finansTextPage table.kursus tr.color2580, 
div.finansTextPage table.kursus tr.color2037, div.finansTextPage table.kursus tr.color2032, div.finansTextPage table.kursus tr.color2033,
div.finansTextPage table.kursus tr.color2034, div.finansTextPage table.kursus tr.color2030, div.finansTextPage table.kursus tr.color2581, 
div.finansTextPage table.kursus tr.color2035, div.finansTextPage table.kursus tr.color2579, div.finansTextPage table.kursus tr.color2582 { background:none;}
div.finansTextPage table.kursus tbody tr td.header { font-size:16px; line-height:16px; font-family:georgia; height:20px; padding:0 0 5px 0; vertical-align:bottom; text-align:left; }
div.finansTextPage table.kursus tbody tr td.header a { color:#000000; line-height:14px; text-decoration:none; display:block; }
div.finansTextPage table.kursus tbody tr td.header a:hover { color:#666666; }
div.finansTextPage table.kursus tbody tr td { font-size:11px; line-height:16px; padding:3px 0 2px 0; margin:0px; text-align:center; }
div.finansTextPage table.kursus tbody tr td.place { text-align:left; }
div.finansTextPage table.kursus tbody tr td.place span.city { }
div.finansTextPage table.kursus tbody tr td.place span.time { white-space:nowrap; }
div.finansTextPage table.kursus tbody tr td.periode {  }
div.finansTextPage table.kursus tbodytr td.days {  }
div.finansTextPage table.kursus tbody tr td.deadline {  }
div.finansTextPage table.kursus tbody tr td.price { text-align:right; padding-right:20px; }

/*--------------------------------------
   PAGE: KURSUSBESKRIVELSE
--------------------------------------*/
div.finansKursus div#centerRow-4 { position:relative; min-height:650px;}
div.finansKursus h2.description { margin:10px 0 8px 0; padding:0px; background:none;}
div.finansKursus div.course-signup-link { height:20px; line-height:20px; width:165px; text-transform:uppercase; margin:20px 0 40px 0; background:transparent url(../images/submitBG.gif) left top repeat-x; }
div.finansKursus div.course-signup-link a { font-size:11px; font-weight:bold; color:#ffffff; margin:0 0 0 3px; padding:0 0 0 10px; background:transparent url(../images/submitArrow.gif) left top no-repeat; text-decoration:none;  }

div.finansKursus h2 { margin:0 0 8px -11px; padding:0 11px 18px; background:transparent url(../images/H2BG.png) left bottom no-repeat }
div#kursusInfoBox { position:absolute; top:10px; left:448px; width:214px; z-index:3 }
div#kursusInfoBox h3  { margin:0; }
div#kursusInfoBox p { color:#ffffff; margin:0 0 12px 0; }
div.newCourse { height:1px; width:168px; overflow:hidden; margin:0 0 16px 0;  background:transparent url(../images/color2030Line.gif) left top repeat-x; }

div#kurserSammeKategori { width:198px; padding:0 0 0 16px; margin:40px 0 0 0; float:left; display:inline;}
div#kurserSammeKategori h2 { margin:0 0 8px 0; background:none; padding:0px;}
div#kurserSammeKategori a { padding: 0 0 0 10px; font-size:11px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; }
div#kurserSammeKategori div { font-size:10px; color:#989ea0; margin:0 0 0 10px;}

/*--------------------------------------
   PAGE: POLITIK FORSIDE (wide)
--------------------------------------*/
div.politik div#centerRow-4 div#contentImage { width:666px; height:365px; }
div.politik div#centerRow-4 div#body { position:relative; width:614px; margin:-192px 0 0 23px; z-index:3; }
div.politik div#centerRow-4 div#body h1 { color:#ffffff; line-height:26px; margin:0 0 22px 0;  }
div.politik div#centerRow-4 div#body h1 a { color:#ffffff; }
div.politik div#centerRow-4 div#body h1 a:hover { color:#666666; }
div.politik div#centerRow-4 div#body div#date { margin:16px 0 4px 0; }
div.politik div#centerRow-4 div#body div#date h4 { height:auto; color:#ababab; }
div.politik div#centerRow-4 div#body p { color:#ffffff; width:360px; float:right }

div.politik div#centerRow-5 { width:680px; background:none; margin:0 0 0 6px; }
div.politik div#centerRow-5 div#politikTeaser { }
div.politik div#centerRow-5 div.politikTeaserBox { width:221px; min-height:282px; padding:17px 0 0 0; margin:0 0 0 5px; float:left; display:inline; background: transparent url(../images/teaserBG.png) left top no-repeat; }
div.politik div#centerRow-5 div.politikTeaserBox h3 {  }
div.politik div#centerRow-5 div.politikTeaserBox div.teaserImage { position:relative; margin:0 0 0 5px; width:212px; height:119px; overflow:hidden; background:transparent url(../images/teaserImageBG.png) no-repeat left bottom }
div.politik div#centerRow-5 div.politikTeaserBox .image { position:absolute; top:0px; left:0px; z-index:1; }
div.politik div#centerRow-5 div.politikTeaserBox .mask { position:absolute; top:0px; left:0px; z-index:2; }
div.politik div#centerRow-5 div.politikTeaserBox div.teaserContent { padding:12px 13px 0 14px; }
div.politik div#centerRow-5 div.politikTeaserBox p { font-size:11px; line-height:16px; padding:0; }
div.politik div#centerRow-5 div.politikTeaserBox div.more { font-size:11px; margin:-5px 0 0; }
div.politik div#centerRow-5 div.politikTeaserBox a { color:#9fa600; display:block; line-height:18px; background: transparent url(../images/linkArrowFocusBox.gif) no-repeat scroll left top }
div.politik div#centerRow-5 div.politikTeaserBox a:hover { color:#666666; }
/*--------------------------------------
   PAGE: MATERIALER (wide)
--------------------------------------*/
div.materialer div#centerRow-5 { width:666px; background:none; margin:0 0 25px 26px; }
div.materialer div#centerRow-5 div.publicationBox { float:left; margin:0 0 50px 0; display:inline; }
div.materialer div#centerRow-5 h3 { margin:0 0 6px 0; padding:0; }
div.materialer div#centerRow-5 div.h3Underline { height:2px; width:627px; background: transparent url('../images/images.png') 0px -84px no-repeat; overflow:hidden; }
div.materialer div#centerRow-5 div.teaserImage { width:92px; height:141px; margin:12px 15px 0 0; float:left; display:inline; border:0px none; background: transparent url('../images/bookDefault.jpg') left top no-repeat; overflow:hidden; }
div.materialer div#centerRow-5 div.content { width:557px; float:left; } 
div.materialer div#centerRow-5 div.contentGradient { width:410px; height:13px; margin:1px 147px 0 0; float:left; display:inline; background:transparent url('../images/images.png') -225px -19px no-repeat; overflow:hidden; }
div.materialer div#centerRow-5 div.description { width:350px; float:left; }
div.materialer div#centerRow-5 div.description div.context p { color:#1e1e1e; padding:0; line-height:16px; }
div.materialer div#centerRow-5 div.description div.price { margin:0 0 5px 0; }
div.materialer div#centerRow-5 div.description div.price h4 { color:#1e1e1e; }
div.materialer div#centerRow-5 div.priceInfo { font-size:9px; color:#787878; margin:0 0 5px 0; }
div.materialer div#centerRow-5 div.moreInfo a { font-size:11px; color:#9fa600; display:block; line-height:18px; background: transparent url(../images/linkArrowFocusBox.gif) no-repeat scroll left top }
div.materialer div#centerRow-5 div.moreInfo a:hover { color:#9fa600; }
div.materialer div#centerRow-5 div.order { width:170px; margin:0 35px 0 0; float:right; display:inline; text-align:right; }
div.materialer div#centerRow-5 div.order div.orderInput { margin:0 0 5px 0; float:right; display:inline; }
div.materialer div#centerRow-5 div.order div.orderInput label { font-size:9px; color:#EF3333; display:block; margin:-38px 0 0 -39px; width:150px; }
div.materialer div#centerRow-5 div.order div.download { margin:15px 0 0 0;  float:right; display:inline;}
div.materialer div#centerRow-5 div.order div.download a { font-size:9px; height:26px; line-height:12px; padding:0 41px 0 0; display:block; background:transparent url('../images/pdfIcon.gif') right bottom no-repeat; text-decoration:none; }

div.materialer div#centerRow-5 div.customerData h1 { margin:0 0 6px 0; }
div.materialer div#centerRow-5 div.customerData div.wideSubpageGradientBG { margin:0 0 0 -10px; }
div.materialer div#centerRow-5 div.customerData div.info p { padding:0; }
div.formMaterialer { width:475px; margin:25px 0 0 0; float:left; display:inline; }
div.formMaterialer div.label { font-size:11px; color:#646464; width:220px; text-align:right; margin:0 5px 2px 0; float:left; }
div.formMaterialer div.inputfields div label.error { color:#EF3333; font-size:9px; margin:-18px 0 0 -160px; position:relative; }
div.formMaterialer div.addInfo { color:#646464; font-size:10px; margin:0 23px 0 0; float:right; display:inline; }

div.formMaterialerSubmit { color:#646464; font-size:11px; width:185px; padding:216px 0 0 0; float:left; }
div.formMaterialerSubmit div.addInfo { margin:0 0 15px 0; }

/*--------------------------------------
   PAGE: FUSIONSLISTE (narrow)
--------------------------------------*/
div.fusionsliste div#centerRow-5 { margin:0 0 25px 16px; background:none;}
div.fusionsliste div#centerRow-5 div.narrowSubpageGradientBG { width:407px; height:15px; margin:0 0 24px 0; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div.fusionsliste div#centerRow-5 div#faq { width:200px;}
div.fusionsliste div#fusionSearch { width:300px; margin:0 0 50px 11px;}
div.fusionsliste div#fusionSearch form { width:300px;}
div.fusionsliste div.fusionSearchText { font-size:11px; color:#646464; }
div.fusionsliste div.fusionSearchBox { width:291px; height:34px; background:transparent url('../images/fusionSearchBG.png') left top no-repeat; }
div.fusionsliste div.fusionSearchBox input { font-size:10px; border:none; margin:0 0 0 26px; width:225px; height:17px; line-height:17px; padding:3px 0 0 0; background-color:transparent; }

div#fusion { margin:0 0 0 11px; }
div.fusionsliste div#centerRow-5 div#fusion div.narrowSubpageGradientBG { width:407px; height:15px; margin:6px 0 0 0; float:left; display:inline; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div#fusion div.year { margin:0 32px 0 0; float:left; display:inline; }
div#fusion div.year h3, div#fusion div.infoText h3 { padding:0; margin:0; }
div#fusion div.infoText { float:left; }

div#fusion div.fusion { width:100%; cursor:pointer; margin:0; float:left; display:inline; }

div.fusion div.question .linkArrow { width:10px; height:10px; margin:5px 0 0 47px; float:left; display:inline; }
div.normal div.question .linkArrow { float:left; flbackground:transparent url('../images/faqActive.gif') left -10px no-repeat;  }
div.active div.question .linkArrow { float:left; background:transparent url('../images/faqActive.gif') left top no-repeat;  }
div.fusion div.question { margin:-4px 0 0 6px; }
div.fusion div.question div.fusionlisteYear { color:#4a90a3; font-size:11px; float:left; }
div.fusionsliste div#centerRow-5 div.fusion div.question p { color:#4a90a3; font-size:11px; font-weight:bold; margin:0px; padding:0 0 0 95px; }
div.fusionsliste div#centerRow-5 div.fusion div.question p:hover { color:#515151; }
div#fusion div.fusion .answer { display:none; padding:0 0 0 101px;}
div.fusionsliste div#centerRow-5 div.fusion .answer p { padding:0; margin:0 0 8px 0;}
div.fusion div.answer p.header { margin:10px 0 5px 0;  text-transform:uppercase; }
div.fusionBG { width:396px; height:11px; margin:10px 0 0 0px; float:left; display:inline; background:transparent url(../images/images.png) -225px -19px no-repeat; }

/*--------------------------------------
   PAGE: HISTORISKE SATSER (narrow)
--------------------------------------*/
div#ciborSearch { margin:25px 0 60px 0; float:left; display:inline; }
div#ciborSearch div.narrowSubpageGradientBG { width:407px; height:15px; margin:0 0 24px -11px; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div#ciborSearch form img { position:relative; width:20px; height:21px; margin:-1px 0 0 104px;display:block; cursor:pointer; }

div#ciborResult { float:left;}
div#ciborResult div.narrowSubpageGradientBG { width:407px; height:2px; margin:0 0 0 -11px; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div.narrowSubpage div#body table#ciborHistoryList { width:95% !important; margin:0 0 0 -11px;}
div.narrowSubpage div#body table#ciborHistoryList tbody tr { background:transparent url(../images/tabelBG.gif) left top no-repeat; }
div.narrowSubpage div#body table#ciborHistoryList tbody tr td { height:36px; font-size:11px; font-weight:bold; padding:0; }
div.narrowSubpage div#body table#ciborHistoryList tbody tr td a { color:#4a90a3; text-decoration:none; }
div.narrowSubpage div#body table#ciborHistoryList tbody tr td a:hover { color:#515151; text-decoration:none; }
div.narrowSubpage div#body table#ciborHistoryList tr td span { font-weight:normal; }
div.narrowSubpage div#body table#ciborHistoryList tr td.arrow { width:16px; padding:0 0 0 13px; }
div.narrowSubpage div#body table#ciborHistoryList tr td.download { font-size:9px; font-weight:normal; }
div.narrowSubpage div#body table#ciborHistoryList tr td.download a { color:#4a90a3; text-decoration:none; }

/*--------------------------------------
   PAGE: Responsa (narrow)
--------------------------------------*/
div.responsa div#fusionSearch form { width:300px;}
div.responsa div.responsaSearchText { font-size:11px; color:#646464; }
div.responsa div.responsaSearchBox { width:291px; height:34px; background:transparent url('../images/fusionSearchBG.png') left top no-repeat; }
div.responsa div.responsaSearchBox input { font-size:10px; border:none; margin:0 0 0 26px; width:225px; height:17px; line-height:17px; padding:3px 0 0 0; background-color:transparent; }


div#responsaSearch { margin:25px 0 60px 0; float:left; display:inline; }
div#responsaSearch div.narrowSubpageGradientBG { width:407px; height:15px; margin:0 0 24px -11px; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div#responsaSearch form img { position:relative; width:20px; height:21px; margin:-1px 0 0 104px;display:block; cursor:pointer; }

div.responsa div#fusion { margin:0; float:left; display:inline; }
div.responsa div#fusion div.narrowSubpageGradientBG { width:407px; height:15px; margin:6px 0 0 0; float:left; display:inline; background:transparent url(../images/images.png) no-repeat scroll 0px -127px; }
div.responsa div#fusion div.year { margin:0 32px 0 0; float:left; display:inline; }
div.responsa div#fusion div.year h3, div#fusion div.infoText h3 { padding:0; margin:0; }
div.responsa div#fusion div.infoText { float:left; }

div.responsa div#fusion div.fusion { width:100%; cursor:pointer; margin:0; float:left; display:inline; }

div.responsa div#fusion div.fusion div.question .linkArrow { width:10px; height:10px; margin:5px 0 0 0; float:left; display:inline; }
div.responsa div#fusion div.normal div.question .linkArrow { float:left; flbackground:transparent url('../images/faqActive.gif') left -10px no-repeat;  }
div.responsa div#fusion div.active div.question .linkArrow { float:left; background:transparent url('../images/faqActive.gif') left top no-repeat;  }
div.responsa div#fusion div.fusion div.question { margin:-4px 0 0 6px; }
div.responsa div#fusion div.fusion div.question div.fusionlisteYear { color:#4a90a3; font-size:11px; float:left; }
div.responsa div#fusion div.fusion div.question p { color:#4a90a3; font-size:11px; font-weight:bold; margin:0px; padding:0 0 0 20px; }
div.responsa div#fusion div.fusion div.question p:hover { color:#515151; }
div.responsa div#fusion div.fusion .answer { display:none; padding:0 0 0 26px;}
div.responsa div#fusion div.fusion .answer p { font-size:11px; color:#686667; padding:0; margin:0 0 8px 0;  }
div.responsa div#fusion div.fusion .answer p:hover { color:#515151;}
div.responsa div#fusion div.fusionBG { width:396px; height:11px; margin:10px 0 0 0px; float:left; display:inline; background:transparent url(../images/images.png) -225px -19px no-repeat; }


/*--------------------------------------
   PAGE: PRESSE FORSIDE (wide)
--------------------------------------*/
div.presse div#centerRow-4 div#contentImage { width:666px; height:544px; background:transparent url(../images/presseBG.png) left top no-repeat; }
div.presse div#centerRow-4 div#body { position:relative; width:666px; margin:-518px 0 0 0; }

div.presse div#centerRow-4 div#body div.contact { width:640px; height:141px; margin:0 0 0 28px; float:left; display:inline; }
div.presse div#centerRow-4 div#body div.contact div.person { width:320px; float:left; color:#fff}
div.presse div#centerRow-4 div#body div.contact div.person div.imageBG { width:77px; height:101px; padding:4px; margin:0 20px 0 0; float:left; display:inline; background:transparent url(../images/pressePersonBG.png) top left no-repeat; }
div.presse div#centerRow-4 div#body div.contact div.person div.image { width:77px; height:101px; overflow:hidden; }

div.presse div#centerRow-4 div#body div.contact div.person div.info { float:left; }
div.presse div#centerRow-4 div#body div.contact div.person div.info div.title { color:#d4dadc; font-size:11px; line-height:11px; font-weight:bold; margin:3px 0 14px 0; }
div.presse div#centerRow-4 div#body div.contact div.person div.info h2 { padding:0 0 0 21px; margin:0 0 17px 0; background:transparent url(../images/arrowH1.gif) no-repeat scroll left top; }
div.presse div#centerRow-4 div#body div.contact div.person div.info div.phone { color:#d4dadc; font-size:11px; line-height:14px; }
div.presse div#centerRow-4 div#body div.contact div.person div.info div.email a { color:#d4dadc; font-size:11px; line-height:14px; }

div.presse div#centerRow-4 div#body div.content { width:385px; margin:34px 38px 0 25px; float:left; display:inline; }
div.presse div#centerRow-4 div#body div.content p { color:#ffffff; padding:0 0 0 38px; margin:14px 0 0 0; line-height:16px; }
div.presse div#centerRow-4 div#body div.flash { width:200px; height:146px; float:left; }
div.presse div#centerRow-4 div#body div.temaBoxes { width:630px; min-height:200px; margin:15px 0 0 19px; float:left; display:inline; }
div.presse div#centerRow-4 div#body div.temaBoxes div.box1 { width:180px; padding:16px 10px 0 10px; float:left; }
div.presse div#centerRow-4 div#body div.temaBoxes div.box2 { width:180px; padding:16px 10px 0 10px; float:left; margin: 0 15px; }
div.presse div#centerRow-4 div#body div.temaBoxes div.box3 { width:180px; padding:16px 10px 0 10px; float:left; }
div.presse div#centerRow-4 div#body div.temaBoxes h2 { padding:0 0 0 21px; margin:0 0 13px 0; background:transparent url(../images/arrowH1.gif) no-repeat scroll left top; }
div.presse div#centerRow-4 div#body div.temaBoxes .image { width:170px; margin:0 10px 0 0; float:right; display:inline; }
div.presse div#centerRow-4 div#body div.temaBoxes .image img.image { width:90px; height:70px; }
div.presse div#centerRow-4 div#body div.temaBoxes div.info { margin:-14px 0 0 0; float:left; display:inline; }
div.presse div#centerRow-4 div#body div.temaBoxes div.info p { color:#1e1e1e; font-size:11px; line-height:16px; margin:0 0 7px 0; }
div.presse div#centerRow-4 div#body div.temaBoxes div.info p a { padding: 0 0 0 10px; line-height:18px; display:block; background:transparent url(../images/linkArrowFocusBox.gif) top left no-repeat; } 


div.presse div#centerRow-5 { width:680px; background:none; margin:0 0 0 6px; }
div.presse div#centerRow-5 { width:688px; min-height:40px; margin:0 0 25px 11px; float:left; display:inline; background:none; }
div.presse div#centerRow-5 div#selection { width:674px; height:28px; margin:0 0 0 5px; background:transparent url(../images/images.png) 0px -56px no-repeat; }
div.presse div#centerRow-5 div#selection { color:#ffffff; line-height:28px; padding:0 0 0 5px; }
div.presse div#centerRow-5 div#selection input.checkbox { margin:7px 5px 0 15px; float:left; display:inline; }
div.presse div#centerRow-5 div#selection div { font-size:10px; float:left; color:#ffffff; }
div.presse div#centerRow-5 div#teaserContainer div.row { margin:15px 0 0 0; float:left; display:inline;}
div.presse div#centerRow-5 div#teaserContainer div.element { width:221px; min-height:257px; margin:0 12px 0 0; float:left; display:inline; background:transparent url(../images/teaserBG.png) left top no-repeat; }
div.presse div#centerRow-5 div#teaserContainer div.last { margin:0 0 0 1px; }
div.presse div#centerRow-5 div#teaserContainer div.element div.date { font-size:10px; line-height:17px; height:17px; text-align:right; padding:0 4px 0 0; }
div.presse div#centerRow-5 div#teaserContainer div.element div.category {  }
div.presse div#centerRow-5 div#teaserContainer div.element div.category h3 {  }
div.presse div#centerRow-5 div#teaserContainer div.element div.teaserImage { position:relative; width:212x; height:119px; margin:0 0 -8px 5px; background:transparent url(../images/teaserImageBG.png) left bottom no-repeat;  }
div.presse div#centerRow-5 div#teaserContainer div.element div.teaserImage .image { position:absolute; top:0px; leeft:0px; z-index:1; }
div.presse div#centerRow-5 div#teaserContainer div.element div.teaserImage .mask { position:absolute; top:0px; leeft:0px; z-index:2;}
div.presse div#centerRow-5 div#teaserContainer div.element div.teaserContent { padding:12px 13px 0 14px }
div.presse div#centerRow-5 div#teaserContainer div.element div.teaserContent h3 { padding:0px; margin:0 0 10px 0; }
div.presse div#centerRow-5 div#teaserContainer div.element p { font-size:11px; line-height:16px; padding:0px; margin:0 0 10px 0}
div.presse div#centerRow-5 div#teaserContainer div.element div.more { font-size:11px; margin:-5px 0 0 0; }
div.presse div#centerRow-5 div#teaserContainer div.element div.more a { color:#9fa600; font-size:11px; }
div.presse div#centerRow-5 div#teaserContainer div.element div.more a:hover { color:#666666;}

/* pressekontakter */
div#presseKontaktList {}
div#presseKontaktList h3 { width:100%; float:left; }
div#presseKontaktList div.narrowSubpageGradientBG { height:15px; margin:0 0 3px -9px; float:left; display:inline; background:transparent url(../images/images.png) no-repeat scroll 0 -127px; }
div#presseKontaktList div.imageBG { width:110px; height:141px; margin:0 15px 0 0; float:left; display:left; background: transparent url(../images/presseKontaktBG.png) left top no-repeat; }
div#presseKontaktList div.image { max-width:100px; max-height:131px; padding:5px; overflow:hidden; }
div#presseKontaktList div.content { width:285px; min-height:141px; float:left;  }
div#presseKontaktList div.content h3 { width:100%; margin:0 0 15px 0; }
div#presseKontaktList div.content div.phone { color:#7d8081; font-size:11px; line-height:16px; margin:0 0 10px; }
div#presseKontaktList div.content div.phone span { color:#1e1e1e; font-size:12px; }
div#presseKontaktList div.content div.mobile { color:#7d8081; font-size:11px; line-height:16px; margin:0 0 10px; }
div#presseKontaktList div.content div.mobile span { color:#1e1e1e; font-size:12px; }
div#presseKontaktList div.info { margin:25px 0 0 0; float:left; display:inline; }

/*--------------------------------------
   PAGE: TEMA FORSIDE (wide)
--------------------------------------*/
div.tema div#centerRow-4 div#contentBG { width:432px; background:transparent url(../images/images.png) -225px -41px no-repeat; }
div.tema div#centerRow-4 div#contentImage { width:432px; height:216px; }
div.tema div#centerRow-4 div#body { width:190px; margin:0 0 0 21px; float:left; display:inline; }
div.tema div#centerRow-4 div#date { margin:0 0 4px 0; text-align: left;}
div.tema div#centerRow-4 div#date h4 { height:18px; line-height:18px; }
div.tema div#centerRow-4 p.teaser { margin:0 0 27px 0;  }


div.tema div#centerRow-5 { width:680px; background:none; margin:0 0 0 6px; }
div.tema div#centerRow-5 div#politikTeaser { }
div.tema div#centerRow-5 div.politikTeaserBox { width:221px; min-height:330px; padding:0; margin:0 0 0 5px; float:left; display:inline; background: transparent url(../images/teaserBG.png) left top no-repeat; }
div.tema div#centerRow-5 div.politikTeaserBox div.date { font-size:10px; line-height:17px; height:17px; text-align:right; padding:0 4px 0 0; }
div.tema div#centerRow-5 div.politikTeaserBox h3 {  }
div.tema div#centerRow-5 div.politikTeaserBox div.teaserImage { position:relative; margin:0 0 0 5px; width:212px; height:119px; overflow:hidden; background:transparent url(../images/teaserImageBG.png) no-repeat left bottom }
div.tema div#centerRow-5 div.politikTeaserBox .image { position:absolute; top:0px; left:0px; z-index:1; }
div.tema div#centerRow-5 div.politikTeaserBox .mask { position:absolute; top:0px; left:0px; z-index:2; }
div.tema div#centerRow-5 div.politikTeaserBox div.teaserContent { padding:12px 13px 0 14px; }
div.tema div#centerRow-5 div.politikTeaserBox div.teaserContent h3 { line-height:20px; margin:0 0 7px; padding:0px; }
div.tema div#centerRow-5 div.politikTeaserBox p { font-size:11px; line-height:16px; padding:0; margin:0 0 7px 0; }
div.tema div#centerRow-5 div.politikTeaserBox div.more { font-size:11px; margin:-5px 0 0; }
div.tema div#centerRow-5 div.politikTeaserBox a { color:#9fa600; display:block; line-height:18px; background: transparent url(../images/linkArrowFocusBox.gif) no-repeat scroll left top }
div.tema div#centerRow-5 div.politikTeaserBox a:hover { color:#666666; }

/*--------------------------------------
   PAGE: BANKKUNDE FORSIDE (wide)
--------------------------------------*/
div.bank div#centerRow-4 { }
div.bank div#centerRow-4 div#body { width:670px; margin:0; }
div.bank div#centerRow-4 div#body div.temaBoxes {  margin:-17px 0 0 -5px; float:left; display:inline; }
div.bank div#centerRow-4 div#body div.temaBoxes div.box1,
div.bank div#centerRow-4 div#body div.temaBoxes div.box2,
div.bank div#centerRow-4 div#body div.temaBoxes div.box3 { width:221px; min-height:282px; padding:17px 0 0 0; float:left; display:inline; background: transparent url(../images/teaserBG.png) left top no-repeat; }
div.bank div#centerRow-4 div#body div.temaBoxes div.box2 { margin:0 6px; }
div.bank div#centerRow-4 div#body div.temaBoxes h3 { }
div.bank div#centerRow-4 div#body div.temaBoxes div.teaserImage { position:relative; margin:0 0 0 5px; width:212px; height:119px; overflow:hidden; background:transparent url(../images/teaserImageBG.png) no-repeat left bottom }
div.bank div#centerRow-4 div#body div.temaBoxes .image { position:absolute; top:0px; left:0px; z-index:1; }
div.bank div#centerRow-4 div#body div.temaBoxes .mask { position:absolute; top:0px; left:0px; z-index:2; }
div.bank div#centerRow-4 div#body div.temaBoxes div.teaserContent { padding:12px 13px 0 14px; }
div.bank div#centerRow-4 div#body div.temaBoxes div.teaserContent ul { font-size:11px; margin-left:0; list-style-image:url(../images/transparent.gif); }
div.bank div#centerRow-4 div#body div.temaBoxes p { font-size:11px; line-height:16px; padding:0; }
div.bank div#centerRow-4 div#body div.temaBoxes div.more { font-size:11px; margin:-5px 0 0; }
div.bank div#centerRow-4 div#body div.temaBoxes a { color:#9fa600; padding:0 0 0 10px; display:block; line-height:18px; background: transparent url(../images/linkArrowFocusBox.gif) no-repeat scroll left top }
div.bank div#centerRow-4 div#body div.temaBoxes a:hover { color:#666666; }

/*====================================
   FORM: CONTOUR GENEREL SETTINGS
=====================================*/
fieldset.contourFieldSet div.contourField div textarea { 
  width:300px; 
  height:100px;
  padding:0px;
}
fieldset.contourFieldSet div.contourField div input.text {
  font-size:12px;
  line-height:16px;
  color:#666666;
  height:16px; 
  width:300px;
  border:1px solid #d9dcdb;
  background:transparent;
  padding:1px 0 0 0; 
  margin:0;
}


fieldset.contourFieldSet { padding:0px; margin:0px; border:0px none; }
fieldset.contourFieldSet div.contourField label { font-size:11px; color:#646464; }
div#contour div ul { list-style-image: url('../images/transparent.gif'); }
div#contour div ul li { list-style-image: url('../images/transparent.gif'); }
fieldset.contourFieldSet div.contourField span { display:none !important; }
div.contourNavigation { float:right; }
input.contourSubmit { font-size:0px; line-height:20px; padding:0px; margin:0px; border:0 none; background:transparent; cursor:pointer; }
/*--------------------------------------
   PAGE: KONTAKT formular (kontakt os)
--------------------------------------*/
div#form_contact label { float:left; width:103px; margin:0 5px 0 0; text-align:right; }
/* submit */
div#form_contact div#contour div.contourNavigation { width:51px; height:20px; background:transparent url('../images/button_form_contact.gif') top left no-repeat }
div#form_contact div#contour div.contourNavigation input.contourSubmit { width:100%; height:100%; color:#ffffff; }

/*--------------------------------------
   PAGE: JOBANSØGNING formular (Ansøgning)
--------------------------------------*/
div#form_ansoegning label { float:left; width:73px; margin:0 5px 0 0; text-align:right; }
div#form_ansoegning fieldset.contourFieldSet div.contourField div input.text { width:226px; }
div#form_ansoegning fieldset.contourFieldSet div.contourField div select { width:228px; }

/* antal års erfaring... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl08_label { width:435px; margin:25px 0 0 0; padding:25px 0 0 78px; text-align:left; background:transparent url(../images/formSection.png) top left no-repeat; }
div#form_ansoegning select#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl08_66886da0-21df-424c-8f72-e8a6bc57237a { margin:0 0 0 78px; }

/* højeste uddannelse... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl09_label { width:350px; margin:0 0 0 78px; text-align:left; }
div#form_ansoegning input#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl09_b86a9343-060b-4bc5-8b5f-d8a3a7bb6ceb { margin:0 0 0 78px; }

/* vedhæft ansøgning... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl10_label { width:435px; margin:25px 0 0 0; padding:25px 0 0 78px; text-align:left; background:transparent url(../images/formSection.png) top left no-repeat; }
div#form_ansoegning div.contourField div span { display:inline !important;}
div#form_ansoegning div.contourField div span input { margin:0 0 0 78px; }

/* vedhæft cv... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl11_label { width:350px; margin:0 0 0 78px; text-align:left; }
div#form_ansoegning div.contourField div span { display:inline !important;}
div#form_ansoegning div.contourField div span input { margin:0 0 0 78px; }

/* vedhæft eksamensbevis... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl12_label { width:350px; margin:0 0 0 78px; text-align:left; }
div#form_ansoegning div.contourField div span { display:inline !important;}
div#form_ansoegning div.contourField div span input { margin:0 0 0 78px; }

/* vedhæft andet... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl13_label { width:350px; margin:0 0 0 78px; text-align:left; }
div#form_ansoegning div.contourField div span { display:inline !important;}
div#form_ansoegning div.contourField div span input { margin:0 0 0 78px; }

/* hvor har du set eller hørt... */
div#form_ansoegning label#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl14_label { width:435px; margin:25px 0 0 0; padding:25px 0 0 11px; text-align:left; background:transparent url(../images/formSection.png) top left no-repeat; }
div#form_ansoegning select#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MasterContentPlaceHolder_CenterPlaceHolder_ctl09_RenderForm_15_rpFieldsets_ctl00_rpFields_ctl14_677b5ec7-4e17-4d0d-b327-7fd0c1fa7506 { width:293px; margin:0 0 0 11px; }

/* submit */
div#form_ansoegning div#contour div.contourNavigation { margin:15px 0 0 0; width:134px; height:20px; background:transparent url('../images/button_form_ansoegning.gif') top left no-repeat }
div#form_ansoegning div#contour div.contourNavigation input.contourSubmit { width:100%; height:100%; color:#ffffff; }

/*--------------------------------------
   PAGE: KURSUS formular (kursus)
--------------------------------------*/
div#course-signup-new { width:100%; margin:25px 0 0 0; float:left; display:inline; }
div#course-signup-new div.signupHeader { width:653px; margin:0 0 0 13px; float:left; display:inline; }
div#course-signup-new div.signupHeader div.colorCategory { width:13px; height:26px; margin:0 7px 0 0; float:left;display:inline; overflow:hidden; }
div#course-signup-new div.signupHeader div.column-1 { width:160px; margin:-1px 20px 0 0; float:left; display:inline; }
div#course-signup-new div.signupHeader div.column-2 { width:250px; margin:-1px 20px 0 0; float:left; display:inline; }
div#course-signup-new div.signupHeader div.column-3 { width:180px; margin:-1px 0 0 0 ; float:left; display:inline; }
div#course-signup-new div.signupHeader div.category { font-size:11px; color:#323232; line-height:11px; padding:0 0 2px 0; }
div#course-signup-new div.signupHeader div.content { }
div#course-signup-new div.signupHeader h4 { margin:0; }

div#course-signup-new div.signupFields { float:left; }
div#course-signup-new div.signupFields div.wideSubpageGradientBG { width:666px; margin:45px 0 15px 0; }
div#course-signup-new div.info { width:461px; color:#646464; font-size:11px; font-weight:bold; margin:0 0 10px 205px; float:left; display:inline; }
div#course-signup-new div.space { height:25px; }
div#course-signup-new div.label { width:200px; text-align:right; margin:0 5px 0 0; float:left; display:inline; }
div#course-signup-new div.not-required { color:#646464;font-size:11px; margin:0 0 0 5px; }
div#course-signup-new select { width:226px; }
div#course-signup-new div.submitKursus { float:left; width:431px; }

div#course-signup-new div.inputfields div label.error { color:#EF3333; font-size:9px; margin:-18px 0 0 -160px; position:relative; }


/*--------------------------------------
   ALL PAGES: ETOOTTIP
--------------------------------------*/

a.etooltip { color:#5694c5; cursor:help; text-decoration:none; }
a.etooltip:hover { color:#3a4661; }

#etooltip { width:261px; margin:2px 0 0 82px; display:none; z-index:1000;}
#etooltip-top { width:261px; height:37px; background:transparent url(../images/etooltip-top.png) left top no-repeat; }
#etooltip-content { width:221px; padding:0 20px 10px 20px; background:transparent url(../images/etooltip-middle.png) left top repeat-y; }
#etooltip-content p { color:#666666; }
#etooltip-content h4 { margin:0px 0 6px 0;}
#etooltip-bottom { width:261px; height:12px; background:transparent url(../images/etooltip-bottom.png) left top no-repeat; }

/*--------------------------------------
   END OPENGATE
--------------------------------------*/


/*--------------------------------------
   Kathart
--------------------------------------*/

#SwapCiborRates #ciborTable {font-family:Verdana; font-size:9px; color:#666666; width:665px !important; border-top:solid 1px #CCCCCC;margin:0px; padding:0px; margin-left:-10px;}
#SwapCiborRates #ciborTable th {text-align:right; padding:1px; font-size:9px; line-height:normal; min-height:0px;}
#SwapCiborRates #ciborTable td {text-align:right; padding:0px; padding-top:3px; padding-bottom:3px; padding-right:1px; font-size:9px; background-image:none;line-height:normal; min-height:0px;}
#SwapCiborRates #ciborTable tr {background:none;}

#voxpopBox {position:absolute; top:116px; left:705px;z-index:500;width:220px;height:209px;}

.socialPlugins {padding-top:20px;margin-top: 50px;}
.socialPlugins .contentBG {background: transparent url(../images/images.png) -225px -41px no-repeat;height:15px;margin-bottom: 10px;}
#fb-root {display:inline-block;*display:inline;zoom:1;margin-left:10px; position:relative; top:-2px;}
.IN-widget {margin-right:12px;}

/*-------------------------------------
   END Kathart
-------------------------------------*/
































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

