/*
	ESKILL BASE SCREEN STYLESHEET
	v 1.0

	SIZES RELATIVE TO 13PX (BASE FONT SIZE)
		10px: 0.7692em
		11px: 0.8462em;
		12px: 0.9231em;
		14px: 1.0769em;
		15px: 1.1538em;
		16px: 1.2308em;
		22px: 1.6923em;

	COLOR SCHEME:
		Dark blue (links): #003056
		Red (hover links): #e01b27
		Light gray (borders): #e5e5e5
*/

#toplayer {
	left: 0px;
	top: 0px;
	margin: 0px;
	z-index: 999;
	outline: none;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
}

#cards {
	margin: auto;
	z-index: 999;
	outline: none;
}

* { margin:0; padding:0; }

body {
	font: 0.76em/140% arial, sans-serif;
	color: #333;
	background: #f5f5f5 url(../images/bgs/page-bg.gif) repeat-x top left;
	/* background: #FFFFFF url(../images/bgs/vis_jolabg-2010.jpg) repeat-x top left; */
}

img { border:0; }
a { text-decoration: none; color: #003056; }
a:hover { color: #e01b27; }
.container-content a { text-decoration: underline; }

h1 { font-size: 1.2308em; }
h2 { font-size: 1.3em; margin: 1.4em 0 0.2em; }
.indent h2 { font-size: 1.2em; }
h3 { font-size: 1.13em; }
h4 { font-size: 1.05em; }
h3, h4 { color: #5f5f5f; }
h5, h6 { font-size: 1em; }
.general-warning h2 { margin: 0.4em 0 }
.container-content h3 {margin:0.2em 0 1em 0 }
h3,h4 {margin:1.2em 0 0.2em }
h5,h6 {margin:0.8em 0 0.2em; }
h1 a, h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none !important; }

.subpage h1 {
	font-size: 1.6923em;
	color: #e01b27;
	background: transparent url(../images/bgs/hr-bg.gif) no-repeat bottom right;
	padding: 0 0 15px;
	margin: 13px 0 12px 0;
}

.page404 h1 { color:#003056; font-size:2em; margin-bottom:.8em; }
.page404 h3 { margin:.5em 0; }

fieldset { border: none; }
fieldset legend { color: #000; padding: 0 4px; }
input, textarea { font-size: 1em; padding: 2px; border: 1px solid #e4e5e7; border-top: 1px solid #adadaf; color: inherit; font-family: Arial, Sans-Serif; }
input.radio, input.checkbox { border: none; margin-right: 3px; } /* this is for IE6, obviously for it to work you have to put class="radio" on radio inputs and class="checkbox" on checkbox inputs in the HTML */
input[type='radio'], input[type='checkbox'] { border: none; margin-right: 3px; }
select {border: 1px solid #e4e5e7; border-top: 1px solid #adadaf;}

/* mind the font-sizes in tables */
table { font-size: inherit; border-collapse: collapse; }
th,td { padding: 2px; }
th { text-align: left; }

ul { list-style: none; }

.pagelist li {
  float:left;
}

.maincontent ol, .maincontent dl,
.maincontent blockquote, .maincontent q { margin: 0.6em 0 0.6em 1em; }
.maincontent ul { margin: 0.4em 0 1em 0; }
.maincontent ul li {
	margin-bottom: 0.3em;
	background: transparent url(../images/bgs/bullet_6x6.gif) no-repeat 2px 5px;
	padding-left: 17px;
}

.page404 .maincontent ul { margin-bottom:0; }
.page404 .maincontent ul li { margin-bottom:.5em; }
.page404 .maincontent ul li.last { margin-bottom:0; }

.maincontent dd { margin-left: 2em; }

.maincontent p,
#facebox p { margin-bottom: 0.7em; }

hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1em;
	height: 0px;
	background: none;
}

/* various classes for easier content management */
.onethird-width { width: 33%; }
.twothird-width { width: 66%; }
.half-width { width: 50%; }
.full-width { width: 100%; }
.90percentwidth { width: 90%; }
.80percentwidth { width: 80%; }
.70percentwidth { width: 70%; }
.60percentwidth { width: 60%; }
.40percentwidth { width: 40%; }
.30percentwidth { width: 30%; }
.20percentwidth { width: 20%; }
.10percentwidth { width: 10%; }

.col640 { width: 640px; }
.col560 { width: 560px; }
.col520 { width: 520px; }
.col500 { width: 504px; }
.col460 { width: 460px; }
.col400 { width: 400px; }
.col350 { width: 350px; }
.col280 { width: 280px; }
.col270 { width: 270px; }
.col220 { width: 220px; }
.col200 { width: 200px; }
.col160 { width: 160px; }
.col140 { width: 140px; }

.left-align { text-align: left; }
.center-align { text-align: center; }
.right-align {text-align: right; }
.center-align-block { margin: 0 auto; display: block; }

.margin0 { margin: 0 !important; }
.margin10 { margin: 10px !important; }
.margin15 { margin: 15px !important; }
.margin20 { margin: 20px !important; }
.margintop0 { margin-top: 0 !important; }
.margintop10 { margin-top: 10px !important; }
.margintop15 { margin-top: 15px !important; }
.margintop20 { margin-top: 20px !important; }
.margintop40 { margin-top: 40px !important; }
.marginleft0 { margin-left: 0 !important; }
.marginleft10 { margin-left: 10px !important; }
.marginleft15 { margin-left: 15px !important; }
.marginleft20 { margin-left: 20px !important; }
.marginright0 { margin-right: 0 !important; }
.marginright10 { margin-right: 10px !important; }
.marginright15 { margin-right: 15px !important; }
.marginright20 { margin-right: 20px !important; }
.marginbottom0 { margin-bottom: 0 !important; }
.marginbottom10 { margin-bottom: 10px !important; }
.marginbottom15 { margin-bottom: 15px !important; }
.marginbottom20 { margin-bottom: 20px !important; }
.padding0 { padding: 0 !important; }
.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }
.padding20 { padding: 20px !important; }
.paddingtop0 { padding-top: 0 !important; }
.paddingtop10 { padding-top: 10px !important; }
.paddingtop15 { padding-top: 15px !important; }
.paddingtop20 { padding-top: 20px !important; }
.paddingleft0 { padding-left: 0 !important; }
.paddingleft10 { padding-left: 10px !important; }
.paddingleft15 { padding-left: 15px !important; }
.paddingleft20 { padding-left: 20px !important; }
.paddingright0 { padding-right: 0 !important; }
.paddingright10 { padding-right: 10px !important; }
.paddingright15 { padding-right: 15px !important; }
.paddingright20 { padding-right: 20px !important; }
.paddingbottom0 { padding-bottom: 0 !important; }
.paddingbottom10 { padding-bottom: 10px !important; }
.paddingbottom15 { padding-bottom: 15px !important; }
.paddingbottom20 { padding-bottom: 20px !important; }

.font10px { font-size: 10px; }
.font11px { font-size: 11px; }
.font12px { font-size: 12px; }
.font13px { font-size: 13px; }
.font14px { font-size: 14px; }
.font15px { font-size: 15px; }
.font16px { font-size: 16px; }

.maincontent img.right { margin: 10px 0 10px 20px; }
.maincontent img.left { margin: 10px 20px 10px 0; }

.relative { position: relative; }
.hidden, .access { display: none; }
.eskill-text-link { display: none; }
.eskill-image-link { display: none; }

.left { float: left; }
.right { float: right; }
.clearthis, .clear, .clearme, .Clear { clear:both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end of hide from IE-mac */

/*= LAYOUT
------------------------*/
#page-wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.mainlogo {
	padding: 19px 0 0 32px;
	margin: 0;
	display: block;
	height: 79px;
	width: 112px;
	outline: none;
}
.maincontent {
	margin-top: 5px;
}
.subpage .maincontent {
	float: right;
	width: 740px;
}

/*= TOPMENU
------------------------*/
/* level 1 */
ul.level1nav {
	font-size: 1.0769em;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin: -21px 0 0 152px;
	position: relative;
	z-index: 2;
	display: inline;
}
ul.level1nav li {
	background: transparent url(../images/menu/topmenu-tab-left.gif) no-repeat top left;
	padding: 0 0 0 8px;
	float: left;
	margin: 7px 0 0 3px;
}
ul.level1nav li:hover {	background-position: bottom left; }
ul.level1nav li.selected {
	background: transparent url(../images/menu/topmenu-active-tab-left.gif) no-repeat top left;
	padding: 0 0 0 11px;
	margin: 0;
	position: relative;
	bottom: -2px;
}
ul.level1nav li a {
	color: 818181;
	display: block;
	background: transparent url(../images/menu/topmenu-tab-right.gif) no-repeat top right;
	line-height: 30px;
	padding: 0 21px 0 13px;
	outline: none;
}
	ul.level1nav li a:hover { color: #e01b27; }
    ul.level1nav li:hover a { background-position: bottom right; }
ul.level1nav li.selected a {
	color: #00335b;
	background: transparent url(../images/menu/topmenu-active-tab-right.gif) no-repeat top right;
	padding: 0 19px 0 8px;
	line-height: 37px;
}
/*	ul.level1nav li.selected a:hover { color: #6f6f6f; } */
/* level 2 */
ul.level2nav {
	clear: left;
	width: 940px;
	height: 40px;
	font-size: 1.0769em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: transparent url(../images/menu/topmenu-bg.png) no-repeat top left;
}
ul.level2nav li {
	float: left;
	background: transparent url(../images/menu/topmenu-seperator.gif) no-repeat 100% 50%;
	position: relative;
}
ul.level2nav li a {
	line-height: 40px;
	padding: 0 14px;
	outline: none;
	display: block;
}
ul.level2nav li.last {
	background: transparent url(../images/menu/topmenu-seperator.gif) no-repeat 0 50%;
	position: absolute;
	right: 0;
	top: 0;
}
ul.level2nav li.selected span { /* IE6 */
	position: absolute;
	left: 45%;
	bottom: -2px;
	background: transparent url(../images/menu/topmenu-sel-arrow.gif) no-repeat 50% 100%;
	height: 8px;
	width: 16px;
}
html>body ul.level2nav li.selected span { /* Other browsers */
	left: 0;
	bottom: -1px;
	width: 100%;
}
ul.level2nav li.selected a {
	color: #666;
}

/*= SIDEMENU
------------------------*/
div.subpage-sidecol {
	background: transparent url(../images/menu/sidemenu-top.gif) no-repeat top left;
	padding-top: 6px;
}
div.sidemenuwrapper {
	background: transparent url(../images/menu/sidemenu-bottom.gif) no-repeat bottom left;
	padding-bottom: 7px;
}
ul.sidemenu .level5 {
	font-size: 0.95em;
    font-weight: normal;
}
ul.sidemenu {
	font-size: 1em;
	font-weight: bold;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	background: #f5f5f5	none;
	padding: 0 0 5px 0;
}
ul.sidemenu li.last { margin-bottom: 0; } /* to fix a quirk in IE6 */
/* SUBLEVEL 1 */
ul.sidemenu li a {
	margin: 0 12px;
	padding: 0 0 2px 3px;
	display: block;
	line-height: 25px;
	background: transparent url(../images/menu/sidemenu-seperator.gif) repeat-x bottom left;
	outline: none;
	width: 150px;
	position: relative;
}
ul.sidemenu li.last a,
ul.sidemenu li.withchildren a {
	background: none;
}
ul.sidemenu li.selected a { color: #444; cursor: default; }
ul.sidemenu li.childselected a { color: #444; }
ul.sidemenu li.seperated { margin-top: 10px; }
ul.sidemenu li.selected a span { background: transparent url(../images/menu/sidemenu-1lvl-sel-arrow.gif) no-repeat top left; }

/* SUBLEVEL 2 */
ul.sidemenu li ul {
	background: #fff url(../images/menu/sidemenu-seperator.gif) repeat-x bottom left;
	border-top: 1px solid #dcdcdc;
	padding: 5px 0 9px 0;
}
ul.sidemenu li.childselected ul li a,
ul.sidemenu li.withchildren ul li a {
	color: #003056;
	line-height: 23px;
	background: transparent url(../images/menu/sidemenu-seperator.gif) repeat-x bottom left;
	cursor: pointer;
}
ul.sidemenu li ul li a:hover { color: #e01b27; }
ul.sidemenu li ul li.selected a { color: #444; cursor: default; }
ul.sidemenu li ul li.childselected a { color: #444; }
ul.sidemenu li.selected ul li a span,
ul.sidemenu li ul li.last a { background: none; }
ul.sidemenu li ul li.selected a span { background: transparent url(../images/menu/sidemenu-sel-arrow.gif) no-repeat top left; }

/* SUBLEVEL 3 */
ul.sidemenu li ul li ul {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
ul.sidemenu li ul li ul li a,
ul.sidemenu li ul li.selected ul li a,
ul.sidemenu li ul li.childselected ul li a {
    background: none !important;
    color: #003056;
    cursor: pointer;
    line-height: 19px !important;
    margin: 0 12px;
    padding: 0 0 0 7px;
}
ul.sidemenu li ul li ul li.last a { background: transparent url(../images/menu/sidemenu-seperator.gif) repeat-x bottom left !important; padding-bottom: 2px; }
ul.sidemenu li ul li ul li a:hover { color: #e01b27; }
ul.sidemenu li ul li ul li.selected a { color: #444; cursor: default; }
ul.sidemenu li ul li.selected ul li a span { background: none; }
ul.sidemenu li ul li ul li.selected a span { background: transparent url(../images/menu/sidemenu-sel-arrow.gif) no-repeat top left; }

/* COMMON BETWEEN LEVELS */
ul.sidemenu li.selected a span {
	height: 20px;
	width: 10px;
	position: absolute;
	top: 2px;
	right: -22px; /* IE6 */
}
html>body ul.sidemenu li.selected a span {
	right: -21px; /* Other browsers */
}
ul.sidemenu li ul li ul li.selected a span {
	right: -18px; /* IE6 */
}
html>body ul.sidemenu li ul li ul li.selected a span {
	right: -17px; /* Other browsers */
}

/*= TOOLBAR
------------------------*/
.page-toolbar {
	right: -5px;
	top: 0;
	position: absolute;
	width: 425px;
	height: 34px;
	float: left;
	padding: 8px 18px 0 21px;
	background: transparent url(../images/bgs/page-toolbar-bg.png) no-repeat top left;
	z-index: 1;
}
ul.text-resize-options { float: left; line-height: 21px; width: 37px; }
	ul.text-resize-options li { float: left; }
	ul.text-resize-options li.smaller-text { font-weight: bold; font-size: 0.9231em; }
	ul.text-resize-options li.bigger-text { font-size: 1.0769em; font-weight: bold; margin-left: 6px; }
	ul.text-resize-options .inactive { color: #999; cursor: default; outline: none; }
#language-selection {
	float: left;
	width: 133px;
	margin: 0 0 0 11px;
	position: relative;
	z-index: 2;
	display: inline;
	background: #fff url(../images/bgs/arrow-open.gif) no-repeat 121px 50%;
	border: 1px solid #e4e5e7;
	border-top: 1px solid #adadaf;
	padding: 0;
}
#language-selection a { outline:0; }
#language-selection a img { float: left; padding: 5px 9px 0 0; }
#language-selection a.selected {
	padding: 0 0 0 5px;
	display: block;
	line-height: 22px;
}
#language-selection ul.closed {	display: none; }
#language-selection ul.open { display: block; }
#language-selection ul {
	border-left: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
	border-bottom: 1px solid #e4e5e7;
	position: absolute;
	top: 23px;
	left: -1px;
	width: 133px;
	padding: 0 0 5px 0;
	background: #fff;
}
html>body #language-selection ul {
	width: 135px;
	border: none;
	background: transparent url(../images/bgs/ul-country-selection.gif) no-repeat bottom left;
}
#language-selection li {
	padding: 0 7px 0 12px;
	height: 1%; /* IE6 */
}
html>body #language-selection li {
	border-left: 1px solid #e4e5e7;
	border-right: 1px solid #e4e5e7;
	background: #fff none;
	height: auto;
}
#language-selection li a {
	display: block;
	padding: 7px 0 5px 6px;
	border-bottom: 1px solid #e4e5e7;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-color: Transparent;
	line-height: 22px;
}
#language-selection li.last a {
	border: none;
}
.search-form {
	float: left;
	width: 231px;
	margin: 0 0 0 11px;
	display: inline;
}
.search-form .text {
	width: 156px;
	background: #fff url(../images/bgs/searchbox-bg.gif) no-repeat 95% 50%;
	color: #666;
	font-style: italic;
	margin: 0 12px 0 0;
	float: left;
}
.search-form .form-button input {
	width: 51px;
}

/*= SERVICE LINKS
------------------------*/
ul.service-links {
	position: absolute;
	top: 65px;
	right: 19px;
}
ul.service-links li {
	float: left;
}
ul.service-links li.tryggingabankinn a {
	height: 38px;
	width: 135px;
	outline: none;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: transparent url(../images/buttons/tryggingabankinn.png) no-repeat top left;
}
ul.service-links li.tryggingabankinn a:hover { background-position: bottom left; }
ul.service-links li.thjonustuver a {
	width: 132px;
	height: 38px;
	outline: none;
	overflow: hidden;
	display: block;
	text-indent: -10000px;
	background: transparent url(../images/buttons/thjonustuver.png) no-repeat top left;
}
ul.service-links li.thjonustuver a:hover { background-position: bottom left; }

/*= FOOTER
------------------------*/
div.page-footer {
	background: transparent url(../images/bgs/footer-bg_tall.png) no-repeat top left;
	height: 70px;
	padding: 14px 0 0 19px;
	color: #585757;
	margin: 12px 0;
	font-size: 0.9231em;
}

.page404 div.page-footer { background:none; padding-left:26px; padding-top:4px; }

.vcard a.fn, .vcard a.fn:hover { color: #585757; cursor: default; }
ul.page-footer-links {
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}
ul.page-footer-links li {
	float: left;
	margin-right: 13px;
}

/*= QUICKLINKS
------------------------*/
.quicklinks {
	padding-top: 12px;
	clear: both;
}
.quicklinks-header {
	line-height: 40px;
	padding: 0 22px 0 14px;
}
	.closed .quicklinks-header { background: transparent url(../images/bgs/flytileidir-bg.png) no-repeat bottom left; }
	.open .quicklinks-header { background: transparent url(../images/bgs/flytileidir-bg.png) no-repeat top left; }
.quicklinks-header h2 {
	color: #003056;
	line-height: 19px;
	float: left;
	padding-left: 29px;
	margin: 12px 0 0 0;
	cursor: pointer;
}
.quicklinks-header h2:hover {
	color: #e01b27;
}
	.quicklinks-header h2 { background: transparent url(../images/buttons/button-collection.gif) no-repeat 0 -76px; }
	html>body .quicklinks-header h2 { background: transparent url(../images/buttons/button-collection.png) no-repeat 0 -76px; }
	.open .quicklinks-header h2 { background-position: 0 -247px; }
	.closed .quicklinks-header h2:hover { background-position: 0 -95px; }
	.open .quicklinks-header h2:hover { background-position: 0 -266px; }
ul.breadcrumbs {
	float: right;
	font-size: 0.9231em;
}
ul.breadcrumbs li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

ul.breadcrumbs li, ul.breadcrumbs li a { color: #666; }
ul.breadcrumbs li a:hover { color:#E01B27; }

ul.breadcrumbs li.breadcrumb-label {
	color: #838383;
	margin-right: 5px;
}
.quicklinks-body {
	float: left;
	width: 938px;
	border: 1px solid #e3e3e3;
	border-top: none;
	position: relative;
	background: #fff url(../images/bgs/quicklinks-bg.gif) repeat-x top left;
	padding: 17px 0 13px 0;
}
.closed .quicklinks-body {
	display: none;
}
.quicklinks-body ul { margin: 0 0 0 21px; float: left; border-right: 1px solid #dbdbdb; display: inline; }
.quicklinks-body ul.one { width: 240px;	}
.quicklinks-body ul.two { width: 219px;	}
.quicklinks-body ul.three {	width: 215px; }
.quicklinks-body ul.four {	width: 176px; border-right: none; }

/*= SUBPAGE-SIDECOL
------------------------*/
.subpage-sidecol {
	width: 180px;
	float: left;
	margin: 17px 0 0 0;
}

#maenuskadiform {
position: absolute;
left: 0px;
top: 0px;
border: 0px;
width: 1px;
height: 1px;
background-color: none;
visibility: hidden;
}

/* Vegna starfsmannalista. Pop-up  Sett inn af GH 2010-08-24*/

.staffPopup .fieldrow { margin-bottom: 10px; }
.staffPopup .staffImg { float: left; width: 160px; margin-right: 20px; }
.staffPopup .staffWrap { float: left; }
.staffPopup .staffWrap h2 { margin-top: 0; }
.staffPopup .staffInfo { clear: both; font-weight: bold; }

.required-star, acronym.req { border: none; }

#queryPopup h2 { font-size: 1.1em; margin: 10px 0 0; border-bottom: solid 1px #E5E5E5; padding-bottom: 5px; }
#queryPopup form { padding: 10px 0 0 0; }


/* Vegna þjónstufulltrúa. Sett inn af GH 2010-08-27 */


.th_content {width:100%; display:inline-block;}
.th_box{width:232px; float:left; height:150px;}
.th_img{float:left; width:70px; margin-right:3px;}
.th_desc{float:left; width:155px;}
.th_desc span{clear:both; display:block; font:0.76em/140% arial,sans-serif; padding:2px 0;}
.th_desc .umdaemi{display:none;}

.th_content  #stadur {color:#E01B27;}


        #vis-endurskin-1, #vis-endurskin-2, #vis-endurskin-3, #vis-endurskin-4 {
        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        outline: none;
        z-index: 100;
        display: none;
        }


