




body, td, p {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 150%;
}




a {
	color: #EEF8FF;
	cursor:pointer;
}
p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	
	font-family: Arial, Helvetica, Sans;
	line-height: 200%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}


body.litadur {
	
}


.clr {
	clear:both !important;
	height: 1px !important;
	line-height:1px !important;
}

a:focus,a:active {
	outline: 1px dotted #DDD;
}

a.blocklink {
	display:block;
	text-indent: -10000px;
	overflow:hidden;
	text-decoration:none;
}


.hidden {
	display:none;
	visibility:hidden;
}

textarea.inputbox, input.inputbox {
	border: 1px solid #FFF;
	outline: 1px solid #d7dbdf;
	
	padding: 2px 0px 2px 0px;
}
textarea.inputbox:focus, input.inputbox:focus {
	border: 1px solid #b7bbbf;
	outline: 1px solid #d7dbdf;
}
* html textarea.inputbox, * html input.inputbox {
	border: 1px solid #d7dbdf;
}


form#nform table.nform td {
	padding: 4px;
}




input.button {
	background: url(../images/button-bg.gif) repeat-x;
	background-position: left bottom;
	border: 0;
	height: 30px;
	color:#FFF;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}


ul.flatlist, ul.flatlist li {
	list-style:none !important;
	display:block !important;
	margin:0 !important;
	padding:0 !important;
}






/******* fyrir töflur ofl **************/
.content table {
	border-collapse:collapse;	
	width: 90%;
	margin-bottom: 1em;
}
.content table th {
	background:#F8F8F8;
	
	font-weight: bold;
}
.content table td, .content table th {
	padding: 5px;
	border: 1px solid #DDD;
}




.content p, .content ul, .content ol {
	margin-bottom: 1em;
}

.content h1 { margin-bottom: 0.4em; }
.content h2 { margin-bottom: 0.3em; }
.content h3 { margin-bottom: 0.2em; }
.content h4 { margin-bottom: 0.1em; }

.content blockquote {
	background: #EEF4F8;
	color: #007091;
	padding: 1em;
	padding-bottom: 0.05em;
	margin-bottom: 1em;
}

.content ol {
	list-style: decimal;
}
.content ul {
	list-style: disc;
}
.content ul li, .content ol li {
	margin-left: 30px;
}








/**************** Örvar ******************/
.arrow-left, .arrow-right {
	text-indent: -10000px;
	overflow:hidden;
	background: url(../images/arrows.gif) no-repeat;	
}
.arrow-left:focus, .arrow-left:active, .arrow-right:focus, .arrow-right:active {
	border:0;
	outline:0;
}
.arrow-left, .arrow-left.inactive:hover {
	background-position: 0px 0px;
}
.arrow-right, .arrow-right.inactive:hover {
	background-position: -61px 0px;
}
.arrow-left:hover {
	background-position: 0px -74px;
}
.arrow-right:hover {
	background-position: -61px -74px;
}





div#content_36 ul li {
	width: 190px;
	float:left;
	height: 290px;
}
div#content_36 ul li p, div#content_36 ul li h4 {
	line-height: 130%;
	margin:0;
}
div#content_36 ul li h4 {
	margin-top: 8px;
}








a.auto-thumb img {
	border:3px solid #D8DEE4;
	padding: 3px;
}
a.auto-thumb:hover img {
	border:3px solid #B8BEC4;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
