.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }

body {
  background : #003A66;
  margin : 0;
  padding : 0;
  color : #ccc;
  font-family : Tahoma, Helvetica, Arial, sans-serif;
  font-size : 11px;
}

div, table, caption { font-size : 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }

.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }



a { color : #003A66; }


abbr,
acronym {
  cursor : help;
  border : none;
}
abbr:hover,
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}

h1 {
  font-size : 1.12em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.12em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}




table { border-collapse : collapse; }
table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym,
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 : Tahoma, sans-serif;
  font-size : 1em;
}
textarea { vertical-align : top; }
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #ccc;
  background : #fff;
  color : #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #ccc;
  color : #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #c00;
  color : #c00;
}


.reqerror label,
.typeerror label {
  font-weight : bold;
  color : #c33;
}
.typeerror label { color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }


label acronym,
fieldset h3 acronym,
fieldset h4 acronym {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
label acronym:hover,
fieldset h3 acronym:hover,
fieldset h4 acronym:hover { border : none; }


/* *****  clear  ***** */
.clear { clear : both; line-height : 0; font-size : 1px; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pgwrap {
  position : relative;
  width : 796px;
  border-right : 4px solid #fff;
  color : #666;
  text-align : left;
  background : #fff url("i/bodywrap-bak.gif") 0 0 repeat-y;
}

.pghead { 
  border-bottom : 2px solid #F66013;
}
.pghead .wrap { 
  border-right : 1px solid #F66013;
}


.pghead .brand {
  margin: 0;
}
.pghead .brand img {
}

.pghead .brand a {
}
.pghead .brand span {
  display : none; 
}
.pghead .logo { 
  vertical-align : top;
  margin : 0;
  padding : 0;
}

.pgmain {
  padding-top : 190px;
  float : left;
  margin-left : 181px;
  width : 615px;
  _display : inline;
  line-height : 1.4;
}
.home .pgmain {
  padding-top : 239px;
}
.pgmain .wrap {
  padding : 0 24px 18px 32px;
}
.home .pgmain .wrap {
  padding : 0;
}


.pgextra2 {
  float : left;
  width : 180px;
  margin-left : -796px;
/*  border-right : 1px solid #F66013;*/
  _display : inline;
  line-height : 1.4;
}
.pgextra2 .wrap {
  padding-top : 30px; 
}

.home .pgextra2 {
  padding-top : 217px;
}

.pgfoot {
  clear : both;
}

.pgfoot object {
  font-size: 0;
}


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height : 1em; min-height: 1em;
  position : relative;
  margin-bottom : 1.5em;
}
.boxhead { margin-top : 0; }
.boxbody { _height : 1em; min-height: 1em; }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #888;
  display : block; 
  font-weight : normal;
  font-size : .9em;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; }




/* ******  pagebody std. display elements  ****** */

.pgextra1 .boxhead,
.pgmain .boxhead {
  color : #003A66 ;
  text-transform : uppercase ;
/*  font-size : .95em ; */
  padding-left : 16px ;
  padding-bottom : 2px ;
  background : url(i/arrow.gif) 0 50% no-repeat;
  font-size : 1.12em;
  font-weight: bold;
  margin-bottom : .55em;
}
.pgmain .boxbody {
  margin-bottom : 2em ;
}
.home .pgmain .boxbody {
  margin-bottom : 0 ;
}
.pgmain .boxbody .boxbody {
  margin-bottom : 0 ;
}

.pgmain h1,
.pgmain h2,
.pgmain h3,
.pgmain h4,
.pgmain h5 {
  color : #666 ;
  font-size : 1.12em ;
}
.pgmain .subtitle {
  color : #777 ;  
  font-size : 1em ;
}


/* ******  skipafrettir  ****** */
.skipafrettir {
  border-top : 1px solid #F66013 ;
  padding : 24px 0 24px 32px;
  float : left ;
  width : 582px ;
}

.wrap .skipafrettir .boxbody {
/*  margin-right : -20px;*/
  float : left ;
}

.wrap .skipafrettir .item {
  width : 530px ;
  float : left ;
  clear : none ;
  padding-right : 18px ;
  padding-bottom : 10px ;
  margin : 0;
}

.wrap .skipafrettir .item img {
  float : right ;
  margin-left : 8px;
  margin-bottom : 8px;
}

.skipafrettir .item .meta,
.skipafrettir .item .more {
  display : none ;
}


/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  padding : 0 10px 0 14px;
  background : url("i/more-arrow.gif") 0% 50% no-repeat;
}

.home .wrap .archivelink,
.home .wrap .moreolder {
  display : none;
}


/* ******  hdimage  ****** */
.hdimage .rotatingimage {
  position : absolute;
  top : 79px ;
  left : 181px;
  border-bottom : 2px solid #F66013;
}

.home .hdimage {
  position : absolute;
  top : 79px ;
  left : 0;
  border-bottom : 10px solid #F66013;
  width : 795px;
  background : #DEEAF1 url(i/hdimage-bak.gif) 593px 0 repeat-y;
}




/* ******  articlelist  ****** */
.home .wrap .articlelist {
  margin-bottom : 0;
  padding : 0 24px 18px 32px;
}

.articlelist .item {
  margin-bottom : 10px;
  width : 100%;
  clear : left;
}
.articlelist .meta {
/*  font-size : .75em; */
  font-size : .9em; 
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}
.articlelist .item h3 a {
  text-decoration : none;
  color : #666;
}
.articlelist .summary p { margin : 0; }
.articlelist .more {
  font-size : .9em;
}
/*
.home .articlelist .summary { 
  margin-left : 110px;
}
*/
.articlelist table { clear : both; }
.articlelist td.item {
  float : none;
  width : 50%;
  padding-left : 1.2em;
}
.articlelist td.col1 { padding-left : 0; }

.articlelist img {
  float : left;
  margin : .2em 1em .33em 0;
}

.articlelist h3.old {
  clear : both;
  font-size : 1em; 
  margin : 0;
}

.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist ul .meta {
  font-size : .9em;
}
.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-ie5mac img.center { display : inline; }

.article table {
  border-bottom : 0px solid #ddd;
  border-left : 0px solid #ddd;
  border-right : 0px solid #ddd;
  border-top : 0px solid #ddd;
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}

.article tr.alt td {
  background-color : #f8f8f8;
}





/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  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 : .9em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .9em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }




/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {
  padding-left : 0;
  margin-left : 0;
  list-style : none;
}
.quizbox li {
  margin-bottom : .5em;
  _height : 1em; min-height: 1em;
}
.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 { margin : 0; }


/* ******  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 : .9em;
  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 .fi_bdy label,
.contactform .fi_txt label,
.contactform .fi_static span {
  width : 9em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  float : left;
  padding-left : 9em;
  font-size : .9em;
}
.contactform .fi_btn input {
  font-size : 1.12em;
}
.contactform .fi_bdy { clear : both; }
.contactform textarea { width : 98%; }





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  display : none;
}



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhead {
  background : #f8f8f8; url(i/drop-arrow.gif) 100% 50% no-repeat;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhead {
  padding : 0;
  border : none;
}

.qnav .boxhead a {
  background : transparent url(i/drop-arrow.gif) 100% 50% no-repeat;
  border : 1px solid #bbb;
  display : block;
  padding : 2px 20px 2px 8px;
  _height : 1em; min-height: 1em;
  text-transform : none;
  font-weight : normal;
  text-decoration : none;
}
.qnav .boxhead a:hover,
.qnav .boxhead a:focus,
.qnav .boxhead a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .boxbody {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .boxbody { display : none; }
.qnav-open .boxbody { display : block; }

.qnav li { _display : inline; }
.qnav .boxbody a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height : 1em; min-height: 1em;
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}




/* ******  mnav  ****** */
.mnav {
  position : absolute; 
  margin-top : -1.2em;
  top : 65px;
  _top : 68px;
  left : 197px;
}
.mnav .boxhead { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }

.mnav ul {
  list-style : none;
  padding-left : 0;
  margin-bottom : .33em;
  padding : 0;
  width: 600px;
}
.mnav li {
  display : inline;
  padding : 0;
  padding-bottom : 0;
  float : left;
}

.mnav .level1 {}

