.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; }

body {
  background: #fff url(i/body-bg.png) repeat-x;
  margin: 0;
  padding: 0;
  color: #272727;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  ~font-size:  75.00%;
}

body.home {
  background-image: url(i/body-bg-home.png);
}

body.zoom2 .pgmain .boxbody { font-size: 1.2em; }
body.zoom3 .pgmain .boxbody { font-size: 1.4em; }



div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }


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: #4b82de;
  text-decoration: none;
}

.pgfoot a { color: #fff; }

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;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.09em;
  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 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 15px;
  float: left;
}

.f_row .fi_txt input,
.f_row .fi_sel select {
  width: 200px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  color: #555;
  display: block;
  font-size: 1.1em;
  padding-bottom: 2px;
  font-weight: normal;
}





input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 95%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #E6E6E6;
  background: #fff url(i/input-bg.png) repeat-x;
  color: #333;
  padding: 3px 4px;
}

textarea {
  background-image: url(i/textarea-bg.png);
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #ccc;
}

.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: #2C5BB5;
  border: 1px solid #888;
  color: #fff;
  font-size: .92em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #2C5BB5;
}


.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 {height:0;line-height:0;font-size:1px;clear:both;}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: url(i/pgwrap-bg-2col.png);
}

.threecol .pgwrap {
  background-image: url(i/pgwrap-bg.png);
}


.pghead {
  height: 477px;
  background: url(i/pghead-bg.png) no-repeat;
}

.home .pghead {
  background-image: url(i/pghead-home.png);
  height: 563px;
}

.pghead .brand {
  margin:0;
  font-size :1em;
  text-align: center;
  width: 152px;
  height: 111px;
  background: url(i/brand-bg.png) no-repeat;
  _background: none;
  margin: 0 19px;
  position: relative;
  z-index: 10;
}

.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  margin-left: 171px;
  width: 823px;
  _display: inline;
  margin-top: -221px;
  position: relative;
}

.threecol .pgmain {
  width: 494px;
  margin-right: 329px;
}

.pgmain .wrap {
  padding: 18px 22px 0;
  min-height: 390px; _height: 390px;
}

.home .pgmain {
  margin-left: 6px;
  width: 988px;
}

.home .pgmain .wrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.pgextra1 {
  float: left;
  width: 329px;
  _display: inline;
  margin-left: -329px;
  _margin-left: -330px;
  margin-top: -221px;
  position: relative;
  padding-bottom: 20px;
}

.pgextra1 .wrap {
  padding: 0 20px 0 18px;
}

.pgextra2 {
  float: left;
  width: 165px;
  margin-left: -988px;
  _display: inline;
  margin-top: -221px;
}

.pgextra2 .wrap {
  margin: 0 17px 0 20px;
}

