.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #fff url(i/body-bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #636363;
  line-height: 1.2;
  text-align: center;
  font-family: Georgia, serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }



div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup {
  line-height: .5;
  vertical-align: .4em;
  ~display: inline-block;
  ~line-height: 1;
  ~margin-top: -1em;
}
sub {
  line-height: .5;
  vertical-align: -.4em;
  ~display: inline-block;
  ~line-height: 1;
  ~margin-bottom: -1em;
}


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #273964;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
}
h1 {
  font-size: 2em;
  margin-bottom: .35em;
}
h2 {
  font-size: 1.33em;
  margin-top: 1.57em;
  margin-bottom: .55em;
  font-weight: normal;
}
h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1em;
  margin-bottom: .2em;
}




table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: georgia, serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}



.pghead {
  background: url(i/pgh-bg.png) 0 100% no-repeat;
  height: 327px;
  margin-bottom: -27px;
}
.onecol .pghead { background: none; }
.home .pghead { margin-bottom: -60px; }
.pghead .brand { margin:0; font-size :1em; }
.pghead .brand img.logo { position:absolute;right:9999px;left:auto; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  width: 700px;
  margin-right: 250px;
  _display: inline;
  margin-top: 50px;
  border-top: 1px solid #dedede;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgmain {
  border: none;
  position: relative;
  z-index: 1;
}
.onecol .pgmain {
  margin-right: 0;
  width: 940px;
}

