

/****** CSS by Baldur Holmgeirsson - Snerpa Vefhönnun ******/

/****** Global white space reset *******/

* {
    margin: 0;
    padding: 0;
}

html,body {
	margin:0;
	padding: 0;
}

/****** The booooooodeeeeeee *******/

body,input,select,textarea {
	font-family: "Trebuchet MS", Arial, verdana, "lucida console", sans-serif;
	font-size: 11px;
}

body {
	background: url(../img/background.gif);
}

body.mceContentBody {
	background: none;
	background-color: white;
	font-size: 12px;
	padding: 5px;
	line-height: 17px;
}

body.mceContentBody ul, body.mceContentBody ol {
	margin: 0;
	padding: 10px 0 10px 40px;
}

ul, ol {
	margin: 0;
	padding: 10px 0 10px 40px;
}

/****** Typography ******/

/****** Headings ******/

h1, h2, h3, h4, h5, h6 {
	color: #75271a;
	letter-spacing: 1.3px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/****** Global Links Format ******/

a {
	outline: none;
	color: #75271a;
}

a:hover {
	color: #e99a8d;
}

a img {
	border: none;
}

/****** FORMS *****/

#container label {
	color: #666;
	display: block;
	padding: 0 0 5px 0;
}

#container input, #container textarea {
	padding: 3px;
	border: 1px solid #ccc;
}

/****** LAYOUT ******/

#logo {
	position: absolute;
	top: 24px;
	left: -30px;
	display: block;
	width: 246px;
	height: 94px;
	background: url(../img/logo.png);
	text-indent: -9999px;
}

#bEnglish #logo {
	background: url(../img/logoEn.png);
}

#flagEn {
	position: absolute;
	top: 102px;
	left: 529px;
	border: none;
	display: block;
	width: 20px;
	height: 13px;
	background: url(../img/flagEN.gif) no-repeat;
	text-indent: -9999px;
}

#toolBar {
	display: none;
}

#container {
	margin: 0 auto;
	width: 564px;
}

#header {
	position: relative;
	height: 110px;
}

#contentHead {
	background: url(../img/contentTop.png) no-repeat;
	height: 13px;
	font-size: 0;
}

#content {
	background: url(../img/contentBg.png);
	width: 564px;
}

#footer {
	
	background: url(../img/contentBottom.png);
	height: 28px;
	color: #75271a;
	text-align: center;
	padding-top: 5px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#ribbonWrap {
	position: relative;
	width: 564px;
}

#ribbonBottom {
	position: absolute;
	width: 113px;
	height: 101px;
	background: url(../img/ribbonBottom.png) no-repeat;
	top: -36px;
	left: -30px;
	z-index: 9;
}

/* Menu */

#nav {
	position: absolute;
	top: 99px;
	left: 212px;
}

#nav ul {
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 3px;
	background: url(../img/menuRight.gif) no-repeat top right;
	padding-right: 8px; 
}

#nav li a {
	display: block;
	float: left;
	width: auto;
	height: 16px;
	padding: 3px 4px 0 13px;
	background: url(../img/menu.gif) no-repeat;
	text-decoration: none;
	color: #fff;
	line-height: 14px;
	letter-spacing: 1.4px;
}

#nav li a:hover {
	color: #e99a8d;
}

#nav li.on {
	background: url(../img/menuOnRight.gif) no-repeat top right;
}

#nav li.on a {
	background: url(../img/menuOn.gif) no-repeat;
	color: #7e4343;
}

/* Submenu */

#submenu {
	display: none;
	height: 25px;
	padding: 10px 0 0 25px;
}

#bInnranet #submenu, #bKerfi #submenu {
	display: block;
}

#submenu ul {
	list-style: none;
	padding: 0;
}

#submenu li {
	float: left;
	display: block;
	width: auto;
	height: 25px;
	padding: 0px 10px;
}

#submenu li.sep {
	display: block;
	background: url(../img/menuSep.gif) no-repeat center 2px;
	width: 2px;
	height: 14px;
	padding: 0;
}

#submenu li a {
	line-height: 13px;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}

#submenu li.on {
	background: url(../img/submenuOn.gif) no-repeat center 20px;
}

#submenu li.on a {
	color: #c3c3c3;
}

/* Hide submenu */

#bInnranet #nav ul li ul{
	position: absolute;
}

#bInnranet #nav ul li ul li {
	display: none;
}

/* Form */

input.submit {
	margin-bottom: -1px;
	height: 20px;
}

/* Netfangalisti */

#netfangaskra {
	padding-left: 40px;
}

#netfangaskra .entry {
	padding: 5px 25px;
}

#netfangaskra .entry h3 {
	font-size: 12px;
	letter-spacing: normal;
}

#content label {
	padding-top: 5px;
}

#bInnranet .commonForm img {
	border: none;
}