.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 : #fff;
  margin : 0;
  padding : 3px 0;
  color : #231F20;
  line-height : 1.2em;
  font-family : "Akzidenz Grotesk BE", Arial, Helvetica, sans-serif;
  font-family : Arial, Helvetica, sans-serif;
  text-align : center;
}
body,
body.zoom1 { font-size: 12px;  ~font-size : 68.75%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 16px;  ~font-size: 100.00%; }

.pgwrap {
  position : relative;
  margin : 0 auto;
  text-align : left;
  background : url(i/pbody-bak.png) 0 0 repeat-y;
  padding :0 12px;
  width : 977px;
  _width /**/: 1001px;
}
.pgwrap-ie5mac {
  margin : 0 0 0 10px;
  left : 0;
}

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 : 1.75em; }
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; }
.fi_rdo label,
.fi_chk label { display : inline; }

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 { border : 1px solid #888; }

.button,
.fi_btn input {
  color : #5F854A;
  font-size : .91em;
  background : #fff;
  width : auto;
  border : 1px solid #666;
  border-top-color : #ddd;
  border-left-color : #ddd;
  cursor: pointer;
  _cursor: hand;
} 
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #d80;
  color : #d80;
}


a { color : #007F8A; text-decoration : none; }
a:hover,
a:focus,
a:active { }



abbr, acronym {
  border-bottom : 1px dotted #777;
  cursor : help;
}
abbr:hover, acronym:hover { border-bottom-color : #555; }


img { 
  margin : 0;
  padding : 0;
  border : none; 
}


h1, h2, h3, h4,
.sidetitle {
  margin : 0;
  font-weight : bold;
  color : #282828;
}
h1 {
  font-size : 1.18em;
  margin-bottom : .55em;
}
h2 {
  margin-top : 1.57em;
  margin-bottom : .55em;
  font-weight: normal;
}
h3 {
  font-family : Arial, sans-serif;
  color: #5f854a;
  font-size : 1.25em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1.167em;
  color : #333;
  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; 
}





/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pghead {
  margin : 37px -12px 0 -12px;
  padding : 13px 12px 0 12px;
  background : url(i/pbody-top.png) 0 0 no-repeat;
}
.pghead .wrap {
  padding-top : 17px;
  text-align : right;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  background : url(i/head-top.png) 0 0 no-repeat;
}
.pghead img { vertical-align : middle; }

.pghead .brand {
  position : absolute;
  top : 17px;
  left : 0px;
  text-align : left;
}
.pghead .logo { 
  float : left;
  margin : 18px 16px 16px 23px;
}
.pghead .brand span {
  float : left;
  background : url("i/slogan.gif") 0% 0% no-repeat;
  margin-top : 31px;
  width : 230px;
  padding-top : 39px;
  height : 1px;
  _height /**/: 40px;
  overflow : hidden;
}
.pghead .headimg { padding : 5px 1px; margin-right: 26px;}


  /* blogg start */

  .pagetitle {
    position : absolute;
    top : 59px;
    left : 130px;
    margin-top : 3.27em;
    text-align : left;
    font-weight : bold;
    width : 180px;
    background : #fff;
  }
  .pagetitle .boxbody {
    font-size : 1.18em;
    margin-right : -430px;
    position : relative;
    padding-bottom : .33em;
  }
  .pagetitle .name {
    font-size : 1.15em;
    padding-right : 5px;
  }
  .pagetitle .description { color : #666; }

  /* end blogg */


.pgmain {
  background : #fff;
  padding-left : 207px;
  float : left;
  width : 745px;
  margin-bottom : -2.5em;
}
.pgmain .wrap {
  padding : 2.73em 0 2em 5px;
  border-bottom : 5px solid #fff;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.home .pgmain .wrap { padding-top : 0;  padding-left : 0; }
.threecol .pgmain .wrap { padding-right : 150px; }



.pgextra2 {
  float : left;
  margin-left : -952px;
  width : 207px;
  padding-bottom : 2em;
  margin-bottom : -3em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgextra2 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgextra1 {
  float : left;
  width : 145px;
  color : #888;
  padding-top : 2.73em;
  margin-left : -146px;
  position: relative;
  z-index: 1;
  
}
.pgextra1 .wrap { font-size : .91em; }


.pgfoot {
  margin : 0 -12px;
  padding : 12px 12px 28px 12px;
  min-height : 2em;
  _height : 2em;
  clear: both;
  background : url(i/pbody-bottom.png) 0 100% no-repeat;
}
.heightfixed .pgfoot {}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box,
.pgextra1,
.pgextra2 {
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.boxhead,
.sidetitle { }
.boxbody,
.side { _height:0;~min-height:0; /* ie hasLayout fix */ }

.pgmain .boxhead,
.pgextra1 .boxhead,
.wrap .snav .boxhead,
.pgextra2 .boxhead,
.pgextra1 .sidetitle {
  display : block;
  clear: both;
  font-weight: bold;
  border : 1px solid #5f854a;
  background : ;
  font-size : .92em;
  margin : 0;
  color : #fff;
  padding : 3px 10px 3px 22px;
  background: #5f854a url(i/pghead-dot.png) 10px .8em no-repeat;
}
.pgextra1 .boxhead,
.pgextra1 .sidetitle { font-size : 1.1em; }

.pgextra1 .side,
.pgmain .boxbody {
  padding : 5px 12px 1.5em 12px;
}
.pgextra1 .side { margin-top : 3px; margin-right : 5px; }


.boxhead,
.boxbody,
.sidetitle,
.side { margin : 10px; }
.boxhead,
.sidetitle { margin-bottom : 0; }


.home .topbox {
  margin-left: 5px;
  clear: both;
}
.home .topbox:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .topbox .boxbody {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}


/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.meta .date {
  font-weight: normal;
  /*font-size: .846em;*/
  font-size: 11px;
  color: #929292;
  display: block;
}
.pgwrap .wrap .meta a {
  color : #999;
  text-decoration : none;
}




/* ******  buttons  ****** */
.more,
.buttons,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.more a,
.buttons a,
.archivelink a {
  float : left;
  text-decoration : none;
  padding : 0 12px 0 0;
}
.buttons {
  margin : 1.33em -12px .7em -12px;
  padding : 5px 9px 4px 9px;
}
.wrap .buttons a { color: #2c2c2c;}
.buttons .btnback {
  background: url(i/btnback.png) 0 50% no-repeat;
  padding-left:12px;
}
.buttons .prenta,
.buttons .senda {
  background: url(i/more-arrow.png) 0 50% no-repeat;
  padding-left:10px;
  float: right;
  margin-left:4px;
}
.buttons .senda {
  position: absolute;
  right:0;
}
.buttons {
  position: relative;
}
.buttons .prenta{
  padding-right:62px
}




/* ******  articlelist  ****** */
.home .articlelist {
  _display : inline;
  margin-left : 5px;
}
.home .articlelist .boxbody {
  padding-left : 0;
  padding-right : 0;
  margin-right:-20px;
}
.home .articlelist .starfsmenn {
  padding-left : 0;
  padding-right : 0;
  width : 100%;
}
.articlelist {
    line-height:1.3;
}
.articlelist .item {
  margin-bottom : 1.3em;
  width : 335px;
  float: left;
  margin-right:37px;
}
.articlelist.full .item {
  width : auto;
}
.articlelist .item h3 {
  margin : 0 0 .2em;
}
.articlelist .item h2 {
  margin: .3em 0 .5em;
}
.articlelist .item h3 a {
  display: block;
  clear: both;
  color : #466d31;
  text-decoration : none;
  font-weight: bold;
font-size: .933em;
}

.articlelist .item h3 .meta { 
  font-size : 1em; 
  font-weight: bold;
}

.articlelist .summary { 
  margin-bottom : 1em; 
}
.articlelist .summary p { margin : 0; }
.articlelist .more {}
.articlelist .more a {
  background: url(i/more-arrow.png) 0 .4em no-repeat;
  padding-left: 9px;
  color: #545454;
  font-size: .92em;
  margin-top:5px;
}

.articlelist img {
  float : right;
  margin : .2em 0 1em 15px;
}


.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {}




/* ******  multi(extends:articlelist)  ****** */
.multi {
 background: url(i/multi-line.png) 5% 0 no-repeat;
 padding: 20px 0 0;
 margin: 0 -80px 0 0;
}
.multi .item {
  float: left;
  width:300px;
  margin: 0 80px 30px 0;
}
.home .articlelist .itm3,
.home .articlelist .itm5,
.home .articlelist .itm7,
.home .articlelist .itm9,
.multi .itm3,
.multi .itm5,
.multi .itm7,
.multi .itm9 {
  clear: left;
}


/* ******  article  ****** */
.article h1 {
  color: #466d31;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
.article .subtitle {
  color: #828282;
  font-weight: normal;
}
.article .boxbody p {
  line-height:1.5;
}
.article .subtitle {
  clear : none;
  margin-top : -.34em;
  font-size : 1em;
}
.article .summary {
  color : #777;
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article img { clear : both; }
.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 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;
}
.article .relatedfiles li.audio a {
  padding: 3px 23px 3px 0;
  background: url(i/play.gif) 100% 50% no-repeat;
}
.article .relatedfiles ul {
	list-style: none;
	padding: 0;
}



/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
  font-size : .91em;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgname { font-weight : normal; }
.imgbox .imgtext {
  color : #666;
  font-weight : normal;
}
.imgbox .imgmeta {
  width : 200px;
  color : #888;
  font-weight : normal;
}

.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }





/* ******  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_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%; }



/* ******  advert  ****** */
.advert {}



/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position : absolute;
  top : 126px;
  left : 224px;
  width : 738px;
  color : #fff;
  font-size : .91em;
  background:#5F854A none repeat scroll 0 0;
  border:1px solid #5F854A;
}
.home .breadcrumbs,
.breadcrumbs strong { display : none; }
.breadcrumbs div {
  padding : 3px 10px 3px 10px;
  margin : 0;
}
.breadcrumbs b a,
.breadcrumbs a { color : #fff; text-decoration : none; }
.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus {
  color : #fff;
}
.breadcrumbs i { font-style: normal; 
  /* image replacement */padding:0; display:inline-block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 4px;
  height: 6px;
  background: url(i/pghead-dot.png) 0 0 no-repeat;
  }




/* ******  tnav  ****** */
.tnav:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.tnav {
  background-color: #5f854a;
  font-size : .91em;
  text-transform : uppercase;
}
.tnav .boxbody {
  margin : 0;
  width : 76.5%;
  float : left;
}
.tnav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.tnav li,
.tnav .boxhead {
  float : left;
  width : 50%;
  ~background-color: #5f854a;
}

.tnav .boxhead,
.wrap .tnav .boxbody a { color : #fff; }
.tnav .boxhead,
.tnav .boxbody a {
  display : block;
  text-align : center;
  padding : 4px 0 2px 0;
  white-space : nowrap;
  text-decoration : none;
  border-left : 2px solid #6d9155;
}
.pgwrap-ie4mac .tnav a { float : left; }


.tnav .parent a,
.tnav .current a {
}


.tnav .boxhead {
  margin : 0;
  font-size : 1em;
  border-left : none;
  width : 23%;
  ~padding-top:2px;
  font-weight: normal;
}





/* ******  mnav  ****** */
.mnav {
  border-top : 13px solid #fff;
  border-bottom : 5px solid #fff;
  text-transform : uppercase;
  ~clear: both;
}
.home.js-active .mnav {
  margin-bottom:-22px;
}
.mnav .boxhead { display : none; }
.mnav .boxbody { margin : 0; }
.mnav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}

.mnav li {
  border-bottom: 1px solid #e7e7e7;
}
.mnav .boxbody a {
  display : block;
  color : #404040;
  padding : 6px 7px 10px 25px;
  background : url(i/mnav-dot.png) 14px .8em no-repeat;
  text-decoration : none;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.mnav .parent a,
.mnav .current a {
  font-size : 1.09em;
  color : #5f854a;
  font-weight: bold;
}

.mnav .level2 {
  text-transform : none;
  border-top: 1px solid #e7e7e7;
}
.mnav .level2 li {
  background-position : -210px 100%;
  border:none;
}
.mnav .level2 a {
  background:none;
  font-size : 1em;
  padding-left : 38px;
  color : #404040;
  font-weight: normal;
  padding-top:5px;
  padding-bottom:4px;
}
.mnav .level2 .parent a,
.mnav .level2 .current a {
  font-weight : bold;
  background : url(i/bullet3.gif) 27px .9em no-repeat;
}


.mnav .level2 .level3 a {
  font-weight : normal;  
  padding-left : 46px;
  background:none;
}
.mnav .level3 .current a { font-weight: bold; background : url(i/bullet3.gif) 37px .9em no-repeat;}
.mnav .level3 {
  font-size: .92em;
}


.snav .boxhead { color : #5da5c9; }




/* ******  flnav  ****** */
.flnav {
  position : relative;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.flnav .boxhead a {
}
.flnav .boxbody {
  width : 186px;
  border-top : none;
  margin : 0;
  padding: 0 0 0 20px;
}
.flnav .closed { display : none; }
.flnav ul {
  list-style : none;
  margin : 0;
  padding : 3px 0;
  border-top : none;
}
.flnav li { 
  background: url(i/flnav-arrow.png) 0 .4em no-repeat;
  padding-left: 9px;
  margin: 6px 0;
}
.flnav ul a {
  color: #2a2a2a;
}
.flnav ul a:hover,
.flnav ul a:focus,
.flnav ul a:active { }

.pgmain .qnav ul{
  float : left;
}

.pgmain .qnav li{
  float : left;
  list-style : none;
  display : inline;
  width : 33%;
  line-height : 1.8em;
}



/* ******  calendar  ****** */
.calendar { border-top : 1px solid #ccc; }
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-style : normal;
  text-align : center;
  font-weight: normal;
  padding-bottom : 4px;
  font-size : 1em;
}
.calendar caption a {
  color : #7F94A0;
}
.calendar th {
  font-size : 1.08em;
  text-align : right;
  padding : .2em;
  font-weight: normal;
  text-transform: uppercase;
}
.calendar td {
  text-align : right;
  border : 1px solid #fff;
  border-top : none;
  border-left : none;
}
.calendar .sa { }
.calendar tr th:first-child,
.calendar .su { color : #95B675; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : .17em 2px;
}
.pgmain .calendar td i,
.pgmain .calendar td a {
  padding : .17em 3px;
}
.calendar td a { font-weight : bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color : #eee; }




.home .monthlist .boxhead { display : none; }



/* ******  events  ****** */
.events .boxbody {
  position : relative;
  padding-top : 3em;
}
.events ul,
.events li {
  list-style : none;
  padding : 0;
  margin : 0;
  display : inline;
}
.events .eventgrp h3 { margin-bottom : .33em; }
.events .eventgrp ul {
  display : block;
  line-height : 1.5em;
}
.events .eventgrp li { padding-right : 15px; }
.events .eventgrp a { white-space : nowrap; }

.events li .meta { display : inline; }

.events .pager {
  position : absolute;
  top : -3px;
  left : -8px;
  width : 543px;
  text-align : left;
  padding : .42em 0 .25em 0;
  border-bottom : 1px solid #eee;
  list-style : none;
  padding : 0;
}
.events .pager a { white-space : nowrap; }
.events .pager .index {
  padding : 0;
  font-size : .91em;
}
.events .pager .index a {
  float : left;
  padding : 0 3px 2px;
  color : #999;
}
.events .pager .index li a {
  border-left : 1px solid #ddd;
  padding-bottom : 0;
}
.events .pager .current a {
  font-weight : bold;
  color : #444;
}

.events .pager .next,
.events .pager .prev {
  position : absolute;
  top : 3.27em;
}
.events .pager .next { right : 12px; }
.events .pager .prev { left : 12px;  }





.events .calendar {
  margin : 0 -10px 1.36em -10px;
}
.events .calendar caption {
  padding : 0 0 7px 5px;
  /* text-align : left; */
}
.events .calendar th {
  font-size : 1em;
  text-align : left;
  padding-left : 5px;
  border-bottom : 1px solid #ccc;
}
.events .calendar td {
  text-align : left;
  padding : 0 3px .5em 4px;
  background : #f6f6f6;
  height : 4em;
  width : 15%;
}
.events .calendar td.sa,
.events .calendar td.su { width : 12%; }
.events .calendar h4 { margin : 0; }
.events .calendar h4 a {
  color : #333;
}
.events .calendar td a { padding : 0; }
.events .calendar p a,
.events .calendar li a { font-weight : normal; }

.events .calendar ul { list-style : none;  padding : 0;  margin : 0; }
.events .calendar p,
.events .calendar li {
  margin : 0;
  padding : .18em 0;
}
.events .calendar td.su,
.events .calendar td.sa {
  background : #eee;
  color : #999;
}
.events .calendar td.osu,
.events .calendar td.osa,
.events .calendar td.o { background : #fff; }

.events .semester {
  text-align : center;
  font-weight : bold;
  padding-top : 1em;
}





/* ******  advert  ****** */
.advert .boxbody {
  text-align : center;
}



/* ******  loginform  ****** */
.loginform {}



/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top:-22px;
  right:76px;
  width:220px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.pgfoot .qsearch {

}
.qsearch .boxbody { margin : 0; }
.qsearch .fi_txt input {
  width : 163px;
  background: #fff url(i/qsearch-bg.png) 0 0 repeat-x;
  border : 1px solid #d4d4d4;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
  padding: 2px 0 2px 25px;
}
.qsearch .fi_btn input {
  background: url(i/qsearch-btn.png) 0 0 no-repeat;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 13px;
  height: 13px;
  border:none;
  position: absolute;
  left:4px;
  top:3px;
}





/* ******  fontsizer  ****** */
.pagestyle {
  position : absolute;
  right: 47px;
  top: -18px;
  width : 60px;
  padding-bottom : .3em;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle .boxbody { margin: 0; }
.pgwrap .wrap .pagestyle a { color : #fff; }
.wrap .pagestyle ul { list-style : none; padding: 0; margin: 0; float : right; }
.wrap .pagestyle li {
  float : left;
}
.wrap .pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 19px;
  height: 14px;
  display: block;
  white-space : nowrap;
  background : url(i/font.png) 0 0 no-repeat;
  margin-bottom : -.3em;
}
.wrap .pagestyle .dwn a {
  background-position: -24px 0;
  margin: 0 0 0 5px;
}




/* ******  enav  ****** */
.enav {
  position : absolute;
  top : -9px;
  margin-top : -1em;
  right : 228px;
  width : 285px;
}
.enav .boxhead { display : none; }
.enav .boxbody { margin : 0; }
.enav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.enav li {
  float : left;
  display : inline;
  border-left : 1px solid #a3c087;
}
.enav li.cat1,
.enav li.cat1 a { border-left : none; }

.wrap .enav .boxbody a { color : #6a6a6a; }
.enav .boxbody a {
  display : block;
  padding : 0 6px;
  white-space : nowrap;
  text-decoration : none;
}
.pgwrap-ie4mac .enav a { float : left; }




/* ******  fnav  ****** */
.fnav {
  font-size: 1.083em;
  font-weight: bold;
}
.fnav .boxbody {
  ~width:100%;
}
.fnav ul {
  padding: 0;
}
.fnav li {
  list-style:none;
}
.fnav li a {
  display: block;
  color: #fff;
  padding: 11px 10px 11px 34px;
  margin: 0 -11px;
  background: url(i/flnav-buttons.png) 0 0 no-repeat;
  text-shadow: rgba(0,0,0, .5) -1px -1px 1px;
}




/* ******  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;
}

.mediagallery .boxhead a {
  color : #fff;
}
.mediagallery ul {
  padding: 0;
  margin: 0;
  list-style : none;
  overflow : hidden;
}
.mediagallery ul li {
  width : 158px;
  margin : 0 5px 10px;
  text-align: center;
  float : left;
  _display : inline;
}
.mediagallery ul li img {
  max-width : 158px;
  max-height : 119px;
}
.mediagallery .pgs {
  text-align: center;
}
.mediagallery .pgr {
  overflow : hidden;
  text-align: right;
}
.mediagallery .pgr .prev {
  float : left;
}


/* ******  fpbanner  ****** */
.fpbanner {
  margin : 0 0 5px 0;
}
.fpbanner img,
.fpbanner object {
  vertical-align : top;
  margin : 0 0 0 5px;
  padding : 0;
}




/* ******  footer  ****** */
.footer {
  margin-bottom : 1.5em;
  margin-top:20px;
  padding-left:9px;
}
.footer a {
  color : #231F20;
}
.footer .boxhead { display : none; }




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  margin : 0 -12px;
  background : #fff;
  padding : 0 13px 0 0;
  text-align : right;
  _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');
}



/* ******  linklist  ****** */
.linklist { 
  font-size : .91em;
}
.linklist .boxhead { display : none; }
.linklist h4 {
  margin : 0;
  padding-left : 18px;
  background : url("i/bullet3.gif") 0 .6em no-repeat;
}
.linklist h4 a { color : #95B675; }

.imgbanner {
  float: left;
  overflow: hidden;
  padding :0 0 0 5px;
  width: 271px;
  height: 210px;
  margin-bottom: 5px;
}

/* ******  links hover/focus/active  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #d80; text-decoration : underline; }
body a[name]:hover { color : inherit; text-decoration : none; }