.pgextra2 {
  background: url(i/pe2-bg.png) 0 0 repeat-y;
  _background-image: url(i/pe2-bg.gif);
  float: left;
  width: 236px;
  margin: -35px 0 0 -238px;
  _display: inline;
  _overflow-x: hidden;
}
.home .pgextra2 { margin-top: -2px; _margin-top: -12px; }
.pgextra2 .wrap {
  background: url(i/pe2-bottom.png) 0 100% no-repeat;
  _background: none;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pgbottom {
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgfoot {
  background: url(i/pgf-bg.png) 0 0 repeat-x;
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
  position: relative;
}
.box:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.boxhead { 
  padding-top: 0; 
  margin-top: 0; 
  font-size : 1.33em; 
  text-transform: uppercase; 
  font-weight: normal; 
  color: #a0a0a0;
  clear: left;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.milli .pgmain .boxbody {
  padding-right: 185px;
  ~padding-right: 25px;
}

.pgmain .boxhead {
  font-size: 2em;
  font-weight: bold;
  padding-top: 10px;
  text-transform: none;
  margin-bottom: .35em;
}
.home .pgmain .boxhead,
.home .pgbottom .boxhead {
  padding: 0;
  font-size: 26px;
  font-weight: normal;
  overflow: hidden;
  _overflow: visible;
  text-transform: uppercase;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgmain .boxhead span.text,
.pgbottom .boxhead span.text {
  padding-right: 10px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgmain .boxhead span.line,
.pgbottom .boxhead span.line {
  background: url(i/pgm-bh.png) 0 50% repeat-x;
  display: block;
  float: right;
  height: 31px;
}


.nohead .boxhead { position:absolute;right:9999px;left:auto; }
.nohead .boxbody {  padding-top: 15px; }
.nohead .moreolder { position: static; float :left; }


.pgextra2 .box {
  padding: 0 8px 35px;
  margin: 0;
  background: url(i/pe2-boxbottom.png) 0 100% no-repeat;
  _background: none;
}
.pgextra2 .lastbox {
  background: none;
  padding-bottom: 2px;
}
.pgextra2 .boxhead {
  padding: 0 13px 8px;
  border-bottom: 1px dotted #cfcfcf;
  margin-bottom: 6px;
}
.pgextra2 .boxbody {
  padding: 0 13px 15px;
}

.pgextra2 .logobox {
  position: relative;
  z-index: 1;
  top: -10px;
  _top:auto;
  padding: 44px 0 0;
  background: url(i/logobox-top.png) 0 0 no-repeat;
  _background-image: url(i/logobox-top.gif);
  margin: 0 0 -15px;
}
.onecol .logobox { display: none; }
.pgextra2 .logobox a,
.pgextra2 .logobox .boxbody {
  background: url(i/logobox.png) 0 100% no-repeat;
  _background-image: url(i/logobox.gif);
  padding: 0 8px 25px;
  height: 31px;
  text-align: center;
  display: block;
}
.pgextra2 .logobox img {
  position: relative;
  top: -24px;
}


/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.archivelink {
  display: block;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .buttons a {
  float: left;
  padding: 0 10px 0 0;
}

.moreolder {
  background: url(i/moreolder.png) 100% 0 no-repeat;
  position: absolute;
  top: 2px;
  right: 0;
  padding-right: 8px;
  margin: 0;
  _width: 0;
}
.moreolder a {
  background: url(i/moreolder.png) 0 0 no-repeat;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 20px 0 28px;
  height: 20px;
  white-space: nowrap;
}




.article .share {
  display: block;
  position: relative;
  padding: 0;
}
.article .share a {
  position: relative;
  z-index: 15;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 90px;
  height: 36px;
  background: url(i/btn-share.png) 0 0 no-repeat;
}
.article .share-menu {
  position: absolute;
  z-index: 10;
  bottom: 29px;
  left: 0;
  padding-bottom: 6px;
  background: #fff url(i/share-bottom.png) 100% 100% no-repeat;
  width: 175px;
}
.article .share-menu ul {
  border: 6px solid #e4e4e4;
  padding: 8px 8px 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.article .share-menu li {
  background: none;
  padding: 0;
  margin-bottom: 8px;
}
.article .share-menu .bookmark_list a {
  z-index: 5;
  padding: 0;
  text-indent: 0;
  overflow: visible;
  white-space: normal;
  width: auto;
  height: auto;
  background: none;
  font-size: .92em;
}
.article .share-menu .bookmark_list li a span {
  vertical-align: -0.25em;
}
.article .share-menu .bookmark_list span {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 2px;
}







/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.33em; 
  margin: 0 0 .2em;
}
.articlelist .item h3 .meta {
  font-size: .7em;
}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  padding: 1px;
  border: 1px solid #cacaca;
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}



/* ******  overview  ****** */

.overview .boxbody {
  overflow: hidden;
  padding-bottom: 20px;
}

.overview .item {
  float: left;
  width: 220px;
  margin-left: 20px;
  _display: inline;
}
.overview .firstitem,
.overview .itm4,
.overview .itm7,
.overview .itm10 {
  margin-left: 0;
}
.overview .item img {
  margin: 0 0 8px;
  float: none;
}
.overview .item .img {
  display: block;
  border: 1px solid #cacaca;
  padding: 1px;
  margin: 0 0 8px;
}
.overview .item .img .imginner {
  width: 216px;
  height: 76px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.overview .item .img img {
  margin: 0;
  padding: 0;
  border: none;
}



/* ******  yearindex  ****** */

.pgmain .yearindex li {
  float: left;
  width: 33.3%;
  height: auto;
}

.pgmain .yearindex li h4 {
  font-size: 1.4em;
}

.pgmain .yearindex li p {
  font-size: .92em;
  padding-right: 20px;
  line-height: 1.5;
}



/* ******  article  ****** */
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.5; }
.article h1 {
  padding-top: 10px;
}
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
  font-weight: bold;
  color: #888;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
  font-size: 1.17em;
  text-transform: uppercase;
}
.article .summary p { margin: 0; }

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: 2px 8px;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
  border-right: 1px solid #fff;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  margin-bottom: .7em;
}
.article li { 
  margin-bottom: .3em;
  padding-left: 10px;
  background: url(i/arrows.png) 0 .5em no-repeat;
}


.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }



.article .tab-box {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: -33px;
}

.article .tab-box ul {
  float: right;
}

.article .tab-box li {
  float: left;
  padding: 0;
  background: none;
  border: 1px solid #dedede;
  background: #273964;
  margin: 0 -1px 0 0;
  position: relative;
}

.article .tab-box li a {
  display: block;
  padding: 7px 10px 0;
  height: 24px;
  color: #fff;
  float: left;
}

.article .tab-box li.current {
  border-bottom-color: #fff;
  margin-top: -5px;
  background: #fff url(i/article-tabs-current.png) repeat-x;
}

.article .tab-box li.current a {
  color: #273964;
  padding-top: 11px;
  font-size: 1.1em;
  padding-bottom: 1px;
}

.article .tab-box li strong { }



.article .tabpane table,
.article .tabpane table tr,
.article .tabpane table td {
  border: none;
  background: none;
}
.article .tabpane table {
  width: 100%;
}
.article .tabpane table td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.article .tabpane h2.tab { position:absolute;right:9999px;left:auto; }



.event .source { padding: 0; }



/* ******  imagebox  ****** */
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 20px 0 .75em 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
  padding: 0;
  background: none;
}

.imagebox .img {
  display: block;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  max-width: 375px;
}

.imagebox .imagelist li a,
.imagebox .imagelist li span {
  width: auto;
  height: auto;
  text-align: center;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 262px;
  _width: 262px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}

.article .imagelist a.img,
.article .imagelist span.img {
  max-height: none;
  height: auto;
}




/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 250;
  width: 100%;
  top: 29px;
  left: 0;
}