.pgfoot {
  background: url(i/pgfoot-cutoff.png) no-repeat;
  clear: both;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap,
.pgbottom {
  background: #535759 url(i/pgfoot-bg.png) repeat-x;
  height: 250px;
  color: #fff;
}

.pgbottom {
  margin-top: -250px;
  _margin-top: -207px;
}


/*
  disposable helper fyrir canvas vinnu  
*/
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.sbox {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.article .boxbody h1,
.wrap .sbox .item h3,
.boxhead {
  padding-top: .8em;
  margin-top: 0;
  font-size : 1.5em;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  color: #457E87;
  font-weight: normal;
  background: url(i/boxhead-border.png) repeat-x 0 100%;
  padding-bottom: 7px;
}
.boxhead a,
.wrap .sbox .item h3 a {
  color: #457E87;
}

.article .boxbody h1,
.wrap .sbox .item h3,
.twocol .pgmain .boxhead,
.threecol .pgmain .boxhead {
  background: none;
  padding-bottom: 0;
  margin-bottom: .3em;
}

.pgextra1 .boxhead {
  margin-left: -18px;
  padding-left: 18px;
  background-image: url(i/boxhead-border-p1.png);
}

.pgfoot .boxhead {
  color: #fff;
  background: none;
  padding-top: .5em;
  padding-bottom: 0;
  margin-bottom: .4em;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



.sbox {
  padding-bottom: 8px;
}

.sbox-left,
.sbox-right {
  float: left;
  width: 45%;
  padding-bottom: 0;
}

.sbox-right {
  float: right;
}

.wrap .sbox-left .item h3,
.wrap .sbox-right .item h3 {
  font-size: 1.3em;
}

.sbox-left .boxbody .summary,
.sbox-right .boxbody .summary {
  background: url(i/sbox-icn1.png) no-repeat 100% 2px;
  padding-right: 50px;
  min-height: 50px; _height: 50px;
}





/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ****** img rounded corners ***** */
span.img,
span.img span,
span.img span span {
  display: block;
  background: url(i/img-c_tl.png) no-repeat;
}
span.img span { background: url(i/img-c_br.png) no-repeat 100% 100%; }
span.img span span { background: url(i/img-c_tr.png) no-repeat 100% 0; }
span.img span span img { background: url(i/img-c_bl.png) no-repeat 0 100%; }


/* ******  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; }



/* ****** icons ****** */

a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"] {
  padding: 0 18px 0 0;
  margin: 0 2px 0 0;
  background: url(i/file-icons.png) 100% 0 no-repeat;
  display: inline-block;
}
a[href$=".doc"] { background-position: 100% -40px; }
a[href$=".xls"] { background-position: 100% -80px; }


/* ******  buttons  ****** */

.more {
  display: block;
  white-space: nowrap;
  padding-top: 5px;
}

.wrap .more a {
  float: left;
  padding: 0 15px 0 0;
  background: url(i/more-arrow.png) 100% 55% no-repeat;
}

.wrap .moreolder a {
  text-decoration: underline;
  color: #333;
  background: none;
  font-size: .92em;
}


.buttons {
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1;
  padding-top: 20px;
}

.buttons a {
  float: left;
  padding: 0 6px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.buttons a.senda { display: none; }

.buttons a.btnback {
  background: url(i/btn-back.png) no-repeat 0 50%;
  padding-left: 16px;
  border-right: 1px solid #76797B;
}

.buttons a.prenta {
  padding-right: 38px;
  background: url(i/btn-print.png) no-repeat 82px 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: -9px;
}

.buttons a.prenta:hover,
.buttons a.prenta:focus,
.buttons a.prenta:active {
  background-position: -192px 50%; 
}

.buttons a.btnfacebook {
  float: right;
  width: 120px;
  padding: 11px 10px;
  color: #fff;
  background: url(i/btn-facebook.png) no-repeat 0 50%;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  margin-top: -11px;
}

.wrap .buttons a.btnfacebook:hover,
.wrap .buttons a.btnfacebook:focus,
.wrap .buttons a.btnfacebook:active {
  background-position: 100% 50%;
  color: #fff;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  margin: 0 0 .2em;
}

.articlelist .item h3 .meta {
  font-size: .73em;
  font-family: Arial, Helvetica, sans-serif;
}

.articlelist .item h3 a {
  color: #4b82de;
}
.articlelist .item h4 {
  color: #5f5f5f;
}

.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  border: 2px solid #e5e5e5;
  padding: 2px;
}

.articlelist span.img,
.articlelist img {
  float: right;
  margin: .2em 0 .33em 1em;
}

.articlelist span.img img {
  padding: 5px;
  margin: 0;
  float: none;
  border: none;
}

.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;
  color: #272727;
}




/* ******  article  ****** */

.article .boxbody { line-height: 1.5; }
.article .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.article .meta {
  float: right;
  padding: 20px 10px 0;
}


.article .boxbody h1,
.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.article form h3,
.article form h4,
.article .boxbody h2 {
  color: #4B82CE;
  background: url(i/boxhead-border.png) repeat-x 0 100%;
  padding-bottom: 3px;
}

.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 5px;
}



.article .subtitle {
  clear: none;
  margin-top: 0;
}

.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}

.article .summary p { margin: 0; }

.article img {
  clear: both;
  vertical-align: text-bottom;
  padding: 2px;
  border: 2px solid #e5e5e5;
}

.article img.left,
.article .img-left {
  float: left;
  margin: .2em 2em .2em 0;
}