.mnav .boxbody a {
  display : block;
  margin : 0;
  padding : .1em 18px 0 0;
  font-size : 1em;
  color : #F66013;
  text-decoration : none;
  font-weight : bold;
}
.wrap .mnav a:hover,
.mnav a:focus,
.mnav a:active {
  background-color : #fff;
  text-decoration : none;
  color : #003A66;
}
.mnav .parent a,
.mnav .current a {
  font-weight : bold;
}



/* ******  snav  ****** */
.snav {
/*  padding-top : 30px;  */
  margin-bottom : 10px;
  font-size : 1em;
}

.home .snav {
  margin-bottom : -1px;
}

.snav .boxbody {
  padding-top : 1px;
  background : #f0f0f0 url("i/dotted.gif") 0 0 repeat-x;
}

.snav .boxhead { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }

.snav ul {
  margin : 0 ;
  padding : 0;
  list-style : none;
}

.snav li {
  margin : 0 ;
  padding : 0;
}
.snav li span.stream {
  display : none;
}

.snav li a {
  text-decoration : none;
  display : block ; 
  _height : 1em; min-height: 1em;
  padding : 3px 0 4px 14px;
  color : #666;
  font-weight : normal;
  background : #f0f0f0 url("i/dotted.gif") 0 100% repeat-x;
}
.snav li.current a {
  color : #000;
}

.snav .level2 li a {
  font-weight : normal;
  padding-left : 28px;
  color : #666;
  background : #F8F6F7 url("i/dotted.gif") 0 100% repeat-x;
}
.snav .level2 li.current a {
  color : #000;
}

.snav .level3 li a {
  font-weight : normal;
  padding-left : 38px;
  color : #666;
  background : #F8DDCF url("i/dotted.gif") 0 100% repeat-x;
}
.snav .level3 li.current a {
  color : #000;
}



.wrap .snav li a:hover {
  color : #333;
  background-color : #DEEAF1;
}
.wrap .snav .level1 a {
  text-decoration : none;
}






/* ******  enav  ****** */

.enav { 
  margin-top : 12px;
  margin-bottom : 12px;
  font-size : 1em;
  background : #DEEAF1 url("i/dotted.gif") 0 0 repeat-x;
  padding-top : 1px;
}
.enav .boxhead { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  background : #DEEAF1 url("i/dotted.gif") 0 100% repeat-x;
}
.enav li a {
  text-decoration : none;
  display : block ; 
  _height : 1em; min-height: 1em;
  padding : 6px 0 6px 32px;
  color : #003A66 ;
  background : url(i/arrow.gif) 14px 50% no-repeat ;
  font-weight : bold;
}
.wrap .enav li a:hover {
  color : #333;
}
.wrap .enav .level1 a {
  text-decoration : none;
}




/* * */

.obanner,
.dbanner,
.tbanner,
.ebanner {
  margin : 10px 0;
}
.obanner .boxhead,
.dbanner .boxhead,
.tbanner .boxhead,
.ebanner .boxhead { display : none; }

.obanner ul,
.dbanner ul,
.tbanner ul,
.ebanner ul { _height : 1em; min-height: 1em;  }

.obanner a,
.wrap .obanner a:hover,
.dbanner a,
.wrap .dbanner a:hover,
.tbanner a,
.wrap .tbanner a:hover,
.ebanner a {
  background : #003A65 url(i/staff.gif) 0 0 no-repeat;
  height : 0;
  display : block;
  overflow : hidden;
  padding-top : 77px;
  text-indent : -800em;
  position : relative;
  border : 0;
}
.wrap .obanner a:hover,
.obanner a {
  background : #003A65 url(i/flutningur.gif) 0 0 no-repeat;
}
.wrap .dbanner a:hover,
.dbanner a {
  background : #003A65 url(i/serverkefni.gif) 0 0 no-repeat;
}
.wrap .tbanner a:hover,
.tbanner a {
  background : #003A65 url(i/verkbeidni.gif) 0 0 no-repeat;
}

.wrap .obanner a:hover,
.wrap .dbanner a:hover,
.wrap .tbanner a:hover,
.wrap .ebanner a:hover {
  _background : wertwet;
  border : 0;
}