.ipopup-container-wrapper {
  background: #fff;
  padding: 4px;
  border: 1px solid #c9c9c9;
  display : inline-block;
  position: relative;
}
.ipopup-container .img {
  /*_height:450px;min-height: 450px;
  background: url(i/ajax-loader.gif) 50% 50% no-repeat;*/
  display: block;
}
.ipopup-container .image img {
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 5px 0;
  color: #000;
  font-size: 1.33em;
  position: relative;
  z-index: 10;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status { display: none; }
.ipopup-container .paging,
.ipopup-container .paging ul
.ipopup-container .paging ul li {
  ~height:0;
}
.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  background: url(i/popup-prev.png) -100px 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}
.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 150% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  right: 4px;
  left: auto;
  z-index: 2;
}
.ipopup-container .paging .prev a:hover,
.ipopup-container .paging .prev a:focus {
  background-position: 0 50%;
}
.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
}
.ipopup-container .paging li.nav-end { display: none; }
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
}





.videopopup {
  background: url(i/youtube-popup-top.png) 0 0 no-repeat;
  _background-image: url(i/youtube-popup-top.gif);
  padding-top: 44px;
  width: 794px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  margin-left: -397px;
  position: absolute;
}
.videopopup .ipopup-container-wrapper {
  background: url(i/youtube-popup-bottom.png) 0 100%;
  _background-image: url(i/youtube-popup-bottom.gif);
  width: 642px;
  padding: 0 75px 104px 77px;
  border: none;
  display: block;
  position: static;
}
.videopopup h2 {
  margin: 0;
  color: #fff;
  font-size: 2em;
  text-align: left;
  margin-bottom: 5px;
}
.videopopup .ipopup-container-wrapper object {
  display: block;
  border: 1px solid #fff;
}
.videopopup .paging .close a {
  top: 18px;
  right: 21px;
}


