/****** Kóðað af Ágúst Atlason, gusti@snerpa.is - www.snerpa.is ******/

/***** Tags ******/

* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, verdana, "lucida console", sans-serif;
	background:#f8f8f8;
	padding: 0;
	margin: 0 0 10px 0;
}

/****** Typography ******/

/****** Headings ******/

h1 {
	font-size: 18px;
	color: #0272b1;
	margin-left: 10px;
}



h2 {
	font-size: 16px;
	color: #0272b1;
	text-align: center;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 15px;
	color: #0272b1;
	padding: 5px 0;
	letter-spacing: 2px;
}



h4 {
	font-size: 12px;
	color: #0272b1;
	text-align: center;
	padding: 10px 0;
}

#eldri h4 {
	padding: 20px 0;
	margin-left: 25px;
	background: url('../img/downArrow.jpg') no-repeat 80px 20px;
}

h5 {
	font-size: 13px;
	color: #666;
	padding: 0 0 20px 10px;
}



h6 {
	font-size: 12px;
	color: #0272b1;
	padding-top: 10px;
	padding-bottom: 20px;
}

p {
	color: #666;
	font-size: 12px;
}

label {
	color: #666;
	font-size: 12px;
}

input, select {
	margin-bottom: 10px;
}

input, textarea, select {
	border: 1px solid #0272b1;
	font-family: Arial, verdana, "lucida console", sans-serif;
	font-size: 12px;
	padding: 2px;
}

/****** Paragraphs and images ******/

.texterText {
	color: #666;
	font-size: 12px;
	margin: 5px 20px;
	text-align: justify;
	overflow: hidden;
}

.contentText {
	color: #666;
	font-size: 12px;
	margin: 5px 20px 10px 0;
	padding-bottom: 10px;
	text-align: justify;
	overflow: hidden;
	border-bottom: 1px solid #0272b1;
}

.contentImgText {
	width: 250px;
	text-align: center; 
	padding-left: 10px; 
	color: #666; 
	margin-top: 5px;
}

.contentText .left, .entry .right {
	padding-top: 0px;
	padding-bottom: 10px;
}

.contentText .right img {
	margin: 0px 0px 0px 15px;
	border: 1px solid #0272b1;
	
}

.contentText .right {
	float: right;
}

.contentText .left {
	float: left;
}

.contentText .left img {
	margin: 0px 15px 0px 0px;
	border: 1px solid #0272b1;
}

/****** Global Links Format ******/

a:link {
	color: #0272b1;
	text-decoration: none;	
}

a:visited {
	color: #0272b1;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/****** Navigation ******/

/****** List Format ******/

#menu {
	height: 250px;
	width: 230px;
	margin-top: 60px;
}

#menu ul {
	margin-left: 25px;
}



#menu li {
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	list-style-type: none;
}

/****** Menu Link format******/

#menu ul li a {
	padding-left: 25px;
	background: url(../img/menuBullet.jpg) no-repeat 0px 1px;
}

#menu ul li a:hover {
	padding-left: 25px;
	background: url(../img/menuBulletHover.jpg) no-repeat 0px 1px;
}

a.on {
	padding-left: 25px;
	background: url(../img/menuBulletHover.jpg) no-repeat 0px 1px;
	color: #ff0000;
	text-decoration: none;
}

/****** Eldri frettir listi ******/

#eldri {
	height: auto;
	width: auto;
	margin-left: 25px;
}

#eldri ul {
	margin-left: 25px;
}



#eldri li {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: none;
}

/****** Tenglar conf ******/

.contentText ul {
	margin-left: 80px;
	margin-bottom: 10px;
}



.contentText li {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	list-style-type: square;
	
}

/****** Eldri frettir paragraph *****/

#eldri p {
	font-size: 11px;
	margin-left: 45px;
	margin-top: 20px;
}

.fasteignFront p {
	text-align: center;
	font-size: 11px;
}

/****** Contentbox efni ******/

.innlegg {
	height: auto;
	width: auto;
	margin: 20px 0px 0px 0;
	padding-bottom: 20px;
	/*border: 1px solid gray;*/
}

.innlegg p {
	font-size: 12px;
}

.fasteign {
	height: auto;
	width: auto;
	margin: 20px 0px 20px 0;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #0272b1;
}


/****** Leit ******/

#search_input {
	border: 1px solid #0272b1;
	font-family: Arial, verdana, "lucida console", sans-serif;
	font-size: 12px;
	padding: 2px 0;
	margin: 2px;
	height: 13px;
	width: 90px;
	margin-left: 10px;
	background: #fff url(../img/formBg.jpg) repeat-x top left;
}

#search_button {
	border: 1px solid #0272b1;
	height: 17px !important;
	height: 17px;
	margin: 0;
	padding: 0;
	margin-top: -8px !important;
	margin-top: -4px;
	vertical-align: middle;
}

.leitText {
	font-size: 11px;
}

/****** Samband conf ******/

#contactForm {
	height: auto;
	width: 250px;
	float: left;
	clear: right;
	
}

.formBg {
	background: url(../img/formBg.jpg) repeat-x top left;
}

#contactTop {
	width: auto;
	height: auto;
	padding: 0px;
}

.submit {
	background: #0272b1;
	color: #fff;
	padding: 3px 3px;
}

#msgOk {
	height: auto;
	width: auto;
	padding: 10px;
	border: 1px solid #ff0000;
	margin-bottom: 20px;
	line-height: 17px;
	background: url('../img/ok.jpg') no-repeat right 15px;
}

#msgNotOk {
	height: auto;
	width: auto;
	padding: 10px;
	border: 1px solid #ff0000;
	margin-bottom: 20px;
	line-height: 17px;
	background: url('../img/notok.jpg') no-repeat right 5px;
}

#formPos {
	margin-top: 20px;
	margin-left: 0px;
}

#starfsPos {
	margin-left: 0px;
}

#starfsmenn {
	float: right;
	height: auto;
	width: 350px;
}

.starfsmadur {
	height: 120px;
	width: auto;
	margin-top: 0px;
	padding: 5px 0;
	overflow: hidden;
}

.starfsmadur p {
	padding-top: 10px;
	line-height: 17px;
	font-size: 12px;
}

/****** Snerpa Logo ******/


#snerpa {
	float: right;
/*	background: url(../img/logoNorm.jpg) top right no-repeat;*/
	width: 100px;
	height: 25px;
	margin-right: 20px;
	display: inline;
}

/****** Thjonusta ******/

#thjonusta {
	width: auto;
	height: auto;
	padding-top: 50px;
}

#thjonusta ul {
	padding-left: 20px;
	margin: 0;
	margin-bottom: 10px;

}

#thjonusta li {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	list-style-type: none;
	padding-left: 35px;
}

/****** Menu Link format******/

#thjonusta ul li a {
	padding-left: 25px;
	background: url(../img/bulletThjon.jpg) no-repeat 0px 1px;
}

#thjonusta ul li a:hover {
	padding-left: 25px;
	background: url(../img/bulletThjonHover.jpg) no-repeat 0px 1px;
}

#thjonusta ul li a.active {
	padding-left: 25px;
	background: url(../img/bulletThjonHover.jpg) no-repeat 0px 1px;
	color: #ff0000;
	text-decoration: none;
}

.thjonustaBox {
	float: left;
	margin-left: 70px;
	display: inline;
	/*border: 1px solid gray;*/
}


/******* Classar ******/

.dagsetning {
	font-size: 11px; 
	color: #666;
	font-style: italic;
}

.dagsetningE {
	font-size: 11px; 
	color: #666;
	font-style: italic;
}

.center {
	text-align: center;

}
	
.red {
	color: #ff0000;
}

.arrowDown {
	background: url(../img/downArrow.jpg) no-repeat 75px 22px;
}

.arrowIn {
	padding-left: 20px;
	background: url(../img/menuBullet.jpg) no-repeat 0px 0px;
}

.tilBaka {
	text-align: center;
}

.readMore {
	padding: 0 0 0 30px;
	background: url(../img/readMore.jpg) no-repeat 3px -3px !important;
	background: url(../img/readMore.jpg) no-repeat 3px -2px;
}

.date {
	padding: 0 0 0 10px;
	margin: 0px 0 5px 0;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.entry {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	overflow: hidden;
	display: inline;
}

#leit {
	width: 800px;
	height: auto;
	margin-top: 5px; 
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 920px;
	\width: 920px;
	w\idth: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: url(../img/norm_bg1.gif) repeat-y top left;
}

#top {
	height: 25px;
	background: url(../img/top1.gif) no-repeat top left;
}

#banner {
	height: 150px;
	width: 895px;
	padding-right: 10px ;
	background: url(../lib/banner.php) no-repeat top right;
}

#logo {
	height: 149px;
	width: 179px;
	margin-left: 20px;
	background: url(../img/logo.jpg) no-repeat top left;
}

#content {
	margin-top: 8px;
	margin-left: 240px;
	min-height: 17em;
	height: auto;
	padding-bottom: 20px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 17em;
}
/**/

#sideBar {
	float: left;
	width: 230px;
	height: auto;
	margin: 0;
	padding: 0px;	
	background: url(../img/sideBarBg1.gif) no-repeat top left;	
}


#nedraContent {
	float: right;
	height: auto;

	width: 626px;
	width: 610px !important;
	margin-right: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	border-top: 1px solid #0272b1;
	border-bottom: 1px solid #0272b1;
	display: inline;
}

.fasteignFront {
	width: 100px;
	height: 130px;
	float: left;
	padding-left: 75px;
}

#eldriFrettir {
	float: left;
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 0px;
	/*background: url(../img/sideBarBg.gif) no-repeat top left;	*/
}

/****** Footer Boxes ******/

#bigFoot {
	width: 870px;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
	display: inline;
	/*border-top: 1px solid #0272b1;
	border-bottom: 1px solid #0272b1;*/
	background:#f8f8f8;
}

#olderNews {
	height: auto;
	float: left;
	padding: 0px 10px 10px 15px;	
	display: inline;
}

#olderNews ul {
	margin-left: 25px;
	margin-bottom: 10px;
}

#olderNews li {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: none;
}

#photoBox {
	height: auto;
	float: left;	
	display: inline;
	overflow: hidden;
}

#thumbPreview {
	margin-left: 30px;
}

#thumbPreview br {
	clear: left;
}

#thumbPreview a:hover { background: #0272b1; border-bottom: 0; }

#thumbPreview img {
 	width: 50px;
 	height: 50px;
border: 0;
 }

#thumbPreview a {
 	padding: 1px;
	margin: 4px;
 	display: block;
 	float: left;
}

#footer {
	height: 50px;
	clear: both;
	background: url(../img/botn2.gif) no-repeat top left;
	/*border: 1px solid gray;*/
}


.clear {
	clear: both;
}

/****** Image format ******/

.innlegg img, .starfsmadur img, #um img, #thjonustusvid img  {
	border: 1px solid #0272b1;
	float: right;
	margin: 0 0 5px 5px;
}


#nedraContent img {
	border: 1px solid #0272b1;
	width: 100px;
	height: 100px;
}

#nedraContent a {
 	padding: 1px;
 	display: block;
 	float: left;
}

#nedraContent a:hover { background: #0272b1; border: 0; }

#footer img {
	margin-top: 2px;
}

#photoSearch ul {
	padding: 0px;
	margin: 0px;
	padding-left: 60px;
}

#photoSearch li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	padding: 10px 10px 10px 10px;
	height: 100px;
	width: 100px;
}

.search_results span {
	padding: 0px;
	margin: 0px;
	font-size:  12px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
}
