.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */

body {
  background : #f5f5f5 url(i/body-bak.gif) 0 0 repeat-x;
  margin : 0;
  padding : 54px 20px;
  color : #000;
  line-height : 1.2;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}


body,
body.zoom1 { font-size : 13px;  _font-size :  81.25%; }
body.zoom2 { font-size : 16px;  _font-size : 100.00%; }
body.zoom3 { font-size : 20px;  _font-size : 125.00%; }
/*
body.zoom0 { font-size : 11px;  _font-size :  68.75%; }
body.zoom0 { font-size : 12px;  _font-size :  75.00%; }
body.zoom0 { font-size : 13px;  _font-size :  81.25%; }
body.zoom0 { font-size : 14px;  _font-size :  87.50%; }
body.zoom0 { font-size : 15px;  _font-size :  93.75%; }
body.zoom0 { font-size : 16px;  _font-size : 100.00%; }
body.zoom0 { font-size : 17px;  _font-size : 106.25%; }
body.zoom0 { font-size : 18px;  _font-size : 112.50%; }
body.zoom0 { font-size : 19px;  _font-size : 118.75%; }
body.zoom0 { font-size : 20px;  _font-size : 125.00%; }
body.zoom0 { font-size : 23px;  _font-size : 143.75%; }
body.zoom0 { font-size : 28px;  _font-size : 175.00%; }
body.zoom0 { font-size : 32px;  _font-size : 200.00%; }
*/


.bodywrap {
  background : #fff url(i/fade-l.gif) 0 0 repeat-y;
  position : relative;
  margin : 0 auto;
  text-align : left;
  min-width : 730px;
  /* max-width : 960px; */
  max-width : 74em;
  _width : expression((document.body.clientWidth>1000) ? "960px" : ((document.body.clientWidth<771) ? "730px" : "auto") );
  _height:1px;
}

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 : 1em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


.article ul {
  list-style : disc;
  padding-left : 1.8em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }
.article li ul,
.article li ol {
  margin : .33em 0;
}
.article li li { margin-bottom : .33em; }




a { color : #04a0c6; }



acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}
.pagebody img {
  border : 1px solid #e9e9e9;
  border-right-color : #ccc;
  border-bottom-color : #ccc;
  padding : 7px;
}
.wrapper img.icon {
  vertical-align : middle;
  font-family : "Courier New", Courier, monospaced;
  border : none;
  padding : 0;
  width : 1.69em;
  height : 1.69em;
}
.wrapper img.btn {
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.4em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.4em;
  margin-top : 2em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1.5em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}




table { border-collapse : collapse; }
table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym:hover { border : none; }
th.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

input,
select,
textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
textarea { vertical-align : top; }
select,
textarea,
.textinput,
.fi_txt input {
  background : #fff;
  color : #000;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input { width : 98%; }

.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
}
.fi_btn input:hover,
.fi_btn input:focus {}


.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; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pageheader {
  background-color : #f5f5f5;
  height : 81px;
}
.pageheader .wrapper {
  position : relative;
  z-index : 1;
  background : url(i/fade-tr.gif) 100% 100% no-repeat;
  margin-bottom : -6px;
  _height:1px;min-height:0; /* ie hasLayout fix */
}
.pageheader .brand {
  background : url(i/fade-tl.gif) 0 100% no-repeat;
  padding-left : 20px;
  height : 87px;
}
.pageheader .brand a {
  position : absolute;
  z-index : 1;
}
.pageheader .brand span.slogan {
  position : relative;
  color : #666;
  font-weight : bold;
  display : block;
  top : -1.5em;
  padding : 50px 110px 0 380px;
}
.pageheader .sitelogo {
  vertical-align : middle;
  margin-top : 5px;
}