/* ******  quizbox  ****** */
.quizbox .question { font-weight: bold; }
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display: inline; }
.quizbox .options li {}
.quizbox span.stat { display: block; }
.quizbox span.stat i {
  font-style: normal;
  color: #777;
  padding-left: .5em;
}
.quizbox span.bar {
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar img {
  height: .91em;
  background: #888;
}
.pgmain p.morequizes { overflow: hidden; }


/* ******  quizlist  ****** */
.quizlist .quiz {
  float: left;
  width: 45%;
  margin-right: 4.5%;
  _display: inline;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  min-height: 23.5em;
  _height: 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear: both;
  font-size: .92em;
  color: #777;
  margin: 0;
}
.quizlist .totalnum { margin-top: .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float: left;
  margin-bottom: .09em;
  margin-right: .5em;
  font-weight: normal;
  width: 10em;
}






/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  z-index: 1;
  top: 334px;
  left: 0;
  width: 600px;
  font-size: 0.92em;
  color: #8e8e8e;
  margin-top: -.5em;
}
.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #8e8e8e;
}
.breadcrumbs a {
  
}
.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  background: url(i/mnav.png) 0 0 no-repeat;
  _background-image: url(i/mnav.gif);
  position: absolute;
  z-index: 50;
  top: 0;
  left: -7px;
}
.english .mnav {
  background-image: url(i/mnav-en.png);
  _background-image: url(i/mnav-en.gif);
}
.dansk .mnav {
  background-image: url(i/mnav-dk.png);
  _background-image: url(i/mnav-dk.gif);
}
.mnav img {
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
}
.mnav img,
.mnav span.hover {
  background: url(i/mnav-hover.png) 0 204px no-repeat;
  _background-image: url(i/mnav-hover.gif);
  display: block;
  width: 483px;
  height: 204px;
}
.english .mnav img,
.english .mnav span.hover {
  background-image: url(i/mnav-hover-en.png);
  _background-image: url(i/mnav-hover-en.gif);
}
.dansk .mnav img,
.dansk .mnav span.hover {
  background-image: url(i/mnav-hover-dk.png);
  _background-image: url(i/mnav-hover-dk.gif);
}
.home .mnav img,
.wrap .home span.hover { background-position: 0 0; }
.nh .mnav img,
.wrap .nh span.hover { background-position: 0 -204px; }
.bs .mnav img,
.wrap .bs span.hover { background-position: 0 -408px; }
.vd .mnav img,
.wrap .vd span.hover { background-position: 0 -612px; }
.ns .mnav img,
.wrap .ns span.hover { background-position: 0 -816px; }
.rf .mnav img,
.wrap .rf span.hover { background-position: 0 -1020px; }
.fm .mnav img,
.wrap .fm span.hover { background-position: 0 -1224px; }



/* ******  snav  ****** */
.snav {
  position: relative;
  z-index: 1;
}
.onecol .snav { display: none; }
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}

.snav .boxbody a {
  background: url(i/arrow.png) 0 .7em no-repeat;
  display: block;
  padding: 4px 5px 4px 14px;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
}

.snav .level2 {}

.snav .level2 a {
  background-position: 15px .7em;
  padding: 3px 5px 3px 29px;
  font-weight: normal;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
}

.snav .level2 .level3 a {
  background-position: 30px .7em;
  font-weight: normal;  
  padding-left: 44px;
}
.snav .level3 .current a {
  font-weight: bold;
}



/* ******  enav  ****** */

.enav {
  position: absolute;
  top: 18px;
  margin-top: -.5em;
  right: 206px;
  width: 250px;
  line-height: 1.1em;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
  float: right;
}
.enav li {
  float: left;
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #b5bed1;
}
.enav ul li:first-child,
.enav li.cat1 { border: none; }
.enav .boxbody a {
  color: #fff;
  font-size: 10px;
}
.enav .boxbody a:hover,
.enav .boxbody a:focus {
  text-decoration: underline;
}

.enav .parent a,
.enav .current a { font-weight: bold; }




.qlinks li {
  float: left;
  width: 226px;
  _height:30px;min-height:30px; /* ie hasLayout fix */
  padding: 0 10px 0 0;
}
.qlinks li a {
  background: url(i/arrow.png) no-repeat 0 .5em;
  display: block;
  padding: 2px 5px 2px 14px;
  color: #000;
}



