body, html {
	height: 100%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}

a {color:#9d171b; text-decoration:none;}
a:hover {color:#9d171b; text-decoration:underline;}
div#box {
	position: relative;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

	div#box div#main {
		float: middle;
		/*height: 100%;*/
		height:auto !important;
		min-height:100%;
		margin: 0 auto;
		text-align: left;
		width: 879px;
		background: url(sysimages/mainLoop.png) repeat-y;
		background-attachment: scroll;
	}

		div#main div#header {
			height: 151px;
			width: 879px;
			background: url(sysimages/headerBg.png) no-repeat;
		}

			div#main div#header div#toolbar {
				float: right;
				position: relative;
				top: 24px;
				right: 52px;
				font-size: 11px;
				font-family: Trebuchet MS, Helvetica, sans-serif;
				color: #fff;
			}
				div#main div#header div#toolbar a {
					font-size: 11px;
					font-family: Trebuchet MS, Helvetica, sans-serif;
					color: #fff;
					text-decoration:none;
				}
				div#main div#header div#toolbar a:hover {text-decoration:underline;}

			div#main div#header div#search {
				position: relative;
				float: right;
				top: 131px;
				left: 10px;
			}

				input#searchForm {
					position: relative;
					top: -3px;
					border: 0px;
					font-family: arial;
					font-size: 12px;
				}

			div#main div#header div#logo {
				float: left;
				position: relative;
				top: 10px;
				left: 56px;
			}

		div#main div#bodySpacer {
			height: 5px;
		}

		div#main div#body {
			position: relative;
			left: 40px;
			width: 799px;
		}

			div#body div#left {
				float: left;
				width: 161px;
			}

			div#body div#right {
				float: left;
				width: 638px;

				margin-bottom:10px;
			}

	div#box div#footer {
		margin:0px;
		padding:0px;
		height:33px;
		width:100%;
		background:#9d171b;
		color:#fff;
	}

div#clear {
	clear: both;
}

a.leftMenuLink {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

a.leftMenuSubLink {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

	a.leftMenuLink:hover {
		text-decoration: underline;
	}

	a.leftMenuSubLink:hover {
		text-decoration: underline;
	}

div.leftMenu {
	height: 23px;
	width: 156px;
	background: url(sysimages/menuBg.png) no-repeat;
}

div.leftMenuSelected {
	height: 23px;
	width: 156px;
	background: url(sysimages/menuSelectedBg.png) no-repeat;
}

div.leftSubMenu {
	height: 23px;
	width: 156px;
	background: url(sysimages/menuSubBg.png) no-repeat;
}



	span.links {
		position: relative;
		left: 11px;
		top: 5px;
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
		span.links:hover {text-decoration:underline;}

	span.sublinks {
		position: relative;
		left: 11px;
		top: 5px;
		color: #000;
		font-size: 11px;
		text-decoration: none;
	}
		span.sublinks:hover {text-decoration:underline;}

	span.sublinksSelected {
		position: relative;
		left: 11px;
		top: 5px;
		color: #9fcc3c;
		font-size: 11px;
		text-decoration: none;
	}

.Crum {
	position:relative;
	float:left;
	padding-left:15px;
	margin-right:10px;
	background-image:url(sysimages/arrow-black.png);
	background-position:0px 6px !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	font-size:11px;
}
.fyrirsogn {
	margin:0px;
	padding:0px;
	margin-bottom:3px;

	font-weight:bold;
	font-size:11px;
	color:#9fcc3c;

}
.alignRight { float:right; margin: 0; }
.facebookLink {
	color:#231f20;
	font-weight:normal;
	cursor:pointer;
}
.facebookLink:hover {text-decoration:underline;}
.facebookIcon {
	position:relative;
	top:2px;
	cursor:pointer;
}

