.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: 0;
  color : #333333;
  line-height: 1.25;
  text-align: center;
	font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
	background-color :#ffffff;
	font-size : 11px;
	text-align: center;	
}

  
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }
/*
  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%; }
*/



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; }


a { 
  color: #333333;
  text-decoration: underline;
}

a * {
  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.33em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.17em;
  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: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 #888;
  background: #fff;
  color: #000;
}

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: #fff;
  border: 1px solid #888;
  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; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 969px;
  margin: 0 auto;
  text-align: left;
}



.pghead { 
  // background: url(i/sitelogo.gif) 0 0 no-repeat;	
	}
.pghead .brand { margin:0; font-size :1em; }
.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: 0px;
  width: 969px;
  _display: inline;
}

.threecol .pgmain {
  width: 400px;
  margin-right: 180px;
}

.pgmain .wrap {
  padding: 42px 40px 0 40px;
}

.home .pgmain,
.onecol .pgmain {
  width: 899px;
  padding-right: 35px;
}

.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra2 {
  float: left;
  width: 100px;
  margin-left: -969px;
  _display: inline;
}


.pgfoot {
  clear: both;
}

/* disposable helper fyrir canvas vinnu */
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  /* border: 1px solid #e0e0e0; */
  _height:0;min-height:0;/* ie hasLayout fix */
}

/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }





/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  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;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
  padding-left:-14px;
margin-left:-14px;  
  /* border: 1px solid #000000; */
  text-transform:lowercase;
}
.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;
}

.btnfacebook {
  margin-left:-18px;
  margin-top:-2px;
}

.btnback  {
  text-decoration:none;
}

/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}


/* articlelist homelist */

.homelist {
  margin-left:-35px;	
  text-transform:lowercase;  
  z-index:2;
}

.homelist h3 a {
  text-decoration:none;
  font-weight:none;
  color:#666666;
  font-size:11px;  
}

.articlelist .homelist li {
  	padding-top:10px;
}

.articlelist .homelist h3 {
	font-weight: none; 
}

.homelist ul {
  font-weight: none; 
}

.homelist a {
  text-decoration:none;	
  color:#666666;
  font-size:10px;   
}

/* columns */

.columns {
background:#FFFFFF url(i/threecols-bb.png) no-repeat scroll 50% 6px;
padding:15px 0 7px 0;
margin-left:-40px;
float:left;
clear:right !important;
float:left !important;
margin-right:0 !important;

}

.columns .item {
  float:left;
  position:relative;
  width:202px;
  height:220px;
  padding-right:30px;
}

.columns img {
  border:1px solid #cccccc;
}

.columns a {
  text-decoration:none;	
}

.columns .boxhead {
  display:none;	
}

/* ******  article  ****** */
.article {
  padding-left:100px;
  padding-right:200px;
}
.article .boxbody { 
	line-height: 1.4;	
}

.article h1 {
  	text-transform:lowercase;	
}

.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 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,
.article td {
  padding: 2px 8px;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
  border-right: 1px solid #fff;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.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 li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { list-style: none; padding: 0; overflow: hidden; }
.chapters li { float: left; margin-right: 1em; }

.prenta {
	display:none;
}

.senda {
	display:none;
}



/* Article movie */

.movie {
  /* border: 1px solid #000000; */
  clear:none;
  width:200px;
  /* margin-top:-396px; */
  margin-left:-140px;  
  padding-bottom:50px;
  padding-bottom:50px;
  padding-right:0px;
  clear:right !important;
float:left !important;
margin-right:0 !important;
}

.flashvideo {
  /* padding-left:200px; */
  display:block;
  margin:0 0 0 9px;
  margin-top:120px:
  position:relative;
  clear:right !important;
float:right !important;
margin-right:0 !important;
}

.article .clients {

  padding-top:10px;  
}


/* article basic */

.basic {
  padding-top:230px;
  border: 1px solid #000000;
}

.movie .boxhead {
  font-weight:bold;
  font-size:20px;
  /* border:1px solid #000000; */
  padding-bottom:10px;
  text-transform:lowercase;  
}

/* ******  imagebox  ****** */
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 0 0 .75em 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
}

.imagebox .img {
  display: block;
  border: 3px solid #ddd;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 262px;
  _width: 262px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}






/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 32px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 666px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 666px;
  padding : 5px 0;
  text-align : left;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }






/* ******  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_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: left;
  top: 85px;
  right: -170px;
  width: 450px;
  font-size: 0.92em;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  font-weight:none;
  color: #ccc;
  text-transform:lowercase;
}
.breadcrumbs i { 
	font-style: normal;   
	color: #ccc;
}



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 20px;
  left: 800px;
  width: 150px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0; }

.mnav ul {}
.mnav li {
  _display: inline;
  float: left;
}

.mnav .boxbody a {
  font-weight: none;
  font-size: 20px;
  display: block;
  padding: 2px 0 0 10px;
  border:none;
  height: 22px;
  text-decoration: none;
  text-transform:lowercase;
  width: 42px;
}

// .mnav .boxbody .cat1 a { padding-right: 150px}
// .mnav .boxbody .cat2 a { margin-right: 50px}
// .mnav .boxbody .cat3 a { width: 148px; }
// .mnav .boxbody .cat4 a { width: 145px; }
// .mnav .boxbody .cat5 a { width: 117px; }
// .mnav .boxbody .cat6 a { width: 106px; }

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color:#999999;
}
.mnav .parent a,
.mnav .current a {
  font-weight: none;
  color:#cccccc;
}

.home {
		display : none;
}

/* ******  snav  ****** */
.snav {
  padding-top:30px;	
  margin-left: 5px;
}
.snav ul {
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}

