
html, body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: arial;
	font-size: 11px;
	height: 100%;

}

body {
	background-color: #103558;
	background-image: url('../img/body_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;
	position: relative;
}

#header-lappir {
	background-image: url('../img/faetur.png');
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	height: 233px;
	width: 458px;
	position: absolute;
	right: 0;


}

#header {
	background-image: url('../img/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: center 166px;

}

#main {
	background-color: #fff;
	height: 100%;

}

#logo {
	display: block;
	width: 309px;
	height: 166px;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#menu {
	height: 67px;
}

#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 18px;
	color: #fff;
}

#menu ul {
	width: 960px;
}

#menu ul li {
	height: 29px;
}


#menu ul li a {
	display: block;
	height: 29px;
	background-position: top left;
	overflow: hidden;
	background-repeat: none;
}

#menu ul li a:hover {
	background-position: bottom left;
}

#menu-forsida {
	background-image: url('../img/menu_forsida.gif');
	width: 77px;
}

#menu-umokkur {
	background-image: url('../img/menu_umokkur.gif');
	width: 84px;
}

#menu-medferdir {
	background-image: url('../img/menu_medferdir.gif');
	width: 87px;
}

#menu-vorur {
	background-image: url('../img/menu_vorur.gif');
	width: 62px;
}

#menu-gjafakort {
	background-image: url('../img/menu_gjafakort.gif');
	width: 91px;
}

#menu-hafasamband {
	background-image: url('../img/menu_hafasamband.gif');
	width: 121px;
}

#breadcrumbs {

	padding: 40px 0px 0px 10px;

}
#breadcrumbs a{
	font-weight: bolder;
	font-size: 14px;
	color: #505050;

}

#left-col {
	float: left;
	width: 530px;
	min-height: 650px;
	background-image: url('../img/rightbox_shade.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#left-col-inner {
	padding: 0;
}

#right-col {
	float: left;
	width: 420px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 0 0;
}
.right_button {
	margin: 5px 2px 3px 5px;
	padding:0 ;
}
#footer {
	text-align: center;
	padding: 10px;
	background-color: #fff;
	border-top: #103558 solid 1px;
	margin: 10px 0 0 0;
	float: none;
	clear: both;
}
.article {
	font-size: 14px;
	width: 500px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
}
.article p{
	margin: 0 0 5px 0;
	padding: 0;
}
.article img{
	border: 0;
}

.article_forsida {
	font-size: 12px;
	width: 500px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
}
.article_forsida p{
	margin: 0 0 5px 0;
	padding: 0;
}
.article_forsida_title{
	background-image: url('../img/bar_bg.jpg');
	background-repeat: repeat-x;
	font-weight: bolder;
	font-size: 14px;
	color: #fff;
	height: 28px;
	padding: 7px 0 0 10px; 
	text-transform: uppercase;
}
.tilkynning_forsida_title{
	width: 405px;
	background-image: url('../img/bar_bg.jpg');
	background-repeat: repeat-x;
	font-weight: bolder;
	font-size: 14px;
	color: #fff;
	height: 28px;
	margin: 5px 5px -10px 5px; 
	padding: 5px 0 0 5px; 
	text-transform: uppercase;
}
.article_forsida a{
	color: #000;
}
.lesa-meira{
	float: right;
}
.row{
	width: 405px;
	background: #f1f1f1;
	height: 28px;
	margin: 0 0 0 5px; 
	padding: 5px 0 0 5px; 
	text-transform: uppercase;
	border-style: solid;
	border-color: #dbdbdb;
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
}

.row a{
	font-weight: bolder;
	font-size: 14px;
	color: #505050;
}
.row a:hover{
	color: #000;
}
.row_sign{
	width: 405px;
	background-image: url('../img/bar_bg.jpg');
	background-repeat: repeat-x;
	font-weight: bolder;
	font-size: 14px;
	color: #fff;
	height: 28px;
	margin: 0 0 -5px  5px; 
	padding: 5px 0 0 5px; 
	text-transform: uppercase;
}
#article_form{
	margin: 10px 10px 10px 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
}