.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-only { display: none; }



/* **************************************************************** */
/* Basic Style Definitions                                          */
/* **************************************************************** */


html { overflow-y: scroll; }


body {
  background : #fff;
  margin : 0;
  padding : 3.18em 0;
  color : #333;
  font-family : Arial, Helvetica, sans-serif;  
  text-align : center;
}
body,
body.zoom1 { font-size : 11px;  ~font-size :  68.75%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 18px;  ~font-size : 112.50%; }

.pgwrap {
  position : relative;
  width : 762px;
  margin : 0 auto;
  text-align : left;
}

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 { padding-left : 2.5em; }
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom : .27em; }
li { margin : 0; padding : 0; }


form { margin : 0; }
label { display : block; }
input, select, textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
.textinput, 
textarea, 
select,
.fi_txt input{ border : 1px solid #888; }
textarea { vertical-align : top; }
.button {
  cursor : pointer; 
  _cursor : hand;
} 
.button:hover { color : #c00; }


a:link,
a:hover,
a:focus,
a:active { color : #2f7aa1; }
a:visited { color : #75a; }
a[name]:hover { color : inherit; text-decoration : none; }

.wrap a:hover,
.wrap a:focus { text-decoration: none; }




abbr, acronym {
  border-bottom : 1px dotted #777;
  cursor : help;
}
abbr:hover, acronym:hover { border-bottom-color : #555; }


img { 
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}

h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
  color : #666;
}
h1 {
  font-size : 1.17em;
}
h2 {
  font-size : 1.27em;
  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.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}



.pagestyle .boxbody {
  position : absolute;
  top : 144px;
  margin : -.5em;
  right : 2px;
  width : 297px;
  font-size : .83em;
  line-height : .8em;
  font-family : Verdana, sans-serif;
} 

.pagestyle h2 { display: none; }

.pagestyle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagestyle li {
  float : left;
}

.pagestyle a {
  text-decoration : none;
  float : left;
  padding : 3px 0 3px 15px;
  background : #eef0e5  url("i/arrow-down.gif") 0% 50% no-repeat;
  white-space : nowrap;
  padding-right : 12px;
}
.pagestyle .up a { background-image : url("i/arrow-up.gif"); }

.pagestyle .userstyles a { background-image: url(i/stillingar.gif); }

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { text-decoration : underline; }



/* *****  clear  ***** */
.clear { clear : both; line-height : 1px; font-size : 1px; margin-top : -1px; }



/* **************************************************************** */
/* Page Canvas Definitions                                          */
/* **************************************************************** */


.pghead {
  background : #eef0e5 url("i/crumbs-bak.gif") 0% 100% no-repeat;
  padding-bottom : 2.1em;
  font-size : .91em;
  margin-bottom : .8em;
}
.pghead .wrap {
  background : #fff url("i/headbanner.gif") 0% 0% no-repeat;
  padding : 1px 0 4px 0;
  _height:1px; min-height:0;
  border-bottom : 1px solid #d5d5d3;
}
.pghead .brand {
  font-size : 1em;
  margin : 0;
  height : 131px;
  background : transparent url("i/headbanner1.jpg") 316px 0% no-repeat;
}
.pghead .logo {
  vertical-align : middle;   
  margin-top : 10px;
  margin-left : 65px;  
  
}

.pgmain { background : transparent url("i/pbody-bak.gif") 0% 0% repeat-y; }
.twocol .pgmain { background-image : url("i/pbody-bak2.gif"); }
.pgmain .wrap {
  background : transparent url("i/pbody-top.gif") 0% 0% no-repeat;
  padding : 0 216px 2em 216px;
  _height:1px; min-height:0;
}
.twocol .pgmain .wrap {
  background-image : url("i/pbody-top2.gif");
  padding-right : 4px;
}
.onecol .pgmain .wrap {
  padding : 0 15px 2em 65px;
  background : #fff;
  padding-right : 65px;
}
.onethxcol .pgmain .wrap {
  padding : 0 15px 2em 65px;
  background : #fff url("i/takkbakgrunnur.jpg") no-repeat 80px 0px;
  padding-right : 80px;
  padding-width : 212px;
  min-height : 600px;
  _height : 600px;
}
.takkbox1 {
  margin : 0;
  min-height : 90px;
  _height : 90px; 
  padding-left : 305px;
  padding-top : 60px;
  color : #D1AB2C;
  font-size : 1.55em;
}
.takkbox2 {
  margin : 0;
  _height:1px; min-height:0;
  padding-left : 70px;
  padding-top : 15px;
  color : #D1AB2C;
  font-size : 1.55em;
  padding-right : 40px;
}
.takkbox3 {
  margin : 0;
  _height:1px; min-height:0;
  padding-left : 70px;
  padding-top : 7px;
  padding-right : 40px;
  color : #D1AB2C;
  font-size : 1.05em;
}
.takkbox4 {
  margin : 0;
  _height:1px; min-height:0;
  padding-left : 70px;
  padding-top : 7px;
  padding-right : 40px;
  color : #D1AB2C;
  font-size : 1.35em;
}
.pgextra1,
.pgextra2 {
  position : absolute;
  left : 550px;
  top : 137px;
  padding-top : 2.27em;
  width : 212px;
}
.pgextra2 {
  z-index : 1;
  left : 0;
}

.onecol .pgextra2 {
  width: 1px;
}


.pgfoot { 
  margin-left : 212px;
  _height:1px; min-height:0;
}

.heightfixed .pgfoot { margin-left : 0; }




/* **************************************************************** */
/* Generic Box Definitions                                          */
/* **************************************************************** */


.box {
  _height:1px; min-height:0;
  position : relative;
  margin-bottom : 1.5em;
}

.boxhead {
  margin : 0;
  _height:1px; min-height:0;
  font-size: 1.27em;
  font-weight: bold;
  color: #666;
}
.pgextra1 .box .boxhead,
.pgextra2 .box .boxhead,
.home .pgmain .boxhead {
  background : url("i/boxhd.gif") 0% 0% no-repeat;
  padding : 5px 10px 0 25px;
  font-family : Verdana, sans-serif;
  font-size : .91em;
}
.home .pgmain .boxhead {
  background : url("i/boxhd-fp.gif") 0% 0% no-repeat;
  border : none;
  margin : 0;
}
.pgmain .boxhead {
  background : url("i/arrow-down.gif") 7px 15px no-repeat;
  padding : 13px 0 3px 26px;
  border-bottom : 1px solid #ccc;
  margin-bottom : 1px;
}

.boxbody { _height:1px; min-height:0; }
.box .boxbody { padding : 10px; }
.pgextra1 .box .boxbody,
.pgextra2 .box .boxbody {
  background : url("i/boxhd-b.gif") 0% 0% no-repeat; 
  padding-top : 18px;
}
.pgmain .boxbody { border-top : 3px solid #829ba8; }
.home .pgmain .box .boxbody {
  border-top : none;
  padding-top : 18px;
  background : url("i/boxhd-fpb.gif") 0% 0% no-repeat; 
}
.cat2 .pgmain .boxbody { border-color : #adad87; }
.cat3 .pgmain .boxbody { border-color : #7daf7a; }
.cat4 .pgmain .boxbody { border-color : #b57373; }
.cat5 .pgmain .boxbody { border-color : #9282aa; }
.cat6 .pgmain .boxbody { border-color : #5792c4; }
.cat7 .pgmain .boxbody { border-color : #cd9b5c; }



/* **************************************************************** */
/* Definitions of Individual Page Items                             */
/* **************************************************************** */


/* **********  meta  ********** */
.meta {
  color : #999;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.meta a:link,
.meta a:visited {
  text-decoration : none;
  color : #999;
}
.meta a:hover,
.meta a:focus,
.meta a:active {
  text-decoration : underline;
  color : #c00;
}


/* **********  buttons  ********** */
.more,
.buttons,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.more a,
.buttons a,
.archivelink a {
  float : left;
  padding-right : 12px;
}


/*** Facebook button ***/
p.buttons {}
.buttons a.btnfacebook {
  float: right;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 28px;
  height: 28px;
  background: url(http://www.lydheilsustod.is/media/hnappar/Icon_25.gif) -28px 0 no-repeat;
}




/* **********  articlelist  ********** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  border-bottom : 1px solid #cccccc;
  padding-bottom : 0.5em;
}
.articlelist .item h3 {
  font-size : 1.18em; 
  margin : 0;
}
.articlelist .item .meta { font-size : .85em; }

.articlelist .boxbody li a,
.articlelist .item h3 a { text-decoration : none; }

.articlelist h3 a:hover,
.articlelist h3 a:focus,
.articlelist h3 a:active { text-decoration : underline; }

.articlelist .summary p { 
  margin : 0;
}
.articlelist .more {}

.articlelist table { clear : both; }
.articlelist td.item {
  float : none;
  width : 50%;
  padding-left : 1.2em;
}
.articlelist td.col1 { padding-left : 0; }

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist h3.old {
  clear : both;
  font-size : 1em; 
  margin : 0;
}

.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist li { clear : left; }

.articlelist li .meta {
  float : left;
  padding-right : .5em;
  width : 6.2em;
  _width /**/: 6.7em;
  padding-top : .1em;
  padding-bottom : .7em;
}

.articlelist li a {
  display : block;
  _float : left;
  padding-bottom : .7em;
  font-weight : bold; 
}
.newslist li a { 
  margin-left : 6.54em;
  _margin-left : 0;
}


.yearindex ul {
  padding: 0;
  list-style: none;
}



/* **********  article  ********** */
.article .subtitle {
  clear : none;
  margin-top : 0;
  font-size : 1em;
}
.article .meta { margin-top : .7em; }
.article .summary {
  color : #999;
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article img,
.article img.border,
.item .summary img,
.item .summary img.border { clear : both; }

.article img.left,
.article img.borderl,
.item .summary img.left,
.item .summary img.borderl { clear : left; float : left;  margin : .2em 10px .2em 0; }

.article img.right,
.article img.borderr,
.item .summary img.right,
.item .summary img.borderr { clear : right; float : right;  margin : .2em 0 .5em 10px; }

.article img.center,
.article img.borderc,
.item .summary img.center,
.item .summary img.borderc { float : none; display : block; margin : 0 auto .7em auto; text-align : center;}
.wrap-ie5mac img.center,
.wrap-ie5mac img.borderc { display : inline; }

img.border,
img.borderl,
img.borderr,
img.borderc { border : 1px solid #000; }


.article li { padding-bottom : .18em; }

.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 {
  font-weight : bold;
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
  background-color : #f8f8f8;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
}
.article tr.alt td {
  background-color : #f8f8f8;
}







/* **********  imgbox  ********** */
.wrap .imgbox {
  position : static;
  float : right;
  padding : 0 0 8px 7px;
  margin : 0;
  width : auto;
  border : 0;
  background : transparent none;
}
.wrap .imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
  border : 0;
  background : transparent none;
  font-size : .91em;
}
.imgbox img {
  vertical-align : middle;
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent {
  width : 200px; 
}
.imgbox .imgtext {
  font-weight : normal;
  color : #777;
}
.imgbox .imgmeta {
  width : 200px;
  color : #aaa;
  font-weight : normal;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  margin : 0;
  width : auto; 
  margin-bottom : 2.5em;
}


/* *** 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%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 32px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 666px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 666px;
  padding : 5px 0;
  text-align : left;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }



/* **********  forms  ********* */

.forms .fi_txt,
.forms .fi_rdo,
.forms .fi_sel,
.forms .fi_bdy {
  padding-bottom: 1em;
}

.forms th,
.forms td {
  padding: 2px 10px 0 5px;
  padding-bottom: .5em;
}

.forms .fi_bdy textarea {
  height: 60px;
  padding: 2px;
  width: 496px;
}

.forms .fi_rdo ul {
  margin: 0;
  padding: 0;
}

.forms .fi_rdo li {
  padding-bottom: .5em;
  margin-bottom: .5em;
  clear: left;
  float: left;
  width: 300px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

.forms .fi_rdo li span,
.forms .fi_rdo li strong,
.forms .fi_rdo li input {
  float: left;
}

.forms .fi_rdo li span {
  width: 130px;
}

.forms .fi_rdo li strong {
  color: #829BA8;
}

.forms .fi_rdo li label {
  display: inline;
}

.forms fieldset {
  border: none;
  margin: 0 0 1em;
  padding: 0;
}

.forms fieldset .fi_rdo,
.forms fieldset .fi_txt {
  width: 188px;
  float: left;
}

.forms fieldset td.fi_txt {
  width: 158px;
}

.forms fieldset .fi_rdo li {
  width: 70px;
  float: left;
  clear: none;
  border: none;
}

.forms fieldset .fi_rdo li input,
.forms fieldset .fi_rdo li label {
  float: none;
  font-weight: normal;
}

.forms fieldset .fi_bdy {
  width: 500px;
}

.forms td.fi_txt {
  float: none;
}

.forms td label {
  display: none;
}

.forms .fi_pnr input {
  width: 40px;
}





/* **********  quizbox  ********** */
.quizbox .question {
  font-weight : bold; 
}
.quizbox .thanks {
  color : #0b6;
}
.quizbox ul {
  padding-left : 0;
  margin-left : 0;
  list-style : none;
}
.quizbox li { margin-bottom : .5em; }
.quizbox label { display : inline; }
.quizbox .options li { margin : 0; }
.quizbox .bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img { height : .91em; }
.pgextra2 .quizbox h3 {
  font-size : 1em;
  margin-bottom : .1em;
  font-weight : normal;
}




/* ******  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_txt input { width : 15em; }
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width : 98%; }


/************** Subscription ******* */

.pgextra2 .subscr .boxhead {
  background-image : url("i/snav-hd1.gif");
  color : #fff;
  font-size : 1em;
}
.pgextra2 .subscr .boxbody {
  background-image : url("i/snav-hd1b.gif");
  padding : 18px 15px 0 15px;
  _height:1px; min-height:0;
}



/* **********  advert  ********** */
.advert {
  margin-left : 16px;
  margin-right : 16px;
  margin-bottom : 10px;
  text-align : center;
}



/* **********  scrolladvert  ********** */
.pgwrap .wrap .scrolladvert {
  margin-bottom : 1.5em;
}
.wrap .scrolladvert .boxbody {
  padding : 8px 4px 0 4px;
}
.scrolladvert ul {
  list-style : none;
  margin : 0;
  padding : 3px 0;
  background : url("i/calendar-bak.gif");
  border : 1px solid #ccc;
  border-top : none;
  text-align : center;
}
.scrolladvert li {
  padding : .3em 0;
}
.scrolladvert-active ul {
  position : relative;
  overflow : hidden;
  height : 4em;
  padding : 15px 0 0;
}
.scrolladvert-active li {
  position : absolute;
  left : 0;
  width : 100%;
}



/* **********  breadcrumbs  ********** */
.wrap .breadcrumbs {
  position : absolute;
  top : .36em;
  left : 0;
  color : #999;
  font-size : .91em;
  width : 450px;
  background : transparent none;
}
.breadcrumbs strong { display : none; }
.wrap .breadcrumbs div {
  padding : 0 14px;
  background : transparent none;
}
.breadcrumbs div a {
  text-decoration : none;
  color : #999;
}
.breadcrumbs div a:hover,
.breadcrumbs div a:focus,
.breadcrumbs div a:active {
  text-decoration : underline;
  color : #2f7aa1;
}





/* **********  dropmenu  ********** */
.dropmenu {
  background-color : #ffffff;
  background : transparent url("i/dropmenu.gif") 1px 3.5em no-repeat;
  padding-bottom : 2.5em;
  display : none;
}
.dropmenu .boxhead {}
.dropmenu .boxhead a {
  position : relative;
  display : list;
  padding-bottom : 3.3em;
  padding-left : 7px;
  margin : 0 -30px -3.3em -7px;
  _height : .5em; min-height: .5em;
  color : #fff;
  text-decoration : none;
}
.dropmenu .boxhead a:hover,
.dropmenu .boxhead a:focus,
.dropmenu .boxhead a:active { color : #fff; }

.dropmenu .boxbody {
  background : #fff;
  margin-top : 0em;
  margin-bottom : 0em;
  width : 140px;
  padding : 0;
  margin-left : 1px;
}
/*
.dropmenu .dmblock {
  position : absolute;
  z-index : 3;
}
*/
.dropmenu ul {
  list-style : list;
  padding : 5px 7px;
  border : 1px solid #aaa;
  border-left-color : #ccc;
  border-top : none;
  margin : 0;
}
.dropmenu li {
  display : block;
  width : 250px;
}
.dropmenu .boxbody a {
  display : block;
  _height:1px; min-height:0;
  color : #ffffff;
}
.dropmenu a:hover,
.dropmenu a:focus,
.dropmenu a:active { color : #2c8545; }




/* **********  mnav  ********** */
.mnav {
  position : absolute;
  z-index : 3;
  top : -3.3em;
  left : 0;
  width : 763px;
  font-size : .91em;
  font-family : Verdana, sans-serif;
  font-weight : bold;
  /* background : #000 url("i/headbanner.gif") 0% 100% no-repeat; */
}
.mnav .boxhead { display : none; }

.mnav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.mnav .level1 {
  /* background : url("i/headbanner1.jpg") 316px 100% no-repeat; */
  height : 3em;
}

.mnav li {
  float : left;
  display : inline;
  padding-right : 7px;
  margin-right : 1px;
  background : transparent url("i/nav-tab1b.gif") 100% .5em no-repeat;
  border-bottom : .1em solid #5f7885;
}
.mnav li.home { display : none; }
.mnav li.cat7 { margin : 0; }

.mnav .boxbody a {
  display : block;
  text-align : center;
  padding : 1.2em 0 .5em 7px;
  background : transparent url("i/nav-tab1.gif") 0% .5em no-repeat;
  color : #fff;
  white-space : nowrap;
  text-decoration : none;
  overflow : hidden;
}
.pgwrap-ie5mac .mnav a { float : left; }

.mnav a:hover,
.mnav a:focus,
.mnav a:active { text-decoration : underline; }

.mnav li.parent,
.mnav li.current { background-position : 100% 0em; }
.mnav .parent a,
.mnav .current a {
  padding-top : .8em;
  text-decoration : underline;
  padding-bottom : .9em; 
  background-position : 0% 0em;
}

.mnav li.cat2 { background-image : url("i/nav-tab2b.gif");  border-color : #919163; }
.mnav li.cat3 { background-image : url("i/nav-tab3b.gif");  border-color : #598e56; }
.mnav li.cat4 { background-image : url("i/nav-tab4b.gif");  border-color : #954f4f; }
.mnav li.cat5 { background-image : url("i/nav-tab5b.gif");  border-color : #705e89; }
.mnav li.cat6 { background-image : url("i/nav-tab6b.gif");  border-color : #3a709f; }
.mnav li.cat7 { background-image : url("i/nav-tab7b.gif");  border-color : #af7936; }
.mnav .cat1 a { width : 128px; _width /**/: 136px; }
.mnav .cat2 a { width :  73px; _width /**/:  80px;  background-image : url("i/nav-tab2.gif"); }
.mnav .cat3 a { width :  78px; _width /**/:  85px;  background-image : url("i/nav-tab3.gif"); }
.mnav .cat4 a { width : 111px; _width /**/: 118px;  background-image : url("i/nav-tab4.gif"); }
.mnav .cat5 a { width :  78px; _width /**/:  85px;  background-image : url("i/nav-tab5.gif"); }
.mnav .cat6 a { width : 111px; _width /**/: 118px;  background-image : url("i/nav-tab6.gif"); }
.mnav .cat7 a { width :  78px; _width /**/:  85px;  background-image : url("i/nav-tab7.gif"); }


.mnav ul ul {
  position : absolute;
  padding : 0;
  top : 3em;
  width : 167px;
  font-weight : normal;
  background-color : #f4f4e5;
  border : 1px solid #666;
  border-left-color : #ccc;
  border-top : none;
  display : none;
}
.mnav ul.open { z-index: 99; display : block; }


.mnav .level2 li{
  display : block;
  float : none;
  width : auto;
  margin : 0;
  padding : 0;
  background-image : none;
  border-right : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
}
.mnav .level2 a {
  position : relative;
  white-space : normal;
  background-image : none;
  padding : 2px 6px 4px 6px;
  margin : 0;
  width : auto;
  _height:1px; min-height:0;
  overflow : visible;
  color : #2f7aa1;
  float : none;
  text-align : left;
  text-decoration : none;
}
.mnav .level2 a:hover,
.mnav .level2 a:focus,
.mnav .level2 a:active {
  text-decoration : underline;
  background-color : #fff;
}
.mnav .level2 a:visited { color : #75a; }

.mnav .level2 .parent a,
.mnav .level2 .current a { color : #333; }



/* **********  snav  ********** */
.onecol .snav { display: none; }
.snav {
  font-family : Verdana, sans-serif;
  font-size : .91em;
  margin-bottom : 2em;
  font-weight : bold;
}
.snav .boxhead {
  color : #fff;
  font-size : 1em;
}
.wrap .snav .boxbody {
  padding : 6px 0 0 0;
  _height:1px; min-height:0;
}

.wrap .snav .boxhead { background : #7192a3 url("i/snav-hd1.gif") 0% 0% no-repeat; }
.wrap .snav .boxbody { background-image : url("i/snav-hd1b.gif"); }
.cat2 .snav .boxhead { background : #a2a273 url("i/snav-hd2.gif") 0% 0% no-repeat; }
.cat2 .snav .boxbody { background-image : url("i/snav-hd2b.gif"); }
.cat3 .snav .boxhead { background : #6fa86c url("i/snav-hd3.gif") 0% 0% no-repeat; }
.cat3 .snav .boxbody { background-image : url("i/snav-hd3b.gif"); }
.cat4 .snav .boxhead { background : #ac6969 url("i/snav-hd4.gif") 0% 0% no-repeat; }
.cat4 .snav .boxbody { background-image : url("i/snav-hd4b.gif"); }
.cat5 .snav .boxhead { background : #87769e url("i/snav-hd5.gif") 0% 0% no-repeat; }
.cat5 .snav .boxbody { background-image : url("i/snav-hd5b.gif"); }
.cat6 .snav .boxhead { background : #5390c2 url("i/snav-hd6.gif") 0% 0% no-repeat; }
.cat6 .snav .boxbody { background-image : url("i/snav-hd6b.gif"); }
.cat7 .snav .boxhead { background : #c7934e url("i/snav-hd7.gif") 0% 0% no-repeat; }
.cat7 .snav .boxbody { background-image : url("i/snav-hd7b.gif"); }

.snav ul {
  list-style : none;
  margin : 0;
  padding : 0;
  _height:1px; min-height:0;
}
.snav .level1 { padding : 0 0 2px 0; }
.snav li {
  background : transparent url("i/snav-l2.gif") 0% 0% no-repeat;
  margin : 0 0 -2px 0;
  _height:1px; min-height:0;
  _display /**/: inline;
}
.snav .boxbody a {
  display : block;
  background : transparent url("i/snav-l2b.gif") 0% 100% no-repeat;
  padding : 4px 10px 5px 22px;
  _height:1px; min-height:0;
  text-decoration : none;
}
.snav .boxbody a:hover,
.snav .boxbody a:focus,
.snav .boxbody a:active { text-decoration : underline; }

.snav li.parent,
.snav li.current { background-image : url("i/snav-l2-c.gif"); }
.snav .parent a,
.snav .current a { background-image : url("i/snav-l2b-c.gif"); }
.snav .current a { color : #666; }


.snav .level2 {
  font-weight : normal;
  padding : 4px 0 7px 0;
  background : #f4f4e5;
  margin : 0 3px 0 2px;
  border : 1px solid #ccc;
  border-top : none;
}
.snav .level2 li {
  background : transparent none; 
  margin : 0;
}
.snav .level2 a {
  background : transparent none;
  padding : 2px 10px 2px 22px;
  /* color : #83a6c7; */
  color : #2f7aa1;
}

.snav .level2 .current a { color : #333; }


.snav .level3 {
  background : #fafaf4;
  border-top : 1px solid #e5e5e5;
  border-bottom : 1px solid #fff;
  padding : 2px 0;
  margin : 1px 0 4px 0;
}
.snav .boxbody .level3 a {
  padding : 1px 10px 1px 34px;
  /* color : #83a6c7; */
  color : #2f7aa1;
}
.snav .level3 .parent a,
.snav .level3 .current a { color : #333; }


.snav .level4 {
  background : #fff;
  border-top : 1px solid #eee;
  border-bottom : 1px solid #eee;
  padding : 2px 0;
  margin : 1px 0 4px 0;
}
.snav .boxbody .level4 a {
  padding : 1px 10px 1px 44px;
  /* color : #83a6c7; */
  color : #2f7aa1;
}
.snav .level4 .current a { color : #333; }


.snav .level2 a:hover,
.snav .level2 a:focus,
.snav .level2 a:active { color : #2f7aa1; }



/* **********  qnav  ********** */
.qnav {
  font-family : Verdana, sans-serif;
  font-size : .91em;
  margin-bottom : 2em;
  font-weight : bold;
}
.wrap .qnav .boxhead {
  background-image : url("i/snav-hd1.gif");
  color : #fff;
  font-size : 1em;
}
.wrap .qnav .boxbody {
  background-image : url("i/snav-hd1b.gif");
  padding : 18px 15px 0 15px;
  _height:1px; min-height:0;
}

.qnav ul {
  list-style : none;
  margin : 0;
  padding : 0;
}
.qnav li {
  background : url("i/qnav-bak.gif") 0% 100% no-repeat;
  padding-bottom : 5px;
  margin : 0 0 8px 0;
  _height:1px; min-height:0;
  _display /**/: inline;
}
.qnav .boxbody a {
  display : block;
  background : url("i/qnav-bak2.gif") 0% 0% no-repeat;
  padding : 5px 10px 0 25px;
  text-decoration : none;
  _height:1px; min-height:0;
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active { text-decoration : underline; }

.qnav li.parent,
.qnav li.current { background-image : url("i/qnav-bak-c.gif"); }
.qnav .parent a,
.qnav .current a { background-image : url("i/qnav-bak-c2.gif"); }
.qnav .current a { color : #666; }




/* **********  qrnav  ********** */
.wrap .qrnav { margin-bottom : 0; }
.wrap .qrnav .boxhead {
  background-image : url("i/snav-hd1.gif");
  color : #fff;
}
.wrap .qrnav .boxbody {
  background-image : url("i/snav-hd1b.gif");
}


/* **********  rnav  ********** */
.rnav {
  font-family : Verdana, sans-serif;
  font-size : .91em;
  margin-bottom : 2em;
  font-weight : bold;
}
.rnav .boxhead { display : none; }
.wrap .rnav .boxbody {
  background-image : none; 
  padding : 0; 
  _height:1px; min-height:0;
}

.rnav ul {
  list-style : none;
  margin : 0;
  padding : 0;
  _height:1px; min-height:0;
}
.rnav .level1 { padding : 0 0 2px 0; }
.rnav li {
  margin : 0;
  margin-top : 15px;
  margin-left : 45px;
  _display /**/: inline;
  _height : 1px; min-height: 0;
  height : 43px;
  width : 133px;
}
.rnav .boxbody a {
  display : block;
  padding : 14px 10px 15px 50px;
  _height:1px; min-height:0;
  text-decoration : none;
}

.rnav .boxbody a:hover,
.rnav .boxbody a:focus,
.rnav .boxbody a:active { text-decoration : underline; }

.rnav li.parent,
.rnav li.current { background-image : url("i/snav-l2-c.gif"); }
.rnav .parent a,
.rnav .current a { background-image : url("i/snav-l2b-c.gif"); }
.rnav .current a { color : #666; }


.rnav li.cat1{
  margin-top : 30px;
  margin-left : 50px;
  background-image : url("i/nav_button_ufolk.gif");
  height : 61px;
  width : 196px;
}
.rnav li.cat2{ background-image : url("i/nav_button_samstarf.gif"); }
.rnav li.cat3{ background-image : url("i/nav_button_vikan.gif"); }

.rnav .hide .boxhead {
	display : none;
}




/* **********  calendar  ********** */
.pgextra1 .monthlist .boxbody,
.pgextra2 .monthlist .boxbody { padding-top : 10px; }

.monthlist .pager {
  list-style: none;
  padding: 0;
}
.monthlist .pager li {
  float: left;
  _display: inline;
  position: relative;
  z-index: 10;
}
.monthlist .pager li.next { float: right; }
.monthlist .pager li.index { 
  position: absolute;
  width: 212px;
  left: 0;
  text-align: center;
  z-index: 5;
}

.calendar {}
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.wrap .calendar caption a {
  text-transform : uppercase;
  text-decoration : none;
  padding : 0 .18em;
  color : #333;
}
.calendar caption a:hover,
.calendar caption a:focus,
.calendar caption a:active {
  color : #2f7aa1;
  text-decoration : underline;
}

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .27em;
  font-size : 1.08em;
}
.calendar th {
  text-align : center;
  text-transform : uppercase;
  font-size : .92em;
  padding : .2em 2px;
  border-bottom : 1px solid #666;
}
.calendar td {
  background : transparent url("i/calendar-bak.gif");
  width : 14.28%;
  text-align : right;
  border-bottom : 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : .18em 7px .18em 0;
}
.pgmain .calendar td i,
.pgmain .calendar td a {
  padding : .17em 4px;
}
.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; }


/* **********  loginform  ********** */
.loginform {}



/* **********  searchform  ********** */
.wrap .searchform {
  position : absolute;
  top : -135px;
  right : -540px;
  margin-top : -2.36em;
  Background : Transparent None;
  width : 17.5em;
  text-align : right;
}
.wrap .searchform .boxhead {
  padding : 0 .2em 0 0;
  display : inline;
  _float /**/: left;
  font-size : .91em;
  font-weight : normal;
  font-family : Verdana, sans-serif;
  color : #999;
}
.wrap .searchform .boxbody,
.wrap .searchform .boxbody div {
  display : inline;
  padding : 0;
}
.searchform label { display : none; }
.searchform .fi_txt input { width : 110px; }
.searchform .fi_btn input {
  width : 4.2em;
  color : #666;
  border : 1px solid #888;
  background : #fff none;
}



/* **********  enav  ********** */
.enav {
  position : absolute;
  top : -11px;
  margin-top : -1em;
  right : 10px;
}
.enav .boxhead { display : none; }
.enav ul {
  list-style : none;
  padding : 0 17.91em 0 0;
  text-align : right;
  margin : 0;
}
.enav li {
  display : inline;
  _float /**/: left;
  padding : 0 .73em;
  border-right : 1px solid #83a6c7;
  font-size : .91em;
  font-family : Verdana, sans-serif;
}
.enav .boxbody a {
  text-decoration : none;
  color : #999;
}
.enav a:hover,
.enav a:focus,
.enav a:active {
  text-decoration : underline;
  color : #2f7aa1;
}





/* **********  galleries  ********** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* **********  gallery  ********** */
.gallery .boxbody {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* **********  galleryitem  ********** */
.galleryitem .boxbody {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}


/* ********* rotationheader ********* */


span.rotationheader {
  position : absolute;
  width: 439px;
  height: 133px;
  overflow: hidden;
  text-align: right;
  top: 0;
  right: 0;
}

.rotationheader a {
  position : relative;
  width: 439px;
  height: 133px;
}
.rotationheader img {
  position : absolute;
  top: 0;
  right: 0;
}

.rotationheader .overlay {
  width: 439px;
  height: 133px;
  position : absolute;
  top: 0;
  left: 0;
  background: url(i/rh-mask.png) no-repeat;
  _background-image : none;
  _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/basic/i/rh-mask.png',sizingMethod='crop');
}






/* **********  welcometext  ********** */
.welcometext {
  position : relative;
  margin : -4px 0;
  border : 1px solid #ccc;
  background : #eef2f4 url("i/welcometext-bak.gif") -60px 40% no-repeat;
  _height:1px; min-height:0;
}
.welcometext h1 { margin-bottom : .33em; }
.welcometext .boxbody {
  padding : 10px; 
  border : none;
}

.welcometext .boxhead {
  display : none;
}



/* **********  footer  ********** */
.footer {
  border-top : 1px solid #ccc;
  background : transparent url("i/footer-line.gif") 0% 0% no-repeat;
  padding : 4px 1px 0 1px;  
}
.footer .boxhead { display : none; }
.footer .boxbody {
  border-top : 1px solid #ccc;
  padding : 8px 15px;
  font-size : .91em;
  color : #999;
}


.slogan {
  position : absolute;
  z-index : 4;
  top : 90px;
  left : 34px;
  width : 235px;
  text-align : center;
  color : #8B989E;
  font-weight: bold;
}




/**/
.reyklaus {
	border-top : 1px solid #fff;
	width:640px;
	background:url(i/reyklausbekkur_skraning.jpg) 0 0 no-repeat;
}

.reyklaus fieldset {
	display : block;
	position : relative;
	margin-top : 420px;
	width : 300px;
	margin : 420px auto 30px auto;  	
	border : none;
}
.reyklaus .fi_txt label {
	display : block;
	float : left;
	font-weight : bold;
	color : #fff;
	width : 150px;
	text-align : left;
	font-size : 1.2em;
}

.reyklaus input { float : left; }
.reyklaus .fi_txt { clear : both; padding-bottom : 15px; margin-left : 5px;  }
.reyklaus .fi_btn { display : block; float : right; margin-right : 5px; }

.reyklaus .fi_btn input { background-color: #FFFFFF; border-style: solid; border-color: #808080; }


/**/



.reyklaus2008 {
}

.reyklaus2008 form {
  padding : 8px;
}
.reyklaus2008 .fi_txt label {
	display : block;


}

.reyklaus2008 input { }
.reyklaus2008 .fi_txt { margin-right : 10px;  }
.reyklaus2008 .fi_btn { display : block; float : right; margin-right : 5px; }


ul.fi_rdo,
.fi_rdo li {
  list-style : none;
  padding-left : 0;
}




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  text-align : right;
  margin-right : 16px;
  background: #fff;
  _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');
}








/* .modalpop */
.modalpop {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: url(i/alpha.png);
  background: rgba(104,96,96,.8) none;
  _background: url(i/alpha.gif);
}

.modalpop .popwin {
  position: relative;
  margin: 100px auto 0 auto;
  width: 500px;
  background: #fff;
  border: 1px solid #999;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
  -moz-box-shadow:    rgba(0,0,0, .5)  1px 1px 20px;
  -webkit-box-shadow: rgba(0,0,0, .5)  1px 1px 20px;
  box-shadow:         rgba(0,0,0, .5)  1px 1px 20px;
  text-align: left;
}
.modalpop .popwin .box {
  margin: 0;
}
.modalpop .popwin .boxhead {
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.18em;
  background: #eef1e7;
  -moz-border-radius-topleft:      3px;
  -webkit-border-top-left-radius:  3px;
  border-top-left-radius:          3px;
  -moz-border-radius-topright:     3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius:         3px;
  background: -webkit-gradient(
                  linear,
                  left bottom,
                  left top,
                  color-stop(0.1, rgb(250,251,248)),
                  color-stop(0.9, #eef1e7)
                );
  background: -moz-linear-gradient(
                  center bottom,
                  rgb(250,251,248) 10%,
                  #eef1e7 90%
                );
}
.modalpop .popwin .boxbody {
  padding: 10px 15px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.modalpop .popwin .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.modalpop .konnun-prompt {
  width: 400px;
}
.modalpop .konnun-prompt .btnrow {
  padding: 8px 0 10px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.modalpop .konnun-prompt .btnrow:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.modalpop .konnun-prompt .btn {
  float: left;
  margin: 0 16px 0 0;
}
.modalpop .konnun-prompt .btn a {
  font-size: 1.09em;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 18px;
  font-weight: bold;
  background-color: #7b7;
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
  border-radius:         4px;
  border: 1px solid #595;
  -moz-box-shadow:    rgba(0,0,0, .2)  1px 1px 2px;
  -webkit-box-shadow: rgba(0,0,0, .2)  1px 1px 2px;
  box-shadow:         rgba(0,0,0, .2)  1px 1px 2px;
}
.modalpop .konnun-prompt .btn.no a {
  background-color: #bbb;
  border-color: #999;
  font-weight: normal;
  padding-left:  12px;
  padding-right: 12px;
}
.modalpop .konnun-prompt .btn a:hover,
.modalpop .konnun-prompt .btn a:focus,
.modalpop .konnun-prompt .btn a:active {
  color: #fff;
  border-color: #777;
  -moz-box-shadow:    rgba(0,0,0, .5)  1px 1px 5px;
  -webkit-box-shadow: rgba(0,0,0, .5)  1px 1px 5px;
  box-shadow:         rgba(0,0,0, .5)  1px 1px 5px;
}