.article img.right,
.article .img-right {
  float: right;
  margin: .2em 0 .5em 2em;
}

.article .img-left img,
.article .img-right img {
  float: none;
  border: none;
  margin: 0;
  padding: 5px;
}

.article img.center {
  float: none;
  display: block;
  margin: 0 auto .7em auto;
  text-align: center;
}

.article img.noborder {
  border: none;
}

.article table {
  border: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .3em .6em;
  border-top: 1px solid #eee;
  background-color: #40737B;
  color: #fff;
}
.article td {
  padding: .2em .6em;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}
.article tr:hover td {
 background-color: #e4eff9;
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}

.article ol,
.article ul {
  margin-bottom: .7em;
}

.article li { margin-bottom: .54em; }

.article ul li {
  background: url(i/li-dot.png) no-repeat 0 .55em;
  padding-left: 10px;
}


.article a.befriend {
  width: 207px;
  font-size: 1.5em;
  color: #fff;
  background: url(i/btn-subscr.png) no-repeat 0 50%;
  padding: 21px 10px 19px;
  display: block;
  text-align: center;
  clear: both;
}

.wrap .article a.befriend:hover,
.wrap .article a.befriend:focus,
.wrap .article a.befriend:active {
  background-position: -227px 50%;
  color: #fff;
  text-decoration: none;
}




/*

.paging ul { list-style: none; padding: 0; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }

*/



/* ******  imgbox  ****** */

.imgbox {
  position: static;
  float: right;
  margin: 0 -4px 0 0;
  background: #fefefe;
  padding: 0 0 .75em 12px;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 5px;
  border: none;
}
.imgbox .imgcontent { width: 200px; }
.imgbox .imgtext {
  color: #333;
  font-weight: normal;
  font-size: .92em;
}
.imgbox .imgmeta {
  width: 200px;
  color: #666;
  font-weight: normal;
  font-size: .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float: none;
  padding: 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width: auto; }




/* *** subscr *** */

.subscr p {
  clear: both;
}

.subscr acronym { position:absolute;right:9999px;left:auto; }

.subscr .fi_txt,
.subscr .fi_txt label,
.subscr .fi_btn {
  float: left;
  clear: none;
  margin-right: 5px;
}
.subscr .fi_txt label {
  min-width:109px;
}

.subscr .fi_txt input {
  padding-top: 2px;
  padding-bottom: 2px;
}

.subscr .fi_btn,
.subscr .fi_txt {
  margin-bottom: 1em;
}
.subscr .fi_btn {
  clear: both;
}



/* ******  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 p { clear: both; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 265px;
  left: 193px;
  width: 450px;
  font-size: 0.92em;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {
  color: #7E7E7E;
}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #7E7E7E;
  font-weight: normal;
}
.breadcrumbs i { font-style: normal; }






/* ******  mnav  ****** */

.mnav {
  position: absolute;
  z-index: 10;
  top: 38px;
  left: 181px;
  width: 812px;
  margin-top: -.6em;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.mnav ul {}

.mnav li {
  float: left;
}

.mnav li a {
  display: block;
  padding: 19px 9px 15px 10px;
  color: #fff;
  _height:0;~min-height:0; /* ie hasLayout fix */
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}

.mnav .parent,
.mnav .current {
  padding-left: 15px;
  background: url(i/mnav-curr-left.png) no-repeat 0 50%;
  _background-image: url(i/mnav-curr-left.gif);
  margin-left: -6px;
  margin-right: -5px;
}

.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-curr-right.png) no-repeat 100% 50%;
  _background-image: url(i/mnav-curr-right.gif);
  color: #457E87;
  padding-left: 0;
  padding-right: 15px;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #fff;
}

.mnav .parent a:hover,
.mnav .parent a:focus,
.mnav .parent a:active,
.mnav .current a:hover,
.mnav .current a:focus,
.mnav .current a:active {
  color: #457E87;
}




/* ******  snav  ****** */

.snav {
  margin: 0 -17px 0 -20px;
  background: url(i/snav-bg.png) repeat-y 100% 0;

  _height:0;~min-height:0; /* ie hasLayout fix */
}

.snav .boxhead {
  position: absolute;
  left: 190px;
  top: 235px;
  color: #fff;
  margin-top: -.6em;
  padding-top: 0;
  font-size: 1.9em;
  background: none;
  width: 800px;
}

.snav .boxbody {
  background: url(i/snav-bot.png) no-repeat 100% 100%;
  padding-right: 17px;
  padding-bottom: 7px;
}

.snav ul {}

.snav li {}

.snav li a {
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 10px 0 9px 20px;
  background: url(i/snav-sep.png) no-repeat;
  color: #525252;
}

.snav .parent a,
.snav .current a {
  font-weight: bold;
  color: #6A989F;
}

/* l2 */

.snav .level2 {
  background: url(i/snav-l2.png) no-repeat;
  border-bottom: 2px solid #fff;
  padding-top: 7px;
  padding-bottom: 5px;
}

.snav .level2 li a {
  background: none;
  font-weight: normal;
  color: #45494B;
  font-size: .92em;
  padding-top: 3px;
  padding-bottom: 3px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  color: #4b82de;
  text-decoration: underline;
}

/* l3 */

.snav .level2 .level3 li a {
  padding-left: 30px;
  text-decoration: none;
  color: #45494B;
}

.snav .level2 .level3 .parent a,
.snav .level2 .level3 .current a {
  color: #4b82de;
}

div.wrap .snav a:hover,
div.wrap .snav a:focus,
div.wrap .snav a:active {
  color: #2D3133;
  text-decoration: underline;
}




/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 45px;
  margin-top: -.5em;
  right: 40px;
  width: 250px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .boxbody a {}

.flnav .parent a,
.flnav .current a { font-weight: bold; }



/* ******  qnav  ****** */

.qnav li {
  margin-bottom: 5px;
}

.qnav li a {
  color: #626b77;
  font-size: 1.25em;
  padding: 10px 35px 0 28px;
  font-weight: normal;
  display: block;
  height: 30px;
  width: 219px;
  overflow: hidden;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  background: url(i/qnav-a.png) no-repeat 0 0;
}

.wrap .qnav li a:hover,
.wrap .qnav li a:focus,
.wrap .qnav li a:active {
  background-position: 0 -40px;
  color: #fff;
  text-decoration: none;
}

.qnav .parent a,
.qnav .current a {
  background-position: -457px 50%;
}








/* ******  xnav  ******* */

.xnav {
  width: 665px;
  float: left;
  background: url(i/xnav-line.png) no-repeat 26px 32px;
}

.xnav .boxhead {
  display: none;
}

.xnav .boxbody {
  padding-left: 30px;
}

.xnav li {
  width: 210px;
  float: left;
}

.xnav li.cat4 {
  display: none;
}

.xnav li.cat5 {
  width: 22%;
}


.xnav li a {
  display: block;
  padding: 14px 10px 13px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
  text-transform: uppercase;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.xnav .level2 li {
  float: none;
  width: auto;
}

.xnav .level2 li a {
  text-transform: none;
  font-family: Arial;
  font-size: .92em;
  background: url(i/xnav-arrow.png) no-repeat 0 .5em;
  padding-left: 14px;
  padding: 3px 25px 3px 9px;
}





.langnav {
  position: absolute;
  right: 25px;
  top: 3px;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav li a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 32px;
  height: 29px;
  background: url(i/lang-en.png) 0 0 no-repeat;
}
.langnav li.is a {
  background: url(i/lang-is.png) 0 0 no-repeat;
}
.langnav li.en a {
  background: url(i/lang-en.png) 0 0 no-repeat;
}


/* ******  monthlist ****** */

.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.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  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}


/* ******  umsagnir  ****** */

.umsagnir .boxbody {
  min-height: 75px; _height: 75px;
}

.umsagnir .item {
  line-height: 1.5;
}

.umsagnir i,
.umsagnir em {
  color: #86898C;
  display: block;
}




/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7.7em;
}





/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 2px;
  right: 65px;
  width: 213px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody {
  position: relative;
  text-align: right;
}

