html {
	background: #c9c9c8 url(../designimages/bg-main.jpg) repeat-x 50% top;
	border: 0px solid red;
	height: 100%; 
	min-height:100%; 
	height:auto!important;
}
body{	
	/*background: transparent url(../designimages/bg-main-shadow.jpg) no-repeat 50% 0;*/
}
#wrapper {
	background: #e5e5db url(../designimages/header2.jpg) no-repeat -20px top;
	min-height: 400px;
	border: 0px solid #333; 
	overflow:hidden;
}

/* MAIN */
#main { background: transparent url(../designimages/content-bg.jpg) repeat-y -15px top; }


/* HEADER */
#main #header {
	margin: 0;
	width: 770px;
	height: 210px;
	background: transparent url(../designimages/header2.jpg) no-repeat -15px top;
}
#main #header h1 { text-indent: -9999px; position: absolute; top: 30px; left: 0; }
#main #header h1 a,
#main #header h1 a:visited {
	display: block;
	width: 192px;
	height: 68px;
	background: transparent url(../designimages/eratu-logo.png) no-repeat left top;
}
div#header div#headerRight {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 280px;
	color: #e4e4e4;
	border: 0px solid red;
}
div#header div#headerRight h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 2px 0;
}
div#header div#headerRight p {
	font-size: 0.9em;
	color: #fff;
	margin: 0;
	padding: 2px 0;
}


/* LEFTCOL */
#main #leftCol { z-index: 50;}
#main #leftCol h1 {
	text-indent: -9999px;
	width: 400px;
	height: 90px;
	background: transparent url(../designimages/eratu-logo.png) no-repeat 0 bottom;
}
/* LEFTCOL BOKS */
#main #leftCol .leftcol-box-top {
	background: transparent url(../designimages/box-top-leftcol.jpg) no-repeat top left;
	height: 45px;
}
#main #leftCol .leftcol-box-top h3 {
	font-size: 1.2em;
	padding: 8px 10px;
	color: #656565;
}
#main #leftCol .leftcol-box-middle {
	background: transparent url(../designimages/box-middle-leftcol.jpg) repeat-y top left;
	overflow: hidden;
	padding: 5px 10px;
	color: #8a8a8a;
}
#main #leftCol .leftcol-box-middle p a.readmore {
	background: transparent url(../designimages/readmore.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 31px;
	border: 0px solid red;
}
#main #leftCol .leftcol-box-bottom {
	background: transparent url(../designimages/box-bottom-leftcol.jpg) repeat-y top left;
	height: 16px;
	margin-bottom: 20px;
}

/* LEFTCOL MENY */
#main #leftCol ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#main #leftCol ul li {
	position: relative;
	z-index: 100;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	background: transparent url(../designimages/menu-list.jpg) no-repeat left top;
}
#main #leftCol ul li a, 
#main #leftCol ul li a:visited {
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #9b9b9b;
	display: block;
	text-shadow: 0 1px 0 #C9DFF3;
	font-size: 0.9em;
	letter-spacing: 1px;
}
#main #leftCol ul li a:hover {
	background: transparent url(../designimages/link-hover.jpg) no-repeat 85% center;
	color: #e4b932;
}
#main #leftCol ul li.first {
	background: transparent url(../designimages/menu-top.jpg) no-repeat left top;
	height: 40px;
	line-height: 40px;
}
#main #leftCol ul li.last {
	background: transparent url(../designimages/menu-bottom.jpg) no-repeat left top;
	height: 38px;
	line-height: 38px;
}
#main #leftCol ul li a.active {
	background: transparent url(../designimages/link-hover.jpg) no-repeat 85% center;
	color: #e4b932;
}
/* SUBMENY */
#main #leftCol ul li ul {
	list-style-type: none;
	list-style-position: outside;
	color: #e4b932;
	background: #fff;
	width: 230px;

	position: absolute;
	top: -1px;
	left: 150px;
	z-index: 200;
	display: none;
	border: 1px solid #ccc;
}
#main #leftCol ul li ul li {
	background: #fff;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	height: auto;
	line-height: normal;
	padding: 0;
	z-index: 200;
	position: relative;
}
#main #leftCol ul li ul li a,
#main #leftCol ul li ul li a:visited {
	padding: 10px 20px;
	display: block;
}
#main #leftCol ul li ul li a:hover {
	background: transparent url(../designimages/link-hover.jpg) no-repeat right 60%;
	color: #e4b932;
	display: block;
}


/* RIGHTCOL */
#rightCol {
	z-index: 1;
}
#rightCol #rightColContent {
	background: #fff;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: -1px;
	width: 169px;
	min-height: 630px; /* FIX: IE 6 */
}
#rightCol #rightColContent h2 {
	color: #8c8c8c;
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 1em;
}
#rightCol #rightColContent p {
	color: #8c8c8c;
	margin: 0;
	padding: 2px 0;
	font-size: 0.85em;
}
#rightCol #rightColContent img {
	display: block;
	margin: 0 auto;
	padding: 40px 0 10px 0;
}

#rightCol #rightColContent p a,
#rightCol #rightColContent p a:visited {
	text-decoration: none;
}
#rightCol #rightColContent p a.readmore {
	background: transparent url(../designimages/readmore-arrow-rightcol.jpg) no-repeat 50px 5px;
	height: 20px;
	padding: 5px 0;
	color: #5c5c5c;
	display: block;
}
#rightCol #rightColContent p a:hover {
	color: #ddb66a;
}



/* Rightcolbox */
#rightCol #rightColContent .rightColbox {
	background: #fff url(../designimages/righcolBox-bg.jpg) no-repeat left top;
	min-height: 145px;/* FIX: Lag en regel for IE 6 */
	margin-bottom: 30px;
	padding: 0 10px;
}



/* CONTENT */
#main #content {
	/* min-height: 900px; FIX: Regel for IE 6 */
	min-height: 1350px;
}
/* ADMINMENY */
#main #content #adminMenu { }
#main #content #adminMenu ul {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	overflow: hidden;
}
#main #content #adminMenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#main #content #adminMenu ul li a,
#main #content #adminMenu ul li a:visited {
	text-decoration: none;
	color: #8d8d8d;
	padding: 0 6px;
	border-right: 1px solid #8d8d8d;
}
#main #content #adminMenu ul li a:hover {
	color: #e5b752;
}
#main #content #adminMenu ul li a.active {
	color: #e5b752;
}

/* CONTENTBOX m/avrundakanter */
#main #content .contentInner {
	border: 0px solid #fff;
}

#main #content .contentInner .contentBoxTop {
	background: transparent url(../designimages/contentBox-top.jpg) no-repeat -8px top;
	height: 14px;
}
#main #content .contentInner .contentBoxMiddle {
	background: transparent url(../designimages/contentBox-middle.jpg) repeat-y -8px top;
	color: #676565;
	text-align: left;
}
#main #content .contentInner .contentBoxMiddle hr {
	width: 98%;
	margin: 15px 0;
}
#main #content .contentInner .contentBoxBottom {
	background: transparent url(../designimages/contentBox-bottom.jpg) no-repeat -8px top;
}

#main #content .contentInner .contentBoxMiddle .contentBoxRepeat {
	background: #94a8b7 url(../designimages/contentBoxRepeat-bg.jpg) no-repeat left bottom;
	width: 495px;
	margin-left: 17px;
	padding: 10px 20px 20px 20px;
}
#main #content .contentInner .contentBoxMiddle .contentBoxRepeat a,
#main #content .contentInner .contentBoxMiddle .contentBoxRepeat a:visited {
	text-decoration: none;
	color: #efefef;
}
#main #content .contentInner .contentBoxMiddle .contentBoxRepeat a:hover {
	color: #fff;
}
#main #content .contentInner .contentBoxMiddle .contentBoxRepeat a.readmore {
	background: transparent url(../designimages/readmore.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 31px;
	border: 0px solid red;
}




/* RIGHTCOL */
#main #rightColHolder { 
	background: #fff;
	position: relative;
	z-index: 10;
}
#main #rightColHolder #rightCol {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
	min-height: 500px;
}







/* FOOTER */
#footer { 
	height: 74px;
	background: transparent url(../designimages/bg-footer.jpg) no-repeat;
	color: #fff;
	margin: 0;
	width: 960px;
	font-size: 0.85em;
	clear: both;
}
#footer #footerLeft{
	margin-left: 10px;
}
#footer #footerContent{
}
#footer #footerRight{

}