/* ******  calendar  ****** */
.calendar {
  border : 1px solid #eee;
  border-bottom : none;
  border-right : none;
}
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1em;
}
.calendar th {
  text-align : center;
  font-size : .9em;
  padding : .2em;
  border-right : 1px solid #eee;
  border-bottom : 1px solid #666;
}
.calendar td {
  text-align : right;
  border : 1px solid #eee;
  border-top : none;
  border-left : none;
}
.calendar .sa { }
.calendar .su { color : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : .17em .17em;
}
.pgmain .calendar td i,
.pgmain .calendar td a {
  padding : .17em .33em;
}
.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; }





/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
}
.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }





/* ******  loginform  ****** */
.loginform {}



/* ******  qsearch  ****** */
.qsearch {
  margin-bottom : 12px;
  padding : 0 14px 0 10px;
  margin : 10px 0;
}
.home .qsearch {
  position : absolute;
  top : 105px;
  margin : 0;
  padding : 0;
  margin-top : -.8em;
  right : 8px;
  z-index : 99;
  width : 170px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.qsearch .boxbody { padding : 0; }
.qsearch .fi_txt {
  _display : block;
  _float : left;
}

.home .qsearch .textinput {
  width : 120px; 
  padding-bottom : 2px;
  _padding-top : 2px;
}
.qsearch .textinput {
  width : 110px; 
  padding-bottom : 2px;
  _padding-top : 2px;
}
.qsearch .fi_txt input {
  width : 102px;
  padding: 1px 3px;
}
.qsearch .button {
  margin : 0;
  background : url(i/btn-bak.gif) 100% 0 repeat-y;
  border : 1px solid #ccc;
  padding : 1px;
}



/* ******  fltilbod  ****** */

.fltilbod {
  padding : 12px 12px;
  background : url("i/dotted.gif") 0 0 repeat-x;
}
.fltilbod .boxhead {
  color : #003A66;
  text-transform : uppercase;
  padding-bottom : 2px;
}
.fltilbod li {
  background : url(i/arrow.gif) 0 50% no-repeat;
  padding-left : 15px;
  padding-bottom : 2px;
}



/* ******  fyrirm  ****** */

.fyrirm {
  padding : 0;
  background : #DEEAF1 url("i/dotted.gif") 0 0 repeat-x;
  margin : 10px 0;
}
.fyrirm .boxbody {
  background : #DEEAF1 url("i/dotted.gif") 0 100% repeat-x;
  padding : 4px 10px 10px 10px;
}
.home .fyrirm {
  position : absolute;
  top : 200px;
  right : 12px;
  z-index : 99;
  padding : 0;
  margin-top : -3em;
  background : none;
  width : 176px;  
}
.home .fyrirm .boxbody {
  background : none;
}
.fyrirm .boxhead {
  color : #003A66;
  text-transform : uppercase;
  padding-bottom : 2px;
  padding : 10px 0 0 0;
  margin : 0 0 5px 10px;
}
.fyrirm label {
  display : none;
}



/* ******  timezone  ****** */
.timezone {
  padding : 0 0;
  width : 180px;
  _height : 1em; min-height: 1em;
  margin : 10px 0;
}
.timezone .boxbody {
}
/*
.timezone {
  padding : 12px 0 ;
  width : 180px;
  position : absolute;
  bottom : 4px;
}
.pgextra1 .wrap {
  padding-bottom : 200px;
}
*/
.timezone .boxhead {
  padding : 0 12px ;
  color : #003A66;
  text-transform : uppercase;
  padding-bottom : 2px;
  margin-right : 15px;
}

.timezone table {
  width : 100%;
  margin : 0;
  margin-bottom : 1px;
}
  
.timezone table tr.alt td {
  background : #DEEAF1;
  color : #666;
}
.timezone table tr td {
  background : #fff;
  color : #666;
}
  
.timezone table td.left {
  padding-left : 12px;
  text-align : left;
}
.timezone table td.right {
  padding-right : 12px;
  text-align : right;
}
.timezone table .left strong {
  font-weight : normal;
}



/* ******  social  ****** */
.social .boxhead {
  padding : 0 12px ;
  color : #003A66;
  text-transform : uppercase;
  padding-bottom : 2px;
  margin-right : 15px;
}
.social ul { padding-left: 10px; }
.social li {
  float: left;
  _display: inline;
  margin: 0 8px 8px 0;
}
.social li a {
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  text-indent: -9999em;
  background: 0 0 no-repeat;
}
.social li.fb a { background-image: url(i/facebook.png); }
.social li.tw a { background-image: url(i/twitter.png); }
.social li.rss a { background-image: url(i/rss.png); }



/* ******  p1 > articlelist  ****** */

.pgextra2 .articlelist {
  padding : 0 0 12px 0 ;
}
.pgextra2 .articlelist .boxhead {
  padding : 0 12px ;
  color : #003A66;
  text-transform : uppercase;
  padding-bottom : 2px;
}
.pgextra2 .articlelist .boxbody {
  padding : 0 12px ;
}
.pgextra2 .articlelist .boxbody {
  padding : 0 12px ;
}
.pgextra2 .articlelist li a {
/*  font-size: .85em; */ 
}

/* ******  language  ****** */

.language {
  position : absolute;
  top : 88px;
  left : 16px;
  z-index : 99;
}
.home .language {
  top : 306px;
}
.language .boxhead {
  display : none;
}
.language .boxbody li a {
  background : url(i/lang-en.gif) 0 50% no-repeat;
  padding-left : 20px;
  color : #666; 
  text-transform : uppercase;
  text-decoration : none;
/*  font-size : .8em; */
  font-weight : bold;
}
.english .language li a {
  background-image: url(i/langnav-is.png);
}



/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight : bold;
  font-size : 1em;
  padding-bottom : 3em;
}
.sitemap ul { width : 13em; }

