body
	{
	text-align:center;
	font-family: Trebuchet MS, verdana, arial;
	font-size:12px;
	line-height:18px;
	color: #73560f;
	background: url('../img/background.jpg') center top no-repeat;
	background-color:#dac598;
	margin: 0;
	}


h1
	{
	font-size:14px;
	}
h2
	{
	font-size:14px;
	}

a
	{
	color:#73560f;
	text-decoration:underline;
	}

a:hover
	{
	color:#474747;
	text-decoration:none !important;
	}
a:visited
	{
	color:#73560f;
	text-decoration:underline;
	}
a:active
	{
	color:#474747;
	text-decoration:none;
	}

#container
	{
	width:926px;
	margin: auto;
	}
#subcontainer
	{
	margin:0 auto;
	background:#FFFFFF;
	}
#top
	{
	padding: 0px;
	text-align:left;
	background:url('../img/top.jpg');
	height: 311px;
	position:relative;
	}
#logo {
	padding-left: 55px;
	position:absolute; top:30px; 
	}
#meny
	{
	/*margin-top: 284px;*/
	padding-left: 40px;
	height: 20px;
	text-align:left;
	position:absolute; bottom:7px;
	}
#main
	{
	background:url('../img/repeat.gif');
	}
#content
	{
	background:url('../img/mitten.gif');
	background-repeat:no-repeat;

	text-align:left;
	padding:40px;
	display:table;
	}
#bredspalt
	{
	width:833px;
	display:table;
	}
#spalt1
	{
	width:495px;
	float:left;
	margin-right:35px;
	}
#spalt2
	{
	width::303px;
	float:left;
	}
#litenspalt1
	{
	width:315px;
	float:left;
	}
#litenspalt2
	{
	margin-left: 7px;
	width:173px;
	float:left;

	}
	#contentimagebox {
		position: relative;
		width:303px;
		height:282px;
	}
	#contentimageboxfloat {
		position: relative;
		width:303px;
		height:302px;
		margin-right: 50px;
		float: left;
	}
		#contentimage {
			position: absolute;
			top:12px;
			left:14px;
			width:270px;
			
		}
		#contentimage img {
			border: 3px #fff solid;
		}
		
		#contentimage p {
			font-size: 10px;
		}

		#contentimageoverlay {
			position: absolute;
			top:0px;
			z-index: 1000;
			background:url('../img/tejp.gif') no-repeat;
			height:232px;
			width:303px;
			/* for IE */
			filter:alpha(opacity=60);
			/* CSS3 standard */
			opacity:0.6;
			-moz-opacity: 0.6;
			
		}
.imgborder{
	border: 2px #fff solid;
	margin: 2px;
}
#footer
	{
	background:url('../img/footer.jpg');
	height:64px;
	text-align:left;
	}



/*------------MENYN--------------*/




.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #a99874; overall menu background color*/
font-family:georgia, verdana, arial, sans-serif;
font-weight:bold;
font-size:11px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width:95px; Width of top level menu link items*/
padding: 0px 15px 3px 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #eee5d0;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 145px; /*width of sub menu levels*/
color:#73560f;
text-decoration: none;
padding: 4px 15px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background:#fff6e1;
margin-top: 0px;
}

.suckertreemenu ul li ul li a:hover{
background-color: #a99874;
color: #eee5d0;


}

/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{
background-color: #a99874 ;
}
*/
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: #ceba8f ;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */