@charset "utf-8";
/* skalholtsutgafan.is */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

table, img {
	border: 0px;
}

#wrapper {
	width: 100%;
}

#header {
	background-image: url(../graphic/haus.gif);
	background-repeat: no-repeat;
	height: 79px;
}

#header h1 {
	display: none;
}

#menu {

	height: 46px;
	background-image: url(../graphic/bar.gif);
	background-repeat: repeat-x;
	padding-left: 113px;	
	
}

/* -- <MENU> -- */
#navigation {
	list-style: none;
}

#navigation li {
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	border-left: 1px solid #682502;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

#navigation li:hover, #navigation li.selected {
	background-image: url(../graphic/m_hover.gif);
	background-repeat: repeat-x;

}

#navigation li#end {
	border-right: 1px solid #682502;

}

li span {
	display: none;
}

#container {
	padding-left: 113px;	
	margin-top: 10px;
}

#main {
	float: left;
	width: 623px;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 180px;
	margin-left: 40px;
}

#footer {
	background-image: url(../graphic/fotur.gif);
	background-repeat: repeat-x;
	height: 37px;
	clear: both;
	padding: 17px 0 0 113px;
	color: #FFFFFF;
}

#footer p {
	font-size: 11px;
}

#footer p.info {
	font-weight: bold;

}

.topImage {
	background-image: url(../graphic/verslunin-2009.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
	padding: 1px;
	border: 1px solid #d3d3d3;
	height: 200px;
	width: 620px;
	margin-bottom: 20px;
}

#main h1 {
	font-size:16px;
	font-weight: bold;
	color: #91331e;
	margin-bottom: 6px;
}

#main h2 {
	font-size:12px;
	font-weight: bold;
	color: #91331e;
	margin-top: 12px;
	margin-bottom: 6px;
}

#main p {
	margin-bottom: 4px;

}

/*
#main div.book img {
	float: right;
}
*/

#main div.book p {
	width: 470px;
}

#main div.book p.more {
	text-align: right;
}

.line {
	clear: both;
	height: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}

.hr-line {
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}


a:link, a:active, a:visited {
	text-decoration: none;
	color: #91331e;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #990000;
}

#searchBox {
	text-align: right;
	margin-top: 2px;
	width: 157px;
}

input.search {
	border: 1px solid #782a01;
	width: 150px;
	height: 17px;
	margin-bottom: 8px;
	padding: 3px;
	color: #666666;
}

input.btn_search {
	background-image: url(../graphic/btn_search02.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 51px;
	height: 19px;
	border: 0px;
	margin-bottom: 20px;
}

input.btn_search:hover {
	background-image: url(../graphic/btn_search02.gif);
	background-repeat: no-repeat;
	background-position: bottom;	

}

div#right p.category {
	width: 160px;
	color: #91331e;
	font-weight: bold;
	height: 20px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

#categories {
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
}

.cat {
	margin-top: 12px;
}

#categories .cat a {
	color: #000000;
}


#categories .subcat {
	margin-left: 6px;
	font-weight: normal;
}

#categories .subcat a {
	color: #000000;
	font-weight: normal;
}

div.date {
	float: left;
	font-size: 11px;
	color: #999999;
}

div.more {
	float: right;
}

#main li {
	margin-left: 25px;
	margin-bottom: 3px;
}

#main ul {
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
} 

img.left {
	float: left;
	margin-right: 10px;
}

a.leit {
	font-weight: normal;
}

.clear {
	clear: both;
}