#EigurAtVerdaTomt
{
	display: none;
}
/* CSS Document */
html{
	height:100%;
}
body{
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	/* font-size:11px; */
	font-size:13px;
	/*color:#7d7d7d;*/
	color:#000;
	background-image:url(../Images/BG.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a{
	text-decoration:none;
	color:#f48322;
}
a:hover{
	text-decoration:underline;
	color:#f48322;
}

.Snarvegir div{
	float:left;
}
.Snarvegir .nr1 a{background-image:url(../Images/Snarvegur1.png); margin-right:15px;}
.Snarvegir .nr2 a{background-image:url(../Images/Snarvegur2.png); margin-right:15px;}
.Snarvegir .nr3 a{background-image:url(../Images/Snarvegur3.png); margin-right:0px; }
.Snarvegir a{
	background-repeat:no-repeat;
	height:66px;
	width:146px;
	color:#FFF;
	text-decoration:none;
	display:block;
}
.Snarvegir a .text1{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
	padding-top:20px;
}
.Snarvegir a .text2{
	padding-left:8px;
	font-size:10px;
}

.newsContainer .title{
	padding-top:10px;
}
.newsContainer .text{
	padding-right:10px;
}
.newsContainer img{
	border:1px solid #b2b4b6;
	margin-right:10px; 
	margin-bottom:2px;
}
#mainDiv{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFF;
}
#searchQuery{
	border:1px solid #b2b4b6;
	padding:0px;
	height:15px;
	/*color:#7d7d7d;*/
	color: #000;
	font-size:10px;
	padding-right:15px;
	background-image:url(../Images/Search.png);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:top;
}
#mainMenu a{
	display:block;
	/*font-size:11px;*/
	font-size: 13px;
	font-weight:bold;
	/*color:#7d7d7d;*/
	color: #000;
	text-decoration:none;
	margin-bottom:10px;
	padding-left:15px;
	background-image:url(../Images/Dot1.png);
	background-position:left;
	background-repeat:no-repeat;
}
#mainMenu .subMenu a{
	margin-left:15px;
	padding-left:8px;
	font-weight:normal;
	background-image:url(../Images/Dot3.png);
}
#mainMenu .subMenu .subMenu a{
	margin-left:25px;
	padding-left:8px;
	font-weight:normal;
	background-image:url(../Images/Dot3.png);
	font-style:italic;
}
.img{
	border:1px solid #b2b4b6;
}
#footer{
	/*color:#999;*/
	color: #000;
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ccc;
	font-size: 11px;
	text-align: center;
}
#theNews{
	border-left:1px solid #ccc;
}
.dotLink{
	display:inline-block;
	padding-left:20px;
	background-image:url(../Images/Dot2.png);
	background-position:left;
	background-repeat:no-repeat;
	/*color:#7d7d7d;*/
	color: #000;
	text-decoration:none;
	font-weight:bold;
	height:15px;
}
.dotLink:hover{
	/*color:#7d7d7d;*/
	color: #000;
	text-decoration:none;
}
.title, .DocumentTitle, .RegisterFullinfoHeadline{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:0px;
}
.smallTitle{
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	letter-spacing:0px;
}
.description{
	font-weight:bold;
	padding-bottom:5px;
}
.text{
	padding-bottom:5px;
	/* New */
	font-size: 13px;
}

.RegisterinputTitle {
	font-weight: bold;
}
