html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

html {
	font: 75%/141.7% Arial, Helvetica, sans-serif;
	color: #555555;
}

body, ul, ol, p, table, td, form, fieldset,
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
}

body{font-size:12px;}

p, ul, ol {
	margin-bottom:1em;
}

ul ul {
	margin-bottom:0;
}

h1 {font-size:1.6em; margin-top:1em; margin-bottom:1em;}
h2 {font-size:1.083em; margin-top:1em;}
h3 {font-size:1.0em; margin-top:1em;}
h4 {font-size:1.0em; margin-top:1em;}
h5 {font-size:1.0em; margin-top:1em;}
h6 {font-size:1.0em; margin-top:1em;}

.csc-firstHeader {margin-top:0;}

ul li {
	list-style:none;
	padding-left:1em;
	background: url(../img/bullet1.gif) no-repeat 2px 6px;
}

ul ul li {
	list-style:none;
	padding-left:1em;
	background: url(../img/bullet2.gif) no-repeat 2px 6px;
}

ol li {
	padding-left:1em;
	margin-left:1em;
}

ol ol li {
	padding-left:1em;
}


a,
a:link,
a:active,
a:visited,
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#007fac;
} 

a:hover {
	color:#468ea8;
	text-decoration:underline;
} 

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}


.clear-it:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clear-it {display: inline-block;}

/* Fela fyrir IE-mac \*/
* html .clear-it {height: 1%;}
.clear-it {display: block;}
/* End IE-mac */


#main {
	width: 717px;
	margin: 0px auto;
}

#header {
}

#logo {
	margin-left: 10px;
	margin-top: 33px;	
}

#logo img {
	padding-top:5px;
	padding-bottom:5px;
}

#nav {
	width:717px;
	height:27px;
	background: url(../img/topnav_bg.gif) no-repeat 0px 0px;
	margin: 15px 0px 0px;
}

#nav ul {
	margin-left:9px;
	padding-top:1px;
	margin-bottom:0;
}

#nav li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background: url(../img/topnav_div1.gif) no-repeat right -1px;
}

#nav a:link,
#nav a:active,
#nav a:visited,
#nav a:hover {
	display:block;
	float:left;
	height:27px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	text-transform: uppercase;
	line-height:27px;
	font-weight:normal;
	padding-left:17px;
	padding-right:18px;
}

#nav a:hover {
	color: #007fac;
	text-decoration:none;
}

#nav li.last {
	background: none;
}

#nav li.act, #nav li.act-first {
	height:27px;
	background: url(../img/topnav_act.gif) no-repeat right -1px;
}

#nav li.act a:link,
#nav li.act a:active,
#nav li.act a:visited,
#nav li.act a:hover {
	color: #007fac;
	font-weight:bold;
	background: url(../img/topnav_act_arrow.gif) no-repeat 9px 10px;
}

#nav li.act-first a:link,
#nav li.act-first a:active,
#nav li.act-first a:visited,
#nav li.act-first a:hover {
	color: #007fac;
	font-weight:bold;
	background: url(../img/topnav_act_arrow_left.gif) no-repeat left -1px;
}

#subnav {
	background: url(../img/subnav_bg.gif) no-repeat top left;
	padding-top:6px;
	width:159px;
	padding-bottom:25px;
	border-bottom: 1px solid #d3d6da;
	float:none;
}
html>#subnav {
	padding-bottom:12px;
	padding-top:3px;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: url(none) none;
	background:none;
}

#subnav ul {
	margin: 0;
	padding: 0;
}


#subnav a:link,
#subnav a:active,
#subnav a:visited {
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	line-height:22px;
	font-weight:normal;
	display:block;
}

#subnav .act a:link,
#subnav .act a:active,
#subnav .act a:visited {
	color: #007fac;
	font-weight:bold;
	line-height:20px;
}

#subnav .act a:hover {
	text-decoration:none;
}

#subnav .normal a:link,
#subnav .normal a:active,
#subnav .normal a:visited {
	color: #555;
	font-weight:normal;
}

#subnav .normal a:hover {
	color: #007fac;
	text-decoration:none;
}

#subnav .level-1 .act a:link,
#subnav .level-1 .act a:active,
#subnav .level-1 .act a:visited,
#subnav .level-1 .act a:hover {
	background: url(../img/arrow_down.gif) no-repeat 4px 8px;
}

#subnav .level-2 .act a:link,
#subnav .level-2 .act a:active,
#subnav .level-2 .act a:visited,
#subnav .level-2 .act a:hover {
	background: url(../img/arrow_right.gif) no-repeat 4px 7px;
	font-weight:normal;
}

#subnav .level-2 .normal a:link,
#subnav .level-2 .normal a:active,
#subnav .level-2 .normal a:visited,
#subnav .level-2 .normal a:hover {
	background: none;
	font-weight:normal;
}