.qsearch .fi_txt input {
  width: 120px;
  border: 1px solid #fff;
  font-size: .92em;
  position: absolute;
  right: 74px;
  top: 8px;
  padding: 0;
}
.qsearch .fi_btn input {
  width: 88px;
  font-size: .83em;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: url(i/qsearch-btn.png) no-repeat 57px 0;
  border: none;
  font-weight: bold;
  height: 31px;
  padding-right:27px;
}

.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus,
.qsearch .fi_btn input:active {
  background-position: 100% 0;
}



/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}



/* ******  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: 2em 0 1em;
}
.mediagallery .boxbody {
  text-align: center;
}
.home .mediagallery .boxbody .alblink {
  color: #000;
  margin: 0 0 0 -5px;
  text-decoration: underline;
  font-size: .92em;
}
.home .mediagallery .boxbody {
  text-align: left;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
 margin-left: -22px;
}

.mediagallery li {
  float: left;
  margin: 0 21px 1.5em 20px;
  position: relative;
  _display: inline;
  text-align: center;
}
.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}
.mediagallery .summary {
  text-align: left;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}
.mediagallery .summary p {
  font-weight: bold;
  color: #272727;
  margin: .3em 0 .25em;
}
.mediagallery .summary span {
  color: #86898c;
}


/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
  background: #4b82ce url(i/icn-magnify.png) 98.5% 96% no-repeat;
  padding: 3px 22px 3px 3px;
}
.albums li a img {
 border: 2px solid #fff;
 -moz-box-shadow: 0px 0px 4px rgba(0,0,100,.8);
 -webkit-box-shadow: 0px 0px 4px rgba(0,0,100,.8);
 box-shadow: 0px 0px 4px rgba(0,0,100,.8);
  /* IE box shadow hack */
  filter:DXImageTransform.Microsoft.Shadow(color='#000033', Direction=135, Strength=5);
}
.albums li span.count {
}


/* imagelist (extends: mediagallery) */
.imagelist ul {
  margin-left: -10px;
  padding-top: 1em;
}
.imagelist li {
  margin: 0 10px 10px;
}
.imagelist li a {
 background: #4b82ce url(i/icn-magnify.png) 98.5% 96% no-repeat;
 padding: 3px;
 display: block;
}
.imagelist li img {
 border: 2px solid #fff;
}
.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}

.imagelist .pgr,
.imagelist .pgs {
}

/* 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 {
}


/* *** 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: 100;
  width: 100%;
  ~width: auto;
  top: 0;
  left: 0;
}

.ipopup-container-wrapper { 
  margin: 125px auto 20px; 
  display : inline-block;
  width: auto;
  position: relative;
  padding: 0;
  border: 0;
}
.ipopup-container .img { display: block; text-align: center;   border: 12px solid #fff; }
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : auto;
  padding : .5em 0;
  text-align : center;
  color: #fff;
  font-size: 18px;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}

.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  z-index: 200;
  width: 104px;
  top: 0;
  margin-top: -25px;
  display: block;
  left: 20px;
  height: 90%;
  background: transparent url(i/arrow_R.png) 0 -1000px no-repeat;
}
.ipopup-container .paging .next a {
  left: auto;
  right: 20px;
}
.ipopup-container .paging .next a:hover {
  background: transparent url(i/arrow_R.png) 0 50% no-repeat;
}
.ipopup-container .paging .prev a:hover {
  background: transparent url(i/arrow_L.png)  0 50% no-repeat;
}
.ipopup-container .paging li.nav-end { display: none; }

.paging .close a {
 position: absolute;
 width: 54px;
 height: 54px;
 top: -15px;
 right: -14px;
 background: url(i/btn-close.png) no-repeat 0 0;
 text-indent: -9999em;
 overflow: hidden;
 z-index: 300;
}


/* ******  people  ******* */

.people h3 {
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
}

.people .even td {
  background: #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.people .close {
  display: block;
  background: #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right: 1px solid #161717;
  border-left: 1px solid #161717;
  padding: 3px 22px;
  color: #fff;
}
.people .close:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */
td .persona {
  padding: 15px 10px 13px 157px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #513f17;
  border-top: none;
  border-bottom: none;
}
td .persona .content {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  margin: 0 0 0 -116px;
  border: none;
}
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;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}



/* ***** forms ****** */

.forms .boxbody {
  line-height: 1.5;
  padding-bottom: 20px;
}


.forms .boxbody h2,
.forms .boxbody h3 {
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.forms .boxbody h2,
.forms .boxbody h3 {
  color: #4B82CE;
  background: url(i/boxhead-border.png) repeat-x 0 100%;
  padding-bottom: 3px;
}

.forms ul {
  margin-bottom: .7em;
}

.forms li { margin-bottom: .3em; }

.forms ul li {
  background: url(i/li-dot.png) no-repeat 0 .55em;
  padding-left: 10px;
}

.forms .tabs {
  width: 100%;
  overflow: hidden;
  background: url(i/tabs-bg.png) repeat-x 0 100%;
  text-align: center;
  padding-top: 1em;
  margin-bottom: 0;
}

.forms .tabs li {
  display: inline;
  margin: 0;
  background: none;
  padding: 0;
}

.forms .tabs li a {
  display: inline-block;
  padding: 4px 10px;
  color: #4e5254;
  background: #ebebeb;
  border: 1px solid #ebebeb;
}

.forms .tabs li a:hover,
.forms .tabs li a:focus,
.forms .tabs li a:active {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

.forms .tabs li.current a {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #457E87;
  font-weight: bold;
}

.forms .tabs li.current a strong {
  
}

.forms .tabs-green li a {
  background-color: #457E87;
  color: #fff;
}

.forms .fi_file label { position:absolute;right:9999px;left:auto; }

.forms .fi_spam label {
  display: inline;
}

.forms .fi_spam input {
  width: 50px;
}

.forms .userc label {
  display: inline;
}

.forms .userc .fi_txt {
  display: inline;
}

.forms .userc .fi_txt label { position:absolute;right:9999px;left:auto; }


.formsubmitted .fi_btn {
  margin-bottom: 1em;
}



/* ******  footer  ****** */

.footer {
  width: 335px;
  float: right;
  background: url(i/footer-bg.png) no-repeat;
  min-height: 207px; _height: 207px;
  _width: 320px;
  _margin-left: 5px;
}

.footer .boxhead {
  padding-left: 20px;
}

.footer .boxbody {
  padding-left: 20px;
  line-height: 1.4;
}


.footer li {
  float: left;
  font-size: .92em;
  padding: 0 10px;
  line-height: 1.1;
  border-left: 2px solid #a9abac;
}
.footer .netfang {
  border: 0;
  padding-left: 0;
}
.footer .netfang a {
  text-decoration: underline;
}

.footer .boxbody a:hover,
.footer .boxbody a:focus,
.footer .boxbody a:active {
  text-decoration: none;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica {
  position: absolute;
  right: 0;
  margin-top: -40px;
  padding-right: 30px;
  _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-w50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-w50.png',sizingMethod='crop');
}
.en .byggiraeplica a {
  background: url(http://codecentre.eplica.is/f/e2-w50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-w50.png',sizingMethod='crop');
}




/* ******  imgbanner  ****** */

.imgbanner {
  position: absolute;
  top: 79px;
  left: 16px;
}

.imgbanner img {
  border: 1px solid #DBDBDB;
  border-bottom: none;
}





/* ****** pagestyle  ****** */

.pagestyle { 
  position: absolute;
  top: 266px;
  right: 26px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  width: 84px;
}

.threecol .pagestyle {
  right: 355px;
}

.home .pagestyle {
  display: none;
}

.pagestyle .boxhead { 
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 54px;
  height: 15px;
  background: url(i/font-boxhead.png) no-repeat;
  float: left;
}
.en .pagestyle .boxhead { 
  background-image: url(i/font-boxhead-en.png)
}

.pagestyle div {
  float: left;
}

.pagestyle ul {
  float: left;
}

.pagestyle li {
  float: right;
  _display: inline;
}

.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 15px;
  height: 15px;
  background: url(i/font-dwn.png) no-repeat;
  float: left;
}

.pagestyle .up a {
  background-image: url(i/font-up.png);
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -15px;
}








/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #487880;  text-decoration: underline; }

.pgfoot div.wrap a:hover,
.pgfoot div.wrap a:focus,
.pgfoot div.wrap a:active { color: #fff; }

body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }




/* ********************** */
/********  HOME  **********/
/* ********************** */



/* ***** box ***** */

.fcon {
  background: url(i/fcon-bg.png) 100% 0 repeat-y;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom:18px;
  width: 948px;
  overflow: hidden;
}

.fbox-left {
  width: 619px;
  float: left;
}

.fbox-right {
  width: 309px;
  float: right;
  clear: right;
  margin: 0;
}

.fbox-right .boxhead,
.fbox-right .boxbody {
  padding-left: 18px;
  
}

.fbox-right .boxhead {
  background-image: url(i/boxhead-border-p1.png);
}


.fbox-small {
  width: 300px;
  margin-right: 18px;
  _display: inline;
}


/* *** event button on main page *** */

.imglink.events,
.imglink.store {
  width: 293px;
  clear: right;
  float: right;
}

.imglink.events a {
  background: url(i/event-button.png) 0 0 no-repeat;
  color: #7c8189;
  display: block;
  font-size: .847em;
  padding:35px 60px 9px 18px;
  width:215px;
}

.imglink.events a:hover,
.imglink.events a:focus {
  background-position: 0 -57px;
  color: #b0c3e0;
  text-decoration: none;
}

.en .imglink.events a {
  background-position: 0 -114px;
}
.en .imglink.events a:hover,
.en .imglink.events a:focus {
  background-position: 0 -171px;
}


.imglink.store a {
  color: #4b82de;
  font-size: 15px;
  padding: 10px 35px 0 18px;
  font-weight: bold;
  display: block;
  height: 30px;
  width: 242px;
  margin-top: 4px;
  overflow: hidden;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  background: url(i/qnav-wider-a.png) no-repeat 0 0;
}

.imglink.store a:hover,
.imglink.store a:focus,
.imglink.store a:active {
  background-position: 0 -40px;
  color: #fff;
  text-decoration: none;
}

/* *****  newslist (extends: articlelist)  ***** */

.newslist .boxbody {
  position: relative;
  padding-left: 330px;
}
.newslist .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
}




/* *****  rss-list (extends: articlelist)  ***** */
.rss-list li a { font-weight: normal; }


/* *****  about (extends: articlelist)  ***** */

.about .item {
  overflow: visible;
}

.about .item .img,
.about .item img {
  float: float: left;
  margin: 0 0 .3em;
  ~margin-left: -4px;
  padding: 0;
}

.about .item .img img {
  padding: 5px;
  margin: 0;
}

.about .item h3 {
  display: none;
}




.home .mediagallery a {
  border: 0;
  background: 0;
  padding: 0;
}
.home .mediagallery img {
  border: 0;
  padding: 5px;
}
.home .mediagallery .moreolder { text-align: left; } 



/* ***** article ***** */

.home .article .boxhead {
  font-size: 1.7em;
  padding-top: 13px;
}

.home .article .boxbody {
  padding-left: 225px;
  position: relative;
}

.home .article .imgbox {
  position: absolute;
  left: -3px;
  top: 0;
  margin: 0;
  padding: 0;
}

.home .article .imgbox .boxbody {
  margin: 0;
  padding: 0;
}
.home .article ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.home .article li {
  float: left;
  padding-right: 14px;
  white-space: nowrap;
}

.home .article li a {
  font-weight: bold;
}


.home .article .focuslinks {
  margin-left: -185px;
  clear: both;
}
.home .article .focuslinks li {
  float: left;
  _display: inline;
  margin: 0 5px;
  background: 0;
  padding: 0;
}
.home .article .focuslinks li a {
  background: url(i/focuslinks-a.png) 0 0 no-repeat;
  display: block;
  width: 165px;
  text-align: center;
  padding-top: 8px;
  height: 32px;
  font-size: 15px;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #626b77;
}
.home .article .focuslinks li a:hover,
.home .article .focuslinks li a:focus {
  background-position: 0 -40px;
  color: #fff;
  text-decoration: none;
}


/* ***** imglist ***** */

.imglist {
  position: absolute;
  top: 80px;
  left: 16px;
}

.imglist .boxhead { display: none; }

.imglist .boxbody {
  line-height: 1.5;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

.imglist img {
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.imglist h3,
.imglist .summary {
  position: absolute;
  bottom: 17px;
  left: 506px;
  width: 420px;
  font-size: 1em;
}

.imglist h3 {
  background: url(i/imglist-h3.png);
  _background: #454B52;
  padding: 2px 3px;
  display: inline;
  width: auto;
}

.imglist .summary {
  bottom: 48px;
  font-size: 1.3em;
}

.imglist .summary p {
  background: url(i/imglist-summary-bg.png);
  _background: #6193A2;
  display: inline;
  padding: 0px 5px;
}


.en .imglist h3,
.en .imglist .summary {
  display: none;
}



/* *****  quicknav  ***** */

.quicknav {
  position: absolute;
  left: -6px;
  top: -95px;
  height: 94px;
  overflow: hidden;
  width: 1000px;
}

.quicknav .boxhead {
  color: #fff;
  width: 247px;
  float: left;
  text-align: center;
  padding-top: 37px;
  font-weight: normal;
  background: none;
}

.quicknav .boxbody {
  float: left;
}

.quicknav li {
  float: left;
  width: 261px;
  margin-right: -14px;
}

.quicknav li a {
  float: left;
  color: #fff;
  font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
  height: 80px;
  padding: 8px 14px 6px 30px;
  font-size: 1.5em;
  background: url(i/quicknav-li.png) no-repeat;
  position: relative;
  display: block;
  width: 217px;
}

.quicknav li.cat3 a {
  width: 207px;
  padding-right: 0;
}

.quicknav li a:hover,
.quicknav li a:focus,
.quicknav li a:active {
  background-position: 0 -94px;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  width: 217px;
  padding-right: 14px;
}

.quicknav li a span {
  display: block;
  font-size: .65em;
  font-family: Arial;
  line-height: 1.4;
}



/* *******  contactform  ******** */


.home .contactform .fi_btn,
.home .contactform .fi_txt input,
.home .contactform .fi_bdy textarea {
  width: 95%;
}

.home .contactform .fi_qty {
  width: 150px;
  float: left;
}

.home .contactform .fi_btn {
  width: 98%;
}

.home .contactform .fi_bdy textarea {
  height: 75px;
}

.home .contactform .fi_btn {
  float: right;
  _float: none;
  width: auto;
  padding-right: 6px;
  padding-top: 20px;
}




/* *******  korktafla  ******* */

.korktafla .boxbody {
  line-height: 1.4;
}

.korktafla .boxbody img {
  float: left;
  margin: 0 .6em .4em 0;
}

.korktafla .boxbody h3 { display: none; }




/**** Additions ****/

/*** Homepage banner image headlines ****/
.home .imglist .innerfade h3 {
  position:absolute;right:9999px;left:auto;
}

/*** Media Gallery thumbnails ***/

.mediagallery {
 margin-right: -20px;
}
.mediagallery .thumbsview {
}
.mediagallery .thumbsview li {
 width: 110px;
 min-height: 100px;
 padding: 0 0 0 0;
 margin: 0 12px 0 10px;
}
.home .mediagallery .thumbsview li {
  min-height:70px
}
.mediagallery .thumbsview li:nth-child(6n+1) { /* Also handled via javascript for less enlightened browsers */
 clear: left;
}
.mediagallery .thumbsview a {
 display: inline-block;
 margin: 0 auto;
}

/*** Grant Application form ***/
.styrkur .fi_txt input {
 width: 325px;
}

/*** Order form - quantity ***/

.styrkur .quantity .fi_txt input {
 width: 75px;
}

.styrkur .quantity .fi_txt label {
  clear: left;
  float: left;
  width: 240px;
  margin-right: 10px;
}

/*** Email us ***/
.email-us {
  display: block;
  text-indent: -9999px;
  background: url(i/envelope_en.png) 0 0 no-repeat;
  width: 160px;
  height: 40px;
}

input#spm_answer {
  display: block;
}