.snav .boxbody {
    /* width:150px; */
}

.snav .boxbody a {
  display: block;
  padding: .1em .33em;
  text-decoration:none;
  text-transform:lowercase;  
}

.snav h2 {
  padding-top:10px;	
  text-transform:lowercase;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
}

.snav .level2 {}

.snav .level2 a {
  font-weight: normal;  
  padding-left: 1.4em;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  color:#999999;  
}

.snav .level2 .level3 a {
  font-weight: normal;  
  padding-left: 2.8em;
}
.snav .level3 .current a {
  font-weight: bold;  
}

.snav {
  padding-left:-350px;	
}

.snav .boxhead {
	display:none;
}

/* ******  enav  ****** */

.enav { 

}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.enav ul li:first-child,
.enav li.cat1 { border: none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 45px;
  margin-top: -.5em;
  right: 40px;
  width: 250px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .boxbody a {}

.flnav .parent a,
.flnav .current a { font-weight: bold; }






/* ******  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 {
  padding-left:100px;
}

.loginform .boxhead {
  text-transform:lowercase;	
}

.loginform .fi_btn {
  padding-left:27px;	
}

/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 15px;
  margin-top: -.8em;
  right: 0px;
  width: 210px;
  display: none;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { width: 120px; }
.qsearch .fi_btn input { width: 3.5em; font-size: .91em; }





/* ******  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;
  padding-left:100px;
  padding-top:5px;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  _display: inline;
  text-align: center;
}
.mediagallery .pgr {
  text-align: left;
  padding : 5px 0 0 16px;
  width:200px;
}
.mediagallery .pgr a.prev {
  float: left;
  padding-right:5px;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  text-align: left;
  padding : 5px 0 0 16px;
  width:200px;
}

.thumbsview li img {
 border:1px solid #cccccc;	
 height:65px;
}

.singleimage .image img{
 border:1px solid #cccccc;	 	
}

.gallery {
  padding-left:100px;	
}

.mp3 {
  padding-left:100px;
  z-index:5;
  width:200px;
}

.mp3 a {
  text-decoration:none;	
}

.mp3 .thumb {
  float:left;	
}

.mp3 .imgcontent {
  font-weight :bold;	
  
  float:right;  
}

.mp3 .imgtext {
	color:red;
}

.mp3 li {
  clear:left;
}

/* FlashVideo */


.flashvideo .boxhead{
  display:none;
}

/* 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;
  text-align: center;
}

.imagelist li img {
}

.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  ******* */
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 {
  padding: 0 0 2em;
  _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: 0 20px .75em 0;
  float: left;
  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 ul {
}
td .persona li {
  margin-bottom: .3em;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}


/* ******  footer  ****** */
.footer .boxhead { /* display: none; */ }

.footer {
  padding-top : 40px;
  clear:both;	
  border-bottom:1px solid #cccccc;
}

.footer .boxhead {
  display:none;	
}



/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding-top: 20px;
  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-b.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b.png',sizingMethod='crop');
  display:none;
}





/* ******  imgbanner  ****** */
.imgbanner {}

.homebanner {
  margin-top:-130px;
  padding-left:120px;
  z-index:-1;  
}



/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 25px;
  right: 40px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 4px;
}
.pagestyle a {
  display: block;
  overflow: hidden;
  /* text-indent: -99999em; */
  width: 20px;
  height: 15px;
  background: url(i/font-dwn.gif) 0x 0 no-repeat;
}

.pagestyle .up a {
  background-image: url(i/font-up.gif);
}
.pagestyle .userstyles a {
  background-image: url(i/font-alt.gif);
}
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -20px;
}








/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #c00;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }




   #control_overlay {  
       background-color:#000;  
   } 
    
   .modal {  
       background-color:#fff;  
       padding:10px;  
       border:1px solid #333;  
   } 
    
   .tooltip {  
       border:3px solid #ccc;  
       background-color:#fff;  
       height:25px;  
       width:200px;  
       font-family:"Lucida Grande",Verdana;  
       font-size:10px;  
       color:#333;  
   } 
    
   .simple_window {  
       width:250px;  
       height:50px;  
       border:1px solid #000;  
       background-color:#fff;  
       padding:10px;  
       text-align:left;  
       font-family:"Lucida Grande",Verdana;  
       font-size:12px;  
       color:#333;  
   } 
    
   .window {  
       background-image:url("/stylesheets/window_background.png");  
       background-position:top left;  
       -moz-border-radius: 10px;  
       -webkit-border-radius: 10px;  
       padding:10px;  
       font-family:"Lucida Grande",Verdana;  
       font-size:13px;  
       font-weight:bold;  
       color:#fff;  
       text-align:center;  
       min-width:150px;  
       min-height:100px;  
   } 
    
   .window .window_contents {  
       margin-top:10px;  
       width:100%;  
       height:100%;      
   } 
    
   .window .window_header {  
       text-align:center;  
   } 
    
   .window .window_title {  
       margin-top:-7px;  
       margin-bottom:7px;  
       font-size:11px;  
       cursor:move;  
   } 
    
   .window .window_close {  
       display:block;  
       position:absolute;  
       top:4px;  
       left:5px;  
       height:13px;  
       width:13px;  
       background-image:url("/stylesheets/window_close.gif");  
       cursor:pointer;  
       cursor:hand;  
   }  