.pagebody {
  background : #fff url(i/fade-r.gif) 100% 0 repeat-y;
  float : right;
  width : 77%;
  margin-left : -300px;
  margin-bottom : -6px;
  _display : inline;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pagebody .wrapper {
  padding : 30px 4%;
  min-height : 40em;
  _height : 40em;
}
.onecol .pagebody {
  float : none;
  width : auto;
  margin-left : 7px;
  _display : block;
  border-bottom : 1px solid red;
}
.onecol .pagebody .wrapper {
  margin-right : 7px;
  padding-left : 4.5%;
  padding-right : 4.5%;
}


.pageextra1 {
  float : left;
  width : 23%;
  margin-right : -200px;
  margin-bottom : -6px;
  _display : inline;
}
.pageextra1 .wrapper {
  margin : 0 0 0 7px;
  padding : 35px 0;
  background-color : #646464;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.onecol .pageextra1 .wrapper {
  background : transparent none;
  padding : 0;
}

.pageextra5 {
  background : url(i/fade-br.gif) 100% 0 no-repeat;
  clear : both;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pageextra5 .wrapper {
  background : url(i/fade-bl.gif) 0 0 no-repeat;
  padding-top : 12px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.onecol .pageextra5 { _margin-top :-6px; }





/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}
.boxhd { margin-top : 0; }
.boxhd a { text-decoration : none; }
.content { _height:0;min-height:0;/* ie hasLayout fix */ }


.pagebody h1,
.pagebody .boxhd {
  font-size : 1.6em;
  color : #04a0c6;
  font-weight : normal;
  margin-top : 0;
  padding-bottom : 5px;
  background : url(i/dotline-h.gif) 0 100% repeat-x;
}


.content h2 {
  color : #04a0c6;
  font-weight : normal;
  padding-bottom : 5px;
  background : url(i/dotline-h.gif) 0 100% repeat-x;
}
.content h3 {
  padding-bottom : 5px;
  background : url(i/dotline-h3.gif) 0 100% repeat-x;
}

.pageextra1 .boxhd,
.pageextra1 .content {
  padding : 0 10px;
}



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrapper .meta a:link,
.wrapper .meta a:visited { color : #777; }




/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrapper .more a,
.wrapper .buttons a,
.wrapper .moreolder a,
.wrapper .archivelink a {
  float : left;
  padding : 0 10px 0 0;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {
  font-weight : bold; 
}




/* ******  article  ****** */
.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.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; }
.article img.left { float : left;  margin : .2em .5em .2em 0; }
.article img.right { float : right;  margin : .2em 0 .5em .5em; }
.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;
  font-size : .92em;
  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  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .content {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
}
.imgbox .imgcontent {
  font-size : .93em;
  width : 200px;
  padding : 3px 8px 5px 8px;
  background-color : #f4f4f4;
}
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
  background-color : #f4f4f4;
  margin-top : -2px;
  padding : 0 8px 5px 8px;
}

.pageextra1 .imgbox {
  float : none;
  padding : 0;
}
.pageextra1 .imgbox .imgcontent,
.pageextra1 .imgbox .imgmeta { width : auto; }





/* ****** images with drop-shadows ***** */
ul.img {
  clear : both;
  margin : .6em -300px 0 10px;
  _margin-bottom : .6em;
  padding : 5px 0 0 0;
  width : 100%;
  list-style : none;
  _height:0; min-height:0; /* IE hasLayout fix */ 
}
ul.img:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

ul.img li {
  padding : 0;
  background : url(i/img-shade.gif) 100% 100% no-repeat;
  text-align : center;
  _height:0; min-height:0; /* IE hasLayout fix */ 
  _display : inline;
}

ul.img li {
  clear : right;
  float : left;
  margin : .6em 30px 20px 5px;
}
ul.img li { margin-top : 0; }

.img img {
  float : none;
  position : relative;
  top : -5px;
  left : -5px;
  vertical-align : top;
  margin : 0;
  padding : 4px;
  border : 1px solid #ccc;
}

.img em {
  background : #fff url(i/img-shade.gif) 100% -395px no-repeat;
  display : block;
  font-style : normal;
  margin-top : -5px;
  padding : 5px 5px 0 0;
  max-width : 208px;
  width : auto;
  width : expression( (this.parentNode.getElementsByTagName("img")[0].offsetWidth-5) + "px" ); /* because IE7 is buggy */
  _width /**/: expression( (this.parentNode.getElementsByTagName("img")[0].offsetWidth) + "px" );
  _height:1px;min-height:0; /* ie hasLayout fix */
}



/* ******  contactform  ****** */
.contactform .content { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }
.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 7em;
  _margin-left : 7.2em;
}
.contactform textarea { width : 70%; }



/* ****** tabbox ****** */

.tabbox-active ul.index {
  position : relative;
  z-index : 1;
  padding : 0;
  margin : 0 0 -1px 0;
  list-style : none;
  width: 512px;
  overflow: hidden;
  padding-left: 5px;
}

.tabbox-active ul.index li {
  float : left;
  margin-right : .5em;
  border : 1px solid #eee;
  border-bottom : none;
  background-color : #fff;
  _display: inline;
  margin-bottom: 0;
}

.tabbox-active ul.index li a {
  float : left;
  display: block;
  padding: 7px 12px;
  _height:0;min-height:0; /* ie hasLayout fix */
}


.tabbox-active ul.index li.current {
  font-weight : bold;
  border-color : #ccc;
  border-bottom: 1px solid #fff;
}

.section-closed { display : none; }

.group {
  border : 1px solid #ccc;
  margin : 0 0 .5em 0;
  padding : 10px;
  clear: left;
}


/* ******  breadcrumbs  ****** */
.breadcrumbs { display : none; }




/* ******  mnav  ****** */
.mnav {
  background : #f5f5f5 url(i/body-bak.gif) 0 0 repeat-x;
  position : absolute;
  top : -54px;
  right : 4px;
  height : 40px;
  white-space : nowrap;
  width : 760px;
  text-align : right;
  overflow : hidden;
}
.mnav .boxhd { position:absolute;right:9999em;left:auto; }
.mnav .content {
}

.mnav ul {
  position : relative;
  top : -.6em;
  margin : 0;
  padding : 20px 2px;
  background : url(i/mnav-sep.gif) 100% 50% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}
/* .mnav li.home { display : none; } */

.mnav li {
  display : inline;
  padding-bottom : 0;
  padding : 20px 0 20px 2px;
  background : url(i/mnav-sep.gif) 0 50% no-repeat;
}
.mnav .content a {
  color : #eee;
  text-decoration : none;
  padding : 20px 15px;
  background : url(i/mnav-current.gif) 0 -200% repeat-x;
}
.mnav .content a:hover,
.mnav .content a:focus,
.mnav .content a:active {
  color : #fff;
  text-decoration : underline;
  background-color : #616161;
  background-position : 0 50%;
}
.mnav .content .parent a,
.mnav .content .current a {
  color : #41C4EB;
  background-color : #616161;
  background-position : 0 50%;
}




/* ******  snav  ****** */
.snav { text-align : right; }
.snav .boxhd {
  color : #f5f5f5;
  font-size : 1.23em;
  margin-bottom : 5px;
  margin-right : 3px;
}
.wrapper .snav a { color : #f5f5f5; } /* tekur bæði til .boxhd og .content  */
.wrapper .snav a:hover,
.wrapper .snav a:focus,
.wrapper .snav a:active { color : #fff; }

.snav ul {
  overflow : hidden;
  padding-top : 1px;
}

.snav li {
  _display : inline;
  margin : -1px 0 1px 0;
}

.snav .content a {
  display : block;
  text-decoration : none;
  padding : 6px 3px 5px 3px;
  background : url(i/dotline-h.gif) 3px 0 repeat-x;
}

.snav .content .parent a,
.snav .content .current a { color : #41C4EB; }





/* ******  sitemap  ****** */
.sitemap .content {
  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 .content a:hover,
.sitemap .content a:focus,
.sitemap .content a:active { border-color : #c00; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  eplicaad  ****** */
.eplicaad {
  background-color : #f5f5f5;
}
.eplicaad a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width : 220px;
  height : 60px;
  margin-left : 1.5%;
  background : url(i/eplica-hugsmidjan.gif) 15px 10px no-repeat;
}




/* ****** fontsizer  ****** */
.fontsizer { 
  position : absolute;
  z-index : 1;
  top : 27px;
  right : 0;
  width : 110px;
}
.fontsizer h2 { position:absolute;right:9999em;left:auto; }
.fontsizer li {
  float : left;
  margin-right : 1px;
}
.fontsizer a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width : 26px;
  height : 25px;
  background : url(i/font-up.gif) 0 0 no-repeat;
}
.fontsizer .dwn a { background-image : url(i/font-dwn.gif); }
.fontsizer .usesettings a { background-image : url(i/font-alt.gif); }

.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active { background-position : 0 -25px; }




/* * links * */
div.wrapper a:hover,
div.wrapper a:focus,
div.wrapper a:active { color : #c00;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }




