body {
	margin: 0px;
	background-image: url('../IMG/bodybg.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #b1b1b1;
}

body, table, div {
	font-size: 12px;
	font-family: 'lucida sans';
}

div.wrapper {
	clear: both;
}
#MainContainer {
	position: relative;
	width: 980px;
	text-align: left;
}

#Haus {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 170px;
	background-image: url('../IMG/haus.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#Logo {
	position: absolute;
	left: 60px;
	top: 20px;
	z-index: 2;
}


#Page {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	background-image: url('../IMG/pagebg.png');
	background-position: top left;
	background-repeat: repeat-y;	
}

#LeftNav {
	position: relative;
	float: left;
	width: 188px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

#Content {
	position: relative;
	float: left;
	width: 620px;
	margin-top: 7px;
	margin-bottom: 10px;
}

#RightMenu {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 122px;
}

#Footer {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 45px;
	background-image: url('../IMG/footer.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 25px;

	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
	color: #000;
}

a.footer {
	text-decoration: none;
	color: #000;
}
a.footer:hover {
	color: #444;
}


/*  Menu Left  */

#MenuLeft {
	position: relative;
	float: left;
	width: 188px;
	background-image: url('../IMG/MenuLeft.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#MenuLeftHaus {
	position: relative;
	float: left;
	width: 178px;
	height: 20px;
	
	padding-left: 10px;
	padding-top: 5px;
	
	background-image: url('../IMG/MenuLeftHaus.png');
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* Menu starts */


#MenuLeft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#MenuLeft ul li {
	float: left;
	clear: both;
	width: 145px;
	
	padding-top: 5px;
	padding-left: 43px;
	padding-bottom: 5px;
	
	background-image: url('../IMG/MenuItem.png');
	background-position: top left;
	background-repeat: no-repeat;
	
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

#MenuLeft ul ul {
	width: 	120px;
}

#MenuLeft ul li:hover ul {
	display: block;	
}

#MenuLeft ul li ul li {
	position: relative;
	left: -40px;
	width: 140px;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 12px;
	padding-left: 35px;
}

#MenuLeft ul li ul li ul li {
	position: relative;
	left: -40px;
	width: 140px;
	background-image: none;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 10px;
	padding-left: 50px;	
}

#MenuLeft ul li a {
	text-decoration: none;
	color: #111;
}

#MenuLeft ul li a:hover {
	color: #555;
}



/* list menu ends */


div.LeftExtra {
	position: relative;
	clear: both;
	height: 160px;
	width: 188px;
	margin-bottom: 10px;
}

#LeftSkoda {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 75px;
	z-index: 2;
}

#LeftSkra {
	position: absolute;
	top: 85px;
	right: 0px;
	width: 198px;
	height: 75px;
	z-index: 2;
}

#LeftKlubbur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 75px;
	z-index: 2;
}