#subnav .level-1 {
	width:159px;
}

#subnav .act {
	border-top: 1px solid #d3d6da;
	border-bottom: 1px solid #d3d6da;
	background:#fafafb url(../img/subnav_bg-2-level.gif) repeat-y left top;
}

#subnav .level-2 {
	padding-left:15px;
	padding-top:1px;
	background: url(../img/dotted-line-vert.gif) repeat-x left top;
	font-size:0.917em;
}

#subnav .level-2 li {
	background: url(../img/dotted-line-vert.gif) repeat-x left bottom;
}

#subnav .level-2 .act {
	border-top: none;
	border-bottom: none;
	background: url(../img/dotted-line-vert.gif) repeat-x left bottom;
}

#subnav .level-2 .last {
	background: none;
}




#banner {
	margin-top: 11px;
	margin-bottom: 16px;
	margin-left: 2px;
}

#frontpage #content-wrap {
	width:557px;
	margin-left:6px;
	padding-left:154px;
	border-top: 1px solid #d3d6da;
	background: url(../img/frontpage_3col_bg.gif) no-repeat left -1px;
}

#subpage #content-wrap {
	margin-top:17px;
	border-top: 1px solid #d3d6da;
	background: url(../img/content_bg.gif) no-repeat right top;
	overflow: visible;
	width: 717px;
}

#subpage #content {
	width:517px;
	float:right;
	padding-top:18px;
	clear:right;
}

#subpage #leftnav {
	float:left;
	width:160px;;
}

#subpage h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #73777a;
	font-size: 1.25em;
	line-height:2em;
	margin-left:-20px;
}

#subpage h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	font-size: 1.083em;
	line-height:1em;
	margin:0;
	padding:0;
}

#threecol {
	width:544px;
	margin-top:10px;
	background: url(../img/frontpage_3col_bg.gif) repeat-y;
}

.column {
	margin-top:2px;
	margin-bottom:4px;
	float:left;
	width:160px;
	margin-left:26px;
	display:inline;
}

#left {
	margin-left:12px;
}

#middle {
}

#right {
}

.column h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	color: #555;
	margin:0px;
	margin-bottom:2px;
	text-transform: uppercase;
}

.column a,
.column a:link,
.column a:active,
.column a:visited,
.column a:hover {
	color:#127193;
	font-size:0.916em;
	line-height:2.6em;
}

.column a:hover {
	color:#468ea8;
}

#leftnav {
	background-image: url(../img/dotted-line-hor.gif);
	background-repeat: repeat-y;
	background-position: right top;
	display:block;
	padding-bottom:20px;
	float:left;
}

#subpage #leftnav {
	top:128px;
	width:160px;
	margin-left:0;
}

#frontpage #leftnav {
	height:117px;
	width:156px;
	margin-left:-156px;
	display:inline;
}

#subpage #applications {
}

#work-with-us {
	display:inline;
	float:right;
	vertical-align:top;
}

#project-order {
	display:inline;
}

#work-with-us a,
#work-with-us a:link,
#work-with-us a:active,
#work-with-us a:visited,
#work-with-us a:hover {
	display:inline;
	width:155px;
	height:59px;
	float:right;
	margin-right:1px;
	background: url(../img/vinnaButtonBG_is.gif) no-repeat 0px top;
	text-indent:-10000px;
	}

#work-with-us .en a {
	background: url(../img/vinnaButtonBG_en.gif) no-repeat 0px 0px;
}

#work-with-us .pt a {
	background: url(../img/vinnaButtonBG_pt.gif) no-repeat 0px 0px;
}

#work-with-us a:hover {
	background-position: 0px -59px;
}

#project-order a {
	display:inline;
	width:155px;
	height:58px;
	float:right;
	margin-right:1px;
	background: url(../img/poButtonBG_is.gif) no-repeat 0px 0px;
	text-indent:-10000px;
}

#project-order .en a {
	background: url(../img/poButtonBG_en.gif) no-repeat 0px 0px;
}

#project-order .pt a {
	background: url(../img/poButtonBG_pt.gif) no-repeat 0px 0px;
}

#project-order a:hover {
	background-position: 0px -59px;
}

#footer {
	width:713px;
	height:32px;
	margin-left:4px;
	margin-top:16px;
	margin-bottom:28px;
	border-top: 1px solid #d3d6da;
	line-height:32px;
	font-size:11px;
}

#footer-left {
	width:135px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	display:inline;
}

#footer-right {
	width:540px;
	height:32px;
	border-left: 1px solid #d3d6da;
	display:inline;
	float:left;
	padding-left:12px;
	background: url(../img/footer-bg.gif) no-repeat left top;
}

td#spacer {
	width:100%;
	text-align:center;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	white-space:nowrap;
	color:#555;
	font-weight:normal;
}

#footer a:hover {
	color:#007fac;
}

#search-and-language {
	position:absolute;
	top:0px;
	left:auto;
	margin-left:308px;
	width:409px;
	height:28px;
	background: url(../img/search-bg.gif) no-repeat;
}

	
#search {			
	float: left;
	margin-left:110px;
	margin-top:6px;
	display:inline;
}	

#search input {
	margin:0px;
	padding:0px;
	width:120px;
	height:14px;
	font-size:10px;
	line-height:20px;
	color:#999;
	border: 1px solid #d5d8db;
	padding-left:4px;
}	

.search-box {
	float:left;
	margin-top:-1px;
}
html>body .search-box {
	margin-top:0px;
}

.search-box-button {
	float: left;
	clear:none;
	margin-left:5px;
}

.search-box-button a,
.search-box-button a:link,
.search-box-button a:active,
.search-box-button a:visited,
.search-box-button a:hover {
	display:block;
	width:15px;
	height:16px;
	background: url(../img/search-btn.gif) no-repeat 0px 0px;
}
.search-box-button a:hover {
	background: url(../img/search-btn.gif) no-repeat 0px -16px;
}

.tx-indexedsearch {width:505px;}

.search-result-header {
	width:505px;
	border-bottom:1px solid #d5d8db;
	border-top:1px solid #d5d8db;
	height:24px;
	margin-bottom:6px;
	background: url(../img/content_bg.gif) no-repeat;
}

.search-result-header h3 {
	line-height:24px;
	margin:0;
	padding-left:4px;
}

.search-result-number {
	display:block;
	width:20px;
	float:left;
}

.search-result-descr {
	font-size:0.9em;
	padding-left:24px;
	padding-right:8px;
	padding-bottom:12px;
}

.tx-indexedsearch-redMarkup {
	color:#111;
	font-weight:bold;
}

.browsebox li {
	background:none;
	padding:0;
	margin:0;
	padding-right:12px;
}

#fontsize {
	position:absolute;
	top:70px;
	left:auto;
	margin-left:667px;
}

#fontsize a,
#fontsize a:link,
#fontsize a:active,
#fontsize a:visited,
#fontsize a:hover {
	display:block;
	float:left;
	width:10px;
	color:#999;
}
#fontsize a:hover {
	color:#468ea8;
	text-decoration:none;
}

#fontsize a.enlarge-font,
#fontsize a.enlarge-font:link,
#fontsize a.enlarge-font:active,
#fontsize a.enlarge-font:visited,
#fontsize a.enlarge-font:hover {
	font-size:1.25em;
	margin-top:-1px;
	margin-left:5px;
}

#breadcrumb {
	position:absolute;
	top:142px;
	width:510px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	margin-left:200px;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited {
	color:#999;
	font-weight: normal;
	text-decoration: none;
	font-size:0.833em;
}

#breadcrumb a:hover {
	color:#007fac;
}

#breadcrumb div {
	display:inline;
	background:url(../img/fwd.gif) no-repeat left 3px;
	height:9px;
	width:3px;
	margin-left:4px;
	margin-right:3px;
}

#content-util {
	float:right;
	width:517px;
	margin-top:22px;
	margin-bottom:12px;
}

#content-util div {
	float:left;
	margin-right:10px;
}

#content-util a,
#content-util a:link,
#content-util a:active,
#content-util a:visited {
	padding-left:6px;
	color:#999;
	font-weight: normal;
	text-decoration: none;
	font-size:0.833em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content-util a:hover {
	color:#007fac;
}

#back-link a {background:url(../img/back.gif) no-repeat left top;}
#back-link a:hover {background:url(../img/back.gif) no-repeat left -9px;}

#send-page a {background:url(../img/fwd.gif) no-repeat left top;}
#send-page a:hover {background:url(../img/fwd.gif) no-repeat left -9px;}

#print-link a {background:url(../img/fwd.gif) no-repeat left top;}
#print-link a:hover {background:url(../img/fwd.gif) no-repeat left -9px;}





.csc-mailform-field label {
	font-weight:bold;
	display:block;
}

.csc-mailform-field input,
.csc-mailform-field select,
.csc-mailform-field textarea {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#777;
	border: 1px solid #d5d8db;
	padding-top:2px;
	padding-left:4px;
	margin-bottom:10px;
	background: #FFFFFF url(../img/form-bg.gif) no-repeat left top;
}	

.csc-mailform-field input {
	width:250px;
	height:16px;
}	

.csc-mailform-field textarea {
	width:500px;
	height:120px;
}	

