/* HEADER */
#wrap
{
	width:986px;
	text-align:left;
	background: transparent url(images/wrap.jpg) repeat-y;
	margin-top: 60px;
}
#header 
{
	width:964px;
	height:179px;
	background-color: transparent;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#header_navigation
{
	position:relative;
	width:135px;
	height:169px;
	background-color: transparent;
	margin-left: 4px;
	padding-top: 6px;
	padding-left: 3px;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#menu, #menu ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 146px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 550;
	background: transparent;
}

#menu li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 135px;
	margin-top: -21px;
	z-index: 999;
}

#menu li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#menu a {
	display: block;
	width: 135px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 135px;
	_width: 135px; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #5c5b5f;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-transform: uppercase;
	opacity: .75;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);

}

#menu li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#menu #housemenuCurrentLink {
	color: #000000;
	background-color: #FFFFFF;
}


#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -9999px;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}


/* MAIN */
#main
{
	width:964px;
	height:480px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: transparent;
	/*Bakgrunds bilder*/
	background-image: url(images/mainBild1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* CONTENT */
#content {
	float: right;
	width: 285px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 8px;
}

#meny_left_list
{
    margin-top:3px;
    width:195px;
    border-top:solid 1px #e0e2e2;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    
}

#meny_left_content
{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    list-style: none;
}

/* FOOTER */
#footer
{
	height: 30px;
	background-color: transparent;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 16px;
	text-align: left;
}
.footer_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
/*ser till att footern alltid ligger längst ned*/
#spacer 
{
 border:0px;
 height:0px;
 clear:both;
 width:0px;
 }


 /* BASE TAGS */
body
{
	background-image: url(images/bgr.jpg);
}