.sitemap .level1 ul {
  margin : -3px 0 0 110px;
  _margin-bottom : -.5em;
  font-size : .9em;
  padding-bottom : 3px;
}
.sitemap ul.level2 {
  font-size : 1em;
}
.sitemap ul.level3 {
  font-weight : normal;
  margin-left : 100px;
}
.sitemap ul.level4 {
  margin-left : 90px;
}
.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 : 1em; min-height: 1em;
}
.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; }







/* ******  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; }




/* ******  footer  ****** */
.footer .boxhead { display : none; }

.footer {
  position : absolute ; 
  color : #fff;
  padding  : 12px;
  padding-top  : 20px;
  padding-bottom  : 50px;
  font-size : 1em;
  background : #003A66 url(i/footer-bak.gif) 0 0 no-repeat;
  width : 776px;
}
.footer i {
  padding : 0 2px;
  font-style : normal;
  color : #ccc;
}
.footer a {
  color : #fff;
  text-decoration : none;
}
.wrap .footer a:hover {
  color : #fff;
  text-decoration : underline;
}

 

/* ******  eplicaad  ****** */
.byggiraeplica { 
  display : none;
}



/* ****** formstuff  ****** */

label {
  width : 12em;
  float : left;
  display : block;
  clear : left;
  font-size : .9em;
}
.radio label {
  width : auto;
  float : none;
  display : inline;
  clear : none;
}
.wrap textarea {
  width : 400px;
}

.pgmain form .button {
  float : right;
}




/* ****** employeelist  ****** */
/*
.employeelist ul li {
  margin-bottom : 4px;
}
.employeelist ul li span {
  padding-left : 8px;
}
*/

.employeelist .boxbody {
  border : 1px solid #ccc;
  padding : 0;
}
.employeelist h3 {
  padding : 0px 14px;
  margin : 6px 0;
}
.employeelist ul {
  margin : 0;
}
.employeelist li {
  position : relative;
  clear : left;
  padding : 2px 14px;
  background : #fff;
}
.employeelist li.alt {
  background : #EBEBE5;
}
.employeelist ul li span {
  position : absolute;
  right : 14px;
}




/* ****** fontsizer ****** */

.pagestyle {
  position: absolute;
  top: 87px;
  left: 150px;
  _margin-top: -4px;
  padding: 0;
  z-index: 99;
}

*:first-child+html .pagestyle { margin-top: -4px; }

.home .pagestyle { top: 303px; }

.pagestyle h2 { display: none; }

.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 16px;
  height: 16px;
}

.pagestyle .userstyles a { background: #fff url(i/stillingar.gif) no-repeat; }

.wrap .pagestyle a:hover,
.wrap .pagestyle a:focus,
.wrap .pagestyle a:active { background-position: 0 -16px; }



/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #666;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }






