/* -- TEXTASNIÐ -- */
body, p, div, span, font, table, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {	
	text-decoration: none;
}

a:visited { 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.invert { color: #fff;}

body {
	margin: 10px;
	background: #fff;
}

.fs {
	font-size: 12px;


#allt {
	width: 762px;
	background-image: url("../img/bak.gif");
}

#skrokkur {
	width: 762px;
}

#haus {
	width: 762px;
	height: 66px;
	text-align: right; 
	vertical-align: bottom;
	background-image: url("../img/haus.gif");
}

#toppur {
	width: 785px;
	height: 6px;
	background-color: #fff;
	background-image: url("../img/toppur.gif");
}

#megin {
	
}
#botn {
	width: 785px;
	height: 14px;
	background-color: #fff;
	background-image: url("../img/botn.gif");
}
.cols {
	position: relative;
	float: left;
}

/* -- LAYOUT -- */

.ffsv {
	width: 450px;
	float: left;	
	padding-top: 6px;
	padding-left: 13px;
	color: #630;
	//color: #0060A1;
	font-size: 12px;	
}

.ffsh {	
	width: 244px;
	float: right;	
	padding-top: 6px;
	padding-left: 6px;
	color: #630;
	//color: #0060A1;
	font-size: 12px;
}

#listabox {
	float: right; 
	width: 250px;
	height: 40px;
	text-align: left;
	background: #0070B2;
	color: #333;
	padding-top: 15px;
	padding-left: 5px;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid 
}

#heili {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

#leit {
	float: right;
}

#heim  {
	float: left;	
}
    
/** NAV **/

#nav {
	float: right;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index: 3;
	top: 0em;
	left: 0;
	border: 1px solid #A83C0F;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	border: 1px solid #A83C0F;
}

#nav a, .stilskipt a, a.stilskipt:link {
	color: #663a01;
	font-weight: normal;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0em 10px;
	color: #000;
}

#nav li li a:hover {
}

li {
	float: left;
	position: relative;	
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	cursor: default;
	color: #663a01;
	background-color: white;
}

li li {
	/*width: 4em;*/ 
	padding-right: 0px;
	padding-left: 0px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	padding-right: 0px;
	background-color: #fff;
	color: #663a01;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
	border: 1px solid #A83C0F;
}

/** NAV **/