/* ******  langnav  ****** */
.langnav {
  position: absolute;
  top: 14px;
  right: 395px;
  z-index: 100;
  width: 93px;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav li {
  float: left;
  _display: inline;
  margin-left: 6px;
}
.langnav li a {
  background: url(i/langnav-bg.png) 0 0 no-repeat;
  display: block;
  width: 14px;
  height: 9px;
  overflow: hidden;
  text-indent: -9999em;
  border: 1px solid #d6dae3;
}
.langnav li.en a {
  background-position: 0 -9px;
}
.langnav li.sw a {
  background-position: 0 -18px;
  width: 40px;
}



/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.pgextra2 .monthlist .calwrap {
  padding: 0 10px;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.pgextra2 .monthlist {
  padding-bottom: 28px;
  position: static;
}
.pgextra2 .monthlist .boxhead {
  margin: 0;
  padding-bottom:8px;
  padding-top:6px;
}
.pgextra2 .monthlist .boxhead a { color: #666; }
.pgextra2 .monthlist .boxbody {
  position: relative;
  z-index: 100;
  padding: 0 1px 13px;
  background: #f7f7f7;
}

.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.pgextra2 .monthlist h4 {
  text-align: center;
  font-size: 12px;
  color: #818181;
  padding: 10px 0;
  border-bottom: 1px dotted #cfcfcf;
  margin: 0 -10px 10px;
}
.pgextra2 .monthlist h4 a {
  color: #818181;
}

.pgextra2 .monthlist .paging {
  margin: 0;
  padding: 0;
}

.pgextra2 .monthlist .paging a {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  background: url(i/calendar-arrows.png) 0 0 no-repeat;
}
.pgextra2 .monthlist .paging a:hover { background-position: 0 -11px; }
.pgextra2 .monthlist .paging .next a {
  background-position: -11px 0;
  right: 10px;
  left: auto;
}
.pgextra2 .pgextra2 .monthlist .paging .next a:hover { background-position: -11px -11px; }
.pgextra2 .calendar { margin: 0; font-size: .91em; }
.pgextra2 .calendar th {
  vertical-align: middle;
  text-align: center;
  font-size: .92em;
  height: 25px;
  color: #4a4a4a;
}
.pgextra2 .calendar td {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  height: 24px;
  color: #0f2250;
  font-size: .92em;
}
.pgextra2 .calendar td.a:hover {
  position: relative;
}
.pgextra2 .calendar td.a a {
  color: #0f2250;
  padding: 6px 0;
  background: url(i/calendar-circles.png) 50% 50% no-repeat;
}

.pgextra2 .calendar td.hover a,
.pgextra2 .calendar td.a a:hover,
.pgextra2 .calendar td.a a:focus,
.pgextra2 .calendar td.a a:active {
  background-image: url(i/calendar-circles-hover.png);
  text-decoration: none;
  color: #fff;
}

.calendar .sa { }
.pgextra2 .pgextra2 .calendar .su { color: #888; }
.pgextra2 .calendar .o { }
.pgextra2 .calendar .osa { }
.pgextra2 .calendar .osu { }

.pgextra2 .calendar td i,
.pgextra2 .calendar td a {
  display: block;
  font-style: normal;
}
.pgextra2 .calendar td.today i {
  font-style: italic;
}

.pgextra2 .monthlist .more {
  padding: 8px 13px 0;
  border-top: 1px dotted #c9c9c9;
  margin-top: 17px;
  font-size: .85em;
}


.pgextra2 .dateinfo {
  display: none;
  position: absolute;
  z-index: 20;
  background: #fff;
  border: 1px solid #273964;
  margin: 0 0 0 -44px;
  padding: 1px;
  text-align: left;
  width: 125px;
}

.pgextra2 td:hover .dateinfo {
  display: block;
}

.pgextra2 .dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 5px 8px 5px 8px;
  color: #fff;
  background: #273964;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

.pgextra2 .dateinfo ul {
  border: 1px solid #39435F;
}

.pgextra2 td.a .dateinfo li a {
  background: #fff;
  color: #273964;
  padding: 5px 6px 5px 6px;
}

.pgextra2 td.a .dateinfo li a:hover,
.pgextra2 td.a .dateinfo li a:focus,
.pgextra2 td.a .dateinfo li a:active {
  background: #f0f0f0;
  color: #273964;
}




.pgmain .monthlist .boxhead { font-weight: normal; }
.pgmain .monthlist .boxbody {
  position: relative;
}
.pgmain .monthlist .boxbody h4 {
  display: none;
}
.pgmain .monthlist .boxbody h4 a,
.pgmain .monthlist .boxbody h4 a:hover,
.pgmain .monthlist .boxbody h4 a span:hover,
.pgmain .monthlist .boxbody h4 a:focus,
.pgmain .monthlist .boxbody h4 a span:focus {
  color: #fff;
}
.pgmain .monthlist .boxbody .paging {
  position: absolute;
  right: -2px;
  top: -55px;
}
.pgmain .monthlist .boxbody .paging a {
  width: 47px;
  height: 37px;
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  position: absolute;
  right: 47px;
  top: 12px;
  background: url(i/calendar-pager.png) 0 0 no-repeat;
}
.pgmain .monthlist .boxbody .paging .next a {
  background-position: -47px 0;
  right: 0;
}

.pgmain .calendar {
  border-left: 1px solid #a1b1da;
  margin: 0;
  width: 100%;
}
.pgmain .calendar td {
  border-bottom: 1px solid #a1b1da;
  border-right: 1px solid #a1b1da;
}

.pgmain .calendar th {
  text-align: center;
  font-weight: normal;
  padding: 5px 0;
  color: #fff;
  background: #6E86B6 url(i/pgm-cal.png) 0 100% repeat-x;
}
.pgmain .calendar td {
  padding: 0;
  width: 14%;
}
.pgmain .calendar .sa { }
.pgmain .calendar .su { color: #888; }
.pgmain .calendar .o { }
.pgmain .calendar .osa { }
.pgmain .calendar .osu { }

.pgmain .calendar td i,
.pgmain .calendar td a {
  display: block;
  font-family: georgia;
  font-weight: bold;
  color: #d27f07;
  font-size: 1.17em;
  padding: 6px 8px;
}
.pgmain .calendar td.o i { display: none; }
.pgmain .calendar td.today i {
  font-style: italic;
}
.pgmain .calendar td a:hover,
.pgmain .calendar td a:focus,
.pgmain .calendar td a:active {  }



.pgmain .dateinfo {

}

.pgmain .dateinfo strong {
  display: none;
}
.pgmain .dateinfo ul {
}
.pgmain .dateinfo li {
  border-top: 1px dotted #cfcfcf;
  padding: 8px 10px;
  padding: 1px;
}
.pgmain .dateinfo li:first-child { border: 0; }
.pgmain .dateinfo li a {
  font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: .92em;
  color: #284079;
  display: block;
  padding: 0;
  font-weight: normal;
  padding: 7px 9px;
  
}
.pgmain .dateinfo li a:hover,
.pgmain .dateinfo li a:focus {
  background: #f9f9d0;
  text-decoration: none;
}



.eventnav {
  padding-top: 20px;
}
.eventnav .boxhead { position:absolute;right:9999px;left:auto; }
.eventnav  li {
  float: left;
  margin-right: 5px;
  _display: inline;
}
.eventnav  li a {
  padding: 3px 11px;
  color: #888a8e;
  display: block;
}

.eventnav  li.current a,
.wrap .eventnav li a:hover,
.wrap .eventnav li a:focus {
  color: #fff;
  background: #3b4f81;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}



/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }


.pgextra2 .advert {
  background: #fff;
  padding: 0 0 27px;
  width: auto;
  overflow: visible;
  position: static;
}
.pgextra2 .advert img {
  margin: -10px 0 0;
  position: relative;
  z-index: 1;
}


.norraena a {
  background: url(i/norraena-video.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='skin/basic/design/i/norraena-video.png',sizingMethod='crop');
  margin-top: -17px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-indent: -99999em;
  width: 238px;
  height: 104px;
}
.norraena a:hover,
.norraena a:focus {
  background-position: 0 -104px;
  cursor: pointer;
  _cursor: hand;
}

/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  background: url(i/topgrad.png) 100% 0 no-repeat;
  _background-image: url(i/topgrad.gif);
  padding: 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 550px;
  padding: 6px 6px 6px 0;
  height: 27px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { 
  padding: 0;
  background: url(i/search-bg.png) 0 0 no-repeat;
  width: 188px;
  height: 25px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.qsearch .fi_txt input { 
  padding: 2px 6px 0 8px;
  background: none;
  width: 142px;
  border: none;
  color: #969696;
  font-size: 11px;
}
.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 29px;
  height: 25px;
  background: none;
}





/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 9px 16px;
  position: relative;
  _display: inline;
  text-align: center;
  
}
.mediagallery li a {
  overflow: hidden;
  display: block;
  border: 1px solid #dedede;
  padding: 2px;
}
.mediagallery li span.img {
  display: block;
  overflow: hidden;
}
.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
  margin: 0 18px 36px;
}

.albums li a {
  height: 128px;
  width: 187px;
  padding: 4px;
}
.albums li p { position:absolute;right:9999px;left:auto; }
.albums li span.count {
  background: url(i/alpha.png) 0 0 repeat;
  position: absolute;
  bottom: 4px;
  left: 4px;
  display: block;
  padding: 5px 9px;
  width: 170px;
  text-align: left;
  color: #000;
}
.albums span.img {
  height: 128px;
  width: 187px;
}


/* imagelist (extends: mediagallery) */
.imagelist .boxbody {
  padding: 0 35px;
}
.imagelist li.thumb4,
.imagelist li.thumb8,
.imagelist li.thumb12,
.imagelist li.thumb16,
.imagelist li.thumb20,
.imagelist li.thumb24,
.imagelist li.thumb28,
.imagelist li.thumb32,
.imagelist li.thumb36,
.imagelist li.thumb40 {
  clear: left;
}
.imagelist li a {
  max-height: 134px;
  _height: 91px;
  width: 133px;
}

.imagelist li img {
}
.imagelist span.img {
  max-height: 134px;
  _height: 91px;
  width: 133px;
}
.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}





/* ******  people  ******* */

.people h3 {
  font-size: 1.17em;
  font-weight: normal;
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
  border-bottom: 1px solid #dedede;
  font-size: .92em;
  font-weight: normal;
  color: #8d8d8d;
}

.people td {
  background: #f5f6f8;
  border-bottom: 2px solid #fff;
}

.people table a {
  font-weight: bold;
}

.people table .netfang a {
  font-weight: normal;
}

.people .close {
  display: block;
  background: #273964  url(i/people-close.png) 99% 50% no-repeat;
  border-right: 1px solid #273964;
  border-left: 1px solid #273964;
  padding: 5px 22px;
  color: #fff;
  overflow: hidden;
  text-indent: -999em;
}
.people .close:hover {
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */
td .persona {
  padding: 15px 35px 10px 35px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #cacfd9;
  border-top: none;
  background: #fff;
}
td .persona .content {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  border-bottom: 1px solid #cacfd9;
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #273964;
  font-weight: normal;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  background: #fff;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}
td .persona ul {
}
td .persona li {
  margin-bottom: .3em;
  color: #000;
}
td .persona li b {
  display: inline-block;
  font-weight: normal;
  color: #858585;
  width: 6em;
}
td .persona .title b {
  font-weight: bold;
  color: #010101;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: -15px;
  position: relative;
}






/* ******  footer  ****** */
.footer .boxhead { /* display: none; */ }
.footer {
  padding-top: 30px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  _overflow: visible;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.footer ul { _height:0;min-height:0; /* ie hasLayout fix */ }
.footer li {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #ebeef3;
  float: left;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.footer li.info img { margin-top: 8px; }
.footer li.opnun {
  border: none;
  font-size: 11px;
  width: 280px;
  padding-right: 0;
}
.footer h2 {
  margin: 0 0 5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer li.logo,
.footer li.share {
  border: none;
  margin: 0;
}
.footer li.share {
  padding: 0 0 0 20px;
}


.footer .btnfacebook {
  background: url(i/btn-facebook.png) 0 0 no-repeat;
  display: block;
  margin: 4px 0;
  padding: 4px 0 0 38px;
  height: 28px;
}



/* ******  byggiraeplica  ****** */
.byggiraeplica {
  float: right;
  margin: -5px 15px 0 0;
  padding-bottom: 10px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(http://codecentre.eplica.is/f/ba_e2-b25.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b25.png',sizingMethod='crop');
}
.english .byggiraeplica a {
  background: url(http://codecentre.eplica.is/f/e2-b25.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-b25.png',sizingMethod='crop');
}




/* ******  imgbanner  ****** */
.imgbanner {
  float: right;
  z-index: 1;
  padding: 0 0 20px 10px;
  background: #fff;
  margin-top: -1px;
}
.imgbanner img {
  position: relative;
  top: -20px;
}







.home .articlelist .item {
  float: left;
  width: 220px;
  margin-left: 20px;
  _display: inline;
}
.home .articlelist .firstitem {
  margin-left: 0;
}
.home .articlelist .item img {
  margin: 0 0 8px;
  float: none;
}
.home .articlelist .item .img {
  display: block;
  border: 1px solid #cacaca;
  padding: 1px;
  margin: 0 0 8px;
}
.home .articlelist .item .img .imginner {
  width: 216px;
  height: 76px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.home .articlelist .item .img img {
  margin: 0;
  padding: 0;
  border: none;
}

.home .eventlist {
  position: relative;
  height: 273px;
  overflow: hidden;
}

.home .eventlist .item {
  position: relative;
  width: 220px;
  height: 221px;
  padding: 0 0 12px 479px;
}
.home .eventlist .item .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  border: 1px solid #c0c0c0;
}
.home .eventlist .item h3 {
  margin: 0 0 8px;
  font-size: 1.33em;
}
.home .eventlist .item h3 .meta { font-size: .75em; }
.home .eventlist .item h3 .meta .venue { display: none; }
.home .eventlist .item h3 .meta .date { display: block; }
.home .eventlist .item .summary {
  line-height: 1.4;
  overflow: hidden;
}
.home .eventlist .item .summary p { margin: 0; }
.home .eventlist .paging .prev,
.home .eventlist .paging .next,
.home .eventlist .paging strong { display: none; }

.home .eventlist .paging .jump {
  position: absolute;
  bottom: 0;
  left: 477px;
}
.home .eventlist .paging a {
  background: url(i/ls-dots.png) 0 0 no-repeat;
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: -999em;
  display: block;
  float: left;
  margin-right: 6px;
  _display: inline;
}
.home .eventlist .paging a.current {
  background-position: -7px 0;
}
.home .eventlist .listscroller-clip .item {
  position: absolute;
  top:0;
  left:0;
}
.home .eventlist .listscroller-clip {
  height: 221px;
  padding-bottom: 12px;
  overflow: hidden;
}
.home .eventlist .listscroller-clip .overflow { ~display: none; }


.home .flist .boxbody {
  margin: 0 -10px 10px;
  overflow: hidden;
}
.home .flist .item {
  float: left;
  width: 217px;
  height: 120px;
  padding: 10px 10px 8px 8px;
  position: relative;
  _display: inline;
  margin-left: 4px;

}
.home .flist .item h3 a {
  background: url(i/imgfake.png) 0 0 no-repeat;
  _background-image: url(i/imgfake.gif);
  position: absolute;
  top: 0;
  left: 0;
  padding: 106px 17px 9px 15px;
  margin: 0;
  width: 213px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}
.home .flist .item .summary { display: none; }



/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active {  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }







