.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; }

html, body { height : 100%; }

body {
  background: #fff url(i/body-bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #272727;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  
}

body,
body.zoom1 { font-size: 12px; }
body.zoom2 .pgmain .article .boxbody { font-size: 14px; }
body.zoom3 .pgmain .article .boxbody { font-size: 16px; }



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: #272727;
  text-decoration: none;
}

a span {
  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.5em;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.33em;
  margin-top: 1em;
  margin-bottom: .2em;
  color : #666;
}
h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: .2em;
  color : #666;
}
h4 {
  font-size: 1.09em;
  margin-bottom: .2em;
}

.wrap h2 a, .wrap h3 a {
  color : #669b41;
  text-decoration : none;
}


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: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #000;
}
textarea,
.textinput,
.fi_txt input {
  padding : 2px 5px;
}

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: #558136 url(i/btn-bg.png) 0 0 repeat-x;
  border: 1px solid #818181;
  color: #fff;
  padding-top : 1px;
  padding-bottom : 1px;
  font-size : .9em;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #ececec;
  color: #ececec;
}


.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 {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0;
}




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  /* background: url(i/pgw-bg.jpg) 50% 41px no-repeat; */
  height : 100%;
}
.pgwrap2 {
  position: relative;
  width: 994px;
  margin: 0 auto -265px;
  text-align: left;
  _height:100%;min-height:100%;
}



.pghead { height : 230px; }
.pghead .brand {
  padding : 56px 0 0 38px;
}
.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: 215px;
  width: 562px;
  margin-right: 217px;
  _display: inline;
  position: relative;
  z-index: 5;
}

.twocol .pgmain {
  margin-right : 17px;
  width: 762px;
}
.twocol2 .pgmain {
  margin-right: 217px;
  margin-left : 15px;
  width: 762px;
}
.onecol .pgmain {
  margin-right : 17px;
  margin-left : 15px;
  width: 962px;
}

.home .pgmain {
  margin-left : 0;
  margin-right : 200px;
  width: 794px;
}

.pgmain .wrap,
.pgextra1 .wrap {
  padding: 15px 0 20px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.home .pgmain .wrap,
.home .pgextra1 .wrap {
  padding: 15px 0 0;
}
.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -187px;
}

.pgextra2 {
  background : #fff;
  float: left;
  width: 196px;
  margin-left: -994px;
  _display: inline;
}
.pgextra2 .wrap {
  padding : 15px 4px 0;
}
.twocol2 .pgextra2 .wrap { padding: 0; }
.onecol .pgextra2 .wrap,
.home .pgextra2 .wrap {
  padding: 0;
}
.layouthack { height : 265px; }
.pgextra3 {
  background: #fdfdfd url(i/pe3-bg.png) 0 0 repeat-x;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgextra3 .wrap {
  padding : 12px 0 0 15px;
  position: relative;
  width: 979px;
  margin: 0 auto;
  text-align: left;
  height : 203px;
  overflow : hidden;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgextra3 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.pgfoot {
  background: url(i/pgf-bg.png) 0 0 repeat-x;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap {
  padding : 20px 0 0 15px;
  height : 30px;
  position: relative;
  width: 994px;
  margin: 0 auto;
  text-align: left;
}




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 12px;
}

.article h1,
.boxhead { 
  padding: 21px 40px 3px 0;
  border-bottom: 1px solid #c5c5c5;
  color : #393939;
  font-weight: normal;
  margin: 0 0 10px; 
  font-size : 1.33em; 
  clear: both;
}
.article h1.boxhead { 
  padding: 21px 40px 3px 0;
  border-bottom: 1px solid #c5c5c5;
  color : #393939;
  font-weight: normal;
  margin: 0 0 10px; 
  font-size : 1.33em; 
  clear: both;
}
.pgmain .article h1,
.pgmain .boxhead {
  margin-bottom : .7em;
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.pgmain .boxhead,
.pgextra1 .boxhead,
.pgextra3 .boxhead {
}
.home .boxhead {
  margin-bottom : .5em;
  padding-top : 6px;
}



.home .pgmain .box {
  width : 367px;
  float : left;
  _display : inline;
  margin : 0 15px 12px;
}
.home .pgmain .box .boxbody {
  position: relative;
  padding-bottom : 3.5em;
}
.home .pgmain .box .archivelink {
  position: absolute;
  bottom : 0;
  width : 367px;
}


.pgextra3 .box {
  float : left;
  width : 367px;
  margin : 0 30px 0 0;
  _display : inline;
}
.pgextra3 .rightbox {
  float : right;
  clear : right;
  width : 170px;
  clear : right;
  margin-right : 15px;
  _display : inline;
  _overflow:visible !important;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgextra3 .box .item { margin: 0 0 12px; }
.pgextra3 .wrap .randomarticle .item { overflow : visible; }
.pgextra3 .wrap .randomarticle .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.pgextra3 .wrap .randomarticle img {
  margin : -3em 0 -12px 1em;
  ~margin-bottom : -17px;
  position: relative;
  z-index: 1;
  border : none;
  padding: 0;
}



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #393939;
  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,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow : hidden;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.moreolder,
.archivelink {
  border-top: 1px solid #c5c5c5;
  margin-top : 5px;
  padding : 10px 0 5px;
}
body .wrap .more a {
  color : #1f1f1f;
  background: url(i/arrow-red.png) 0 .45em no-repeat;
  padding-left : 12px;
  text-decoration : none;
}
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  color : #6b6b6b;
  font-weight: bold;
  padding: 0 12px 0 0;
  _display : inline;
  margin-right : 8px;
  text-decoration : none;
  background: url(i/arrow-green.png) 100% 50% no-repeat;
}
.wrap .buttons a.btnback {
  background: url(i/arrow-back.png) 0 50% no-repeat;
  padding : 0 4px 0 12px;
}
.wrap .moreolder a,
.wrap .archivelink a {
  float : right;
}

.wrap .buttons .btnfacebook {
  float: right;
  padding-left: 20px;
  background: url(i/btnfacebook.png) 0 50% no-repeat;
}

/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  margin: 0;
}
.articlelist .item h3 .meta {
  font-size : .79em;
}
.articlelist .summary { line-height: 1.4; }
.articlelist .summary p { margin-bottom : 5px; }
.articlelist .summary a {
  color : #00531e;
  text-decoration: underline;
}
.articlelist a.ath {
  display: inline-block;
  padding : 0 5px 0 17px;
  background: url(i/arrow-red.png) 5px .5em no-repeat;
  color : #272727;
  text-decoration : none;
}
.articlelist .more {}

.articlelist img {
  border: 2px solid #b5b5b5;
  padding : 1px;
  float: right;
  margin: .2em 0 .33em 1em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: 1em;
}
.articlelist li a {
  font-weight: bold; 
}




/* ******  article  ****** */
.article .boxbody {
  position: relative;
}
.article h2,
.article h3 {
  color : #568C34;
}
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody p {
  line-height: 1.4;
  font-size : 1.17em;
}
.article .subtitle {
  clear: none;
}
.article .boxbody p.meta { 
  font-size : 1em; 
  margin-bottom : .1em;
}
.article .summary {
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }
.article a {
  color : #00531e;
  text-decoration: underline;
}
.article a.ath {
  display: inline-block;
  padding : 0 5px 0 17px;
  background: url(i/arrow-red.png) 5px .5em no-repeat;
  font-weight: bold;
  color : #669B41;
  font-size : .86em;
}
.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 {
  font-weight: bold;
  padding: .2em .4em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #568C34;
  color : #fff;
}
.article td {
  padding: .3em .6em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}
.article table p { margin: 0; }

.article table.peoplegrid td,
.article table.peoplegrid th {
  text-align: center;
}
.article table.peoplegrid img {
  float : none;
  margin: 0;
}
.article table.peoplegrid tr:hover td { background : none; }
.article table.peoplegrid tr.alt:hover td { background : #F8F8F8; }

.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


.paging ul { list-style: none; padding: 0; }
.paging .prev { float: left; margin-right: 1em; }




.article .fontsizer span { position:absolute;right:9999px;left:auto; }
.article .fontsizer {
  position: absolute;
  right : 0;
  top : 24px;
}
.article .fontsizer ul {
  list-style : none;
  padding : 0;
  margin: 0;
}
.article .fontsizer ul li {
  float : right;
  font-weight: bold;
  _display : inline;
  margin-left : 5px;
  padding-top : .15em;
} 
.article .fontsizer a {
  text-decoration : none;
}
.article .fontsizer li.up {
  font-size : 1.09em;
  padding-top : 0;
}



.articlelist a.pdf,
.article a.pdf { background : url(i/pdf-icon.gif) 100% .1em no-repeat; padding-right : 16px; margin-right: 4px; display : inline-block; }
.articlelist a.doc,
.article a.doc { background : url(i/doc-icon.gif) 100% .1em no-repeat; padding-right : 16px; margin-right: 4px; display : inline-block; }
.articlelist a.xls,
.article a.xls { background : url(i/xls-icon.gif) 100% .1em no-repeat; padding-right : 16px; margin-right: 4px; display : inline-block; }

/*.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }*/



/*****            mapnav Sveitastjórnarkosningar 2010           ******/



.mapnav .boxhead {
  position:absolute;
  top:20px;
  width:522px;
}
.mapnav .boxbody {
  background: url(i/map.png) no-repeat 60px 90px;
  min-height:402px;
  margin-top:55px;
}
.mapnav .boxbody ul.level1 {
  background:url(i/snav-bg-qnd.png) top center;
  margin-left:-211px;
  padding: 12px 0 15px;
  width:188px;
  margin-top:-70px;
  border-bottom:1px solid #f0f0f0;
}
.mapnav .boxbody ul.level1 a { 
  background:url(i/snav-a-bg.png) no-repeat 21px 0.75em;
  color:#525252;
  display:block;
  padding:5px 5px 5px 35px;
}
.mapnav .boxbody ul.level1 .current a { 
  color:#669B41;
  font-weight:bold;
}
.mapnav .boxbody ul.level2 a { 
  background:none;
  padding:3px 2px 3px 21px;
}

.mapnav .boxbody .level2 li:hover {
}

.mapnav .boxbody .level1 a:hover, .mapnav .boxbody .level2 a:hover, .mapnav .boxbody ul.level1 .current a:hover {
  color:#C1272D;
}
.mapnav .boxbody .part {
  background: 340px 0 no-repeat;
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
}

.mapnav .boxbody .id1 .part{
  background-image: url(i/map-rn.png);
  width: 43px;
  height: 50px;
  top: 292px;
  left: 144px;
  z-index: 20;
}
.mapnav .boxbody .id2 .part {
  background-image: url(i/map-rs.png);
  width: 28px;
  height: 30px;
  top: 298px;
  left: 148px;
  z-index: 20;
}
.mapnav .boxbody .id4 .part {
  background-image: url(i/map-na.png);
  width: 218px;
  height: 190px;
  top: 90px;
  left: 273px;
  z-index: 16;
}
.mapnav .boxbody .id3 .part {
  background-image: url(i/map-nv.png);
  width: 244px;
  height: 210px;
  top: 90px;
  left: 60px;
  z-index: 17;
}
.mapnav .boxbody .id5 .part {
  background-image: url(i/map-su.png);
  width: 339px;
  height: 141px;
  top: 247px;
  left: 117px;
  z-index: 18;
}
.mapnav .boxbody .current a .part { background-position: 0 0; }
.mapnav .boxbody a:hover .part { background-position: 0 0; }


/* ******  imgbox  ****** */
.imgbox {
  position: static;
  float: right;
  margin: .2em 0 .75em 1em;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}
.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; }




/* *** imgpopup *** */

.popup-wrapper {
  position: fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  background: url(i/alpha.png);
  _background-image: url(i/alpha.gif);
  text-align: center;
}

.popup-inner-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}


.popup-inner-wrapper { margin: 32px auto; }

.popup-inner-wrapper .imgcontainer {
  padding: 20px 20px 10px;
  display: inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 550px;
}
.popup-inner-wrapper .imgcontent {
  width: 550px;
  padding: 5px 0;
}
.popup-inner-wrapper .act {
}
.popup-inner-wrapper .imgboxbody,
.popup-wrapper-hidden { display: none; }

.popup-wrapper a {
  cursor: pointer;
  _cursor: hand;
}
.popup-wrapper a:hover,
.popup-wrapper a:focus {
  text-decoration: underline;
}





/* ******  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_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy 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%; }



.wrap .subscr {
  background: #7c7c7c url(i/subscr-bg.png) 100% 0 no-repeat;
  color : #fff;
  padding : 13px;
  width : 144px;
  overflow : hidden;
  margin-bottom : 12px;
}
.subscr .boxhead {
  font-size : 1.17em;
  border : none;
  font-weight: bold;
  color : #fff;
  padding: 0;
  margin: 0;
}
.subscr .boxbody { font-size : .92em; }
.subscr p {
  margin: 0;
  font-size : .92em;
}
.subscr input.textinput {
  margin : 6px 0;
  width : 131px;
  font-size : .92em;
}
.subscr input.button {
  float : right;
}

/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 240px;
  left: 215px;
  width: 450px;
  font-size: 0.92em;
  text-align : left;
  color : #7c7c7c;
  margin-top : .8em;
}
.twocol2 .breadcrumbs,
.onecol .breadcrumbs {
  left : 15px;
}
.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #7c7c7c; 
  font-weight: normal;
}

.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 194px;
  left: 0px;
  padding-left : 3px;
  width : 988px;
  background: url(i/mnav-bg.png) 0 0 repeat-x;
  height : 33px;
  overflow : hidden;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.mnav .boxbody a {
  display: block;
  padding: 0 20px;
  line-height : 33px;
  height : 33px;
  color : #fff;
  font-size : 1.09em;
  font-weight: bold;
  position: relative;
  _width : 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color : #fff;
}
.mnav .parent,
.mnav .current {
  background: url(i/mnav-left.png) 0 0 no-repeat;
}
.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-right.png) 100% 0 no-repeat;
}
.mnav .parent span,
.mnav .current span {
  background: url(i/mnav-arrow.png) 50% 100% no-repeat;
  display: block;
  height : 7px;
  margin-top : -7px;
  position: relative;
  width : 13px;
  position: absolute;
  bottom : 0;
  left : 50%;
  margin-left : -7px;
}



/* ******  snav  ****** */
.snav {
  background: #fff url(i/snav-top.png) 0 0 repeat-x;
  margin-top : -15px;
  margin-bottom : 12px;
}
.snav .boxhead { position:absolute;right:9999px;left:auto; }
.snav .boxbody {
  background: url(i/snav-bg.png) 0 0 repeat-y;
}
.snav ul {
  background: url(i/snav-bottom.png) 0 100% no-repeat;
  padding : 12px 0 15px;
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}

.snav .boxbody a {
  background: url(i/snav-a-bg.png) 21px .75em no-repeat;
  color : #525252;
  display: block;
  padding: 5px 5px 5px 35px;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
  color : #669B41;
}

.snav .level2,
.snav .level3 { background : none; padding: 0;}

.snav .level2 a {
  font-weight: normal;  
  padding: 3px 2px 3px 21px;
  color : #525252;
  background : none;
  font-size : .92em;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  color : #525252;
  text-decoration: underline;
  font-size : 1em;
}

.snav .level3 {
  background : #f0f0f0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin:3px 1px 5px;
  padding:6px 0 10px;
}

.snav .level2 .level3 a {
  font-weight: normal;
  color : #525252;
  text-decoration : none;
  font-size : 0.92em;
}
.snav .level3 .current a {
  font-weight: bold;
  color : #669B41;
  text-decoration : none;
}
.pgwrap .pgextra2 .snav li a:hover,
.pgwrap .pgextra2 .snav li a:focus { text-decoration: underline; }



/* ******  flnav  ****** */

.flnav {
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-top: -.5em;
  right: 517px;
  width: 250px;
  font-size : .92em;
  color : #878787;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: right;
  display: inline;
  padding: 0 7px 0 4px;
  background: url(i/flnav-sep.png) 100% 50% no-repeat;
}
.flnav li.cat6 { background : none; padding-right : 4px; }
.flnav .boxbody a {
  color : #878787;
}