.csc-mailform-field input.csc-mailform-submit {
	width:auto;
	height:auto;
	padding: 1px 6px;
	background: url(../img/button-bg.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	background-color:#359abd;
}


/*
Application forms
*/

#po-form {display:inline;}
.two-column-form {display:inline;}

.two-column-form .csc-mailform-field,
.two-column-form .csc-mailform-label {
	float:left;
}

.two-column-form .csc-mailform-field select,
.two-column-form .csc-mailform-field input {
	width:210px;
	height:16px;
	margin-right:38px;
}	

.two-column-form .csc-mailform-field select {
	width:210px;
	height:auto;
	padding:0;
	margin:0;
	margin-right:38px;
}	

.two-column-form .csc-mailform-label .seperator {
	clear:both;
	display:block;
	height:20px;
	width:500px;
}

.two-column-form .csc-mailform-label .small-seperator {
	clear:both;
	display:block;
	height:8px;
	width:500px;
}

.two-column-form legend {
	display:none;
}

.two-column-form .csc-mailform-field .csc-mailform-radio input {
	width:10px;
	height:16px;
	margin-right:4px;
	float:left;
	background:none;
	border:none;
	margin-bottom:0;
}	
.two-column-form .csc-mailform-field .csc-mailform-radio label {
	width:220px;
	float:none;
	background:none;
	padding-bottom:0px;
}	

.form-comment {
	width:220px;
	height:auto;
	padding:0;
	margin:0;
	margin-right:38px;
	color:#777;
	font-size:0.917em;
	padding-top:17px;
}

#mailformattachment1 {
	height:auto;
	width:400px;
}

.two-column-form .csc-mailform-field input.csc-mailform-submit {
	width:auto;
	height:23px;
	line-height:19px;
	background: url(../img/button-bg.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	background-color:#359abd;
}

.req {
	color:#d2072d;
}

.two-column-form .column-1 {
	float:left;
	width:265px;
}

.two-column-form .column-2 {
	float:left;
	width:240px;
	clear:right;
}


.two-column-form .single-column {
	float:none;
	width:510px;
	margin-right:0px;
}

.send-page-link {
	padding-top: 6px;
	padding-bottom: 14px;
	padding-left: 14px;
}

.error {
	padding:16px;
}

.error p {
	color:#d2072d;
	margin:0;
	padding:0;
}

.error .heading {
	color:#d2072d;
	font-size:1.3em;
	font-weight:bold;
	float:none;
}

.tx-bzdstaffdirectory-pi1 .detail-second-items {
	padding-bottom:12px;
	border-bottom: 1px solid #d3d6da;
}

.tx-bzdstaffdirectory-pi1 .pre {
	white-space:pre-wrap;
}

.tx-bzdstaffdirectory-pi1 dl {
	margin:0;
	padding:0;
}

.tx-bzdstaffdirectory-pi1 .detail-second-items dd {
	margin-left:12px;
}

.tx-bzdstaffdirectory-pi1 .detail-second-items dt {
	font-size:1.2em;
	font-weight:bold;
	margin-top:1em;
	color: #73777a;
}

.tx-bzdstaffdirectory-pi1 .detail-first-items dl {
	margin-bottom:8px;
}

.tx-bzdstaffdirectory-pi1 .detail-first-items dt {
	float:left;
	width:120px;
	font-weight:bold;
	color: #73777a;
}

.tx-bzdstaffdirectory-pi1 dd {
}

.tx-bzdstaffdirectory-pi1 .staff-image {
	float:left;
	margin-right:10px;
	border:#eee solid 1px;
}

.tx-bzdstaffdirectory-pi1 .staff-image img {
	border:#fafafa solid 5px;
}

.tx-bzdstaffdirectory-pi1 .detail-first-items {
	margin-left:160px;
}

.tx-bzdstaffdirectory-pi1 .detail-second-items {
	float:none;
	clear:both;
	margin-top:14px;
}

#fontsize a {
    display:block;
    padding-right: 4px;
}

.cReduceTextSize a {font-size : 10px;}
.cNormalTextSize a {font-size : 12px;}
.cEnlargeTextSize a {font-size : 14px;}


/*---[ Nýtt sem kom frá CAPITAL ]---*/

#rotator {
	width: 715px;
	height: 147px;
	overflow: hidden;
}

#banner {
	position: relative;

}

#email-list {
	display:inline;
}

#email-list a {
	display:inline;
	width:155px;
	height:58px;
	float:right;
	margin-right:1px;
	background: url(../img/postlistinn.gif) no-repeat 0px 0px;
	text-indent:-10000px;
}

#email-list .en a {
	background: url(../img/poButtonBG_en.gif) no-repeat 0px 0px;
}

#email-list .pt a {
	background: url(../img/poButtonBG_pt.gif) no-repeat 0px 0px;
}

#email-list a:hover {
	background-position: 0px -59px;
}

#project-order a {
	height:59px;
}