body {
	font-family: "trebuchet ms", Tahoma, Arial, Verdana;
	font-size: 12.5px;
	color: #555555;
	margin: 0px;
	background: url('../img/bakgrunnur_logo.png') center top #ccc;
}
a:link, a:active, a:visited {
    text-decoration: none;
    color: #ED1C27;
}
a:hover {
	text-decoration: underline;
	color : #51697F;
}
form {
	background: url('../img/bakgrunnur_box.png') no-repeat left top;
	position: relative;
	float: left;
	margin:15px 15px 10px 10px;
	padding: 5px 10px 0 22px;
	width:88%;
/*	border: 1px solid #a6a59b;
	padding:2px;
	margin:0;
	margin:0;
	background-color:#f8f7ef;*/
}
input, textarea {
	font-family:Tahoma,Arial,Verdana;
	font-size:13px;
	color:#555;
	background:#fff;
	border:1px solid #555;
}

h1 {
	font-size: 20px;
	margin-bottom:10px;
}

h2 {
	margin-top: 17px;
	color: #eb151c;
	border-bottom: 2px solid #555;
	font-size: 17px;
}

h3 {
	font-size: 14px;
}
th {
	text-align: left;
}

a img {
	border: none;
}
div {
	padding: 0px;
	margin: 0px;
}

/* Struct */

#corner-top-left {
	margin-top: 30px;
	width:774px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url('../img/corner-top-left.png') top left no-repeat #fff;
}

#corner-top-right {
	width: 774px;
	height: 35px;
	background: url('../img/corner-top-right.png') top right no-repeat;
}

#shadow-left {
	background: url('../img/shadow-left.png') top left repeat-y #fff;
	position: relative;
	float: left;
}

#shadow-right {
	position: relative;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background: url('../img/shadow-right.png') top right repeat-y;
}

#frame {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 774px;
	position: relative;
}

#frame2 {
	width: 750px;
	position: relative;
	float: left;
	border-bottom: 10px solid #555;
}

#head {
	padding: 0px 40px 0px 40px;
}

#logo {
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}

#head-picture {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	position: relative;
	float: left;
	width: 750px;
	background: url('../img/head-picture.png');
	margin-bottom: 10px;
}

#content {
	width: 680px;
	float: left;
	padding: 0px 30px 0px 30px;
}

#foot {
	width: 680px;
	height: 25px;
	position: relative;
	float: left;
	margin-top:30px;
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	text-align: right;
}

#foot hr {
	border: 0px none #fff;
	border-top:1px solid #555;
}

/* Menu */

.menu-box {
  position:relative;
  float:right;
  margin-top:-15px;
}

.menu {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	float:right;
	display:block;
}

.menu ul {
	margin-top:0px;
	list-style: none;
	padding: 0px 11px;
}
.menu li {
	display: inline;
	text-align: center;
	padding: 4px 0px;
	margin: 0px 4px;
	border-bottom: 2px solid #FFB100;
}

.menu li a:link, .menu li a:active, .menu li a:visited {
	padding:1px 2px;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: none;
}

.menu li:hover {
	border-bottom: 2px solid #ED1C27;
}

.lang-menu{
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
	float:right;
	display:block;
}

.lang-menu ul {
  margin-top:0px;
  list-style: none;
  padding: 0px 11px;
}
.lang-menu li {
  display: inline;
  text-align: center;
  padding: 4px 0px;
  margin: 0px 4px;
}

/* Box */

.box {
	position: relative;
	float: left;
	width:275px;
	margin:10px 15px 10px 10px;
	padding: 5px 10px 0 22px;
	background: url('../img/bakgrunnur_box.png') no-repeat left top;
}

.box p {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
	.box p.litill {
		width:180px;
	}
.box ul {
	margin:12px 0 10px 0;
	padding:0px 0px 0px 50px;
}
	.box .alegg {
		width:100px;
		padding-left:30px;
	}
	.box .alegg li {
		color: #eb151c;
	}
	.box .alegg li font {
		color: #555555;
	}
	
	.box #medlaeti {
		list-style:none;
		padding:0px 0 1px 15px;
		margin:0px;
	}
	
	.box #medlaeti ul {
		list-style:none;
		padding:0px 0 5px 15px;
		margin:0px;
		color: #eb151c;
	}

.box .tafla td {
	text-align:center;
}

/* Almennt */
.raudur {
	color: #eb151c;
}

.center {
	text-align:center;
}