.flnav .parent a,
.flnav .current a { font-weight: bold; }




/* ******  hnav  ****** */
.hnav {
  background: url(i/hnav-bg.png) 0 100% no-repeat;
  margin : -15px -17px 6px;
  padding : 0 17px 13px;
  font-size : .92em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.hnav .boxhead {
  padding-top : 20px;
  margin : 0 -17px -40px;
  padding : 20px 17px 45px;
  border : none;
  background: url(i/hnav-top.png) 0 0 no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.hnav .boxbody {
  padding-top : 12px;
  border-top: 1px solid #C5C5C5;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.hnav ul {
}
.hnav li {
}
.hnav .boxbody a {
  background: url(i/hnav-a.png) 0 0 no-repeat;
  color : #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding : 8px 8px 8px 15px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.hnav .boxbody a:hover,
.hnav .boxbody a:focus {
  color : #fff;
}




.kjordaemi ul {
  display: block;
}
.kjordaemi li a {
  padding : 3px 5px 3px 12px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  background: url(i/arrow-red.png) 0 .5em no-repeat;
}
.pgextra3 .kjordaemi img {
  float : left;
  padding-right : 12px;
}
.pgextra3 .kjordaemi ul {
  float : left;
}


/* ******  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;
}





/* ******  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: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-top: -.8em;
  right: 217px;
  width: 210px;
  text-align : right;
  font-size : .92em;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { width: 130px; }
.qsearch .fi_btn input { width: 55px; font-size : .92em; }




.langnav {
  position: absolute;
  z-index: 1;
  right : 427px;
  top : 9px;
  width : 100px;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav li {
  float : right;
  _display : inline;
  margin-left : 5px;
}
.langnav li a {
  background: url(i/flags.png) 0 0 no-repeat;
  display: block;
  width : 23px;
  height : 23px;
  overflow : hidden;
  text-indent : -9999em;
}
.langnav li a:hover,
.langnav li a:focus { background-position : 0 -23px; }
.langnav li.dk a { background-position : -23px 0; }
.langnav li.dk a:hover, 
.langnav li.dk a:focus { background-position : -23px -23px; }
.langnav li.en a { background-position : -46px 0; }
.langnav li.en a:hover,
.langnav li.en a:focus { background-position : -46px -23px; }




/* ******  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 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
}

.mediagallery .pgr a {
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist li {
}

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  display: table-cell;
  ~padding-top: 90px;
  ~height: 90px;
  ~display: block;
}

.imagelist li img {
  ~margin-top: expression( this.runtimeStyle.marginTop=(-this.offsetHeight/2-1)+'px' );
}

.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 {
}

.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  ******* */
.persona .content {
  padding-bottom: 2em;
}

.persona h3 {
  font-size: 1.33em;
}
.persona ul {
}
.persona li {
  margin-bottom: .3em;
}

.persona li b {
  display: inline;
  font-weight: normal;
}
.persona .title b {
  font-weight: bold;
}
.persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
}


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 {
  _height: auto;
}


td .persona .content {
  padding: 0;
  _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-bottom: 0;
  margin: 0 0 0 -116px;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}

td .persona .info {
  margin-right: 20px;
}






/* ******  footer  ****** */
.footer { width : 850px; }
.footer,
.footer a,
.wrap .footer a:hover, 
.wrap .footer a:focus { 
  color : #fff;
  _height:0;~min-height:0; /* ie hasLayout fix */
}



/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding: 15px 0 10px;
  text-align: right;
  position: absolute;
  right : 0;
  top : 0;
  _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');
}
.no .byggiraeplica a,
.en .byggiraeplica a {
  background-image: url(http://codecentre.eplica.is/f/e2-w50.png);
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-w50.png',sizingMethod='crop');
}




/* ******  imgbanner  ****** */
.imgbanner {
  text-align : right;
  position: absolute;
  top : 23px; /*changed for "sveitarstjÃ³rnarkosningar 2010" original value was 24px*/
  right : 17px;
  width : 740px;
  height : 171px;
}







/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #C1272D;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }








