﻿/* HEADER */
#wrap
{
	width:986px;
	text-align:left;
	background: transparent url(images/wrap.jpg) repeat-y;
	margin-top: 60px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#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;
}


/* Vertikal Meny */
#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 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 a:active {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: 550;
}

#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;
}





/* UNDERMENY */
#undermenyBgr 
{
	width: 964px;
	height: 14px;
	background-color: transparent;
	background-image: url(images/undermeny_bgr.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}

/* CSS FÖR HORISONTAL MENY */

#undermeny ul { /* all submenu lists */
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#undermeny li { /* all list items */
	list-style: none;
	float: left;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;

}

#undermeny a { /* all links within the menu wrapper */
	color: #666666;
	text-decoration: none;
}


#undermeny li a:hover
 {
	color: #000000;
	list-style: none;
}
#undermeny #housemenuCurrentItem #housemenuCurrentLink
 {
	color: #000000;
	list-style: none;
}

/* MAIN */
#main
{
	width:964px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}

#mainbgr
{
	width:964px;
	height: 100%;
	min-height: 13px;
	margin:0px;
	padding: 0px;
	background-image: url(images/main_bgr.gif);
	background-repeat: repeat-y;
	position: relative;
}

/* left CONTENT */
.left_content 
{
	float: left;
	width: 416px;
	margin-top: 0px;
	padding: 0px;
}

/* MIDLE CONTENT */
#midle_content {
	float: left;
	width: 22px;
}

/* right CONTENT */

#right_content {
	float: left;
	width: 520px;
	margin: 0px;
	padding: 0px;
}

.right_content_top 
{
	width: 526px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

.right_content_bottom
{
	width: 526px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

.right_content_1 {
	float: left;
	width: 168px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
}
.right_content_2 {
	float: left;
	width: 168px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 0px;

}
.right_content_3 {
	float: left;
	width: 168px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 0px;
}

#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);
}

#bryt_hr
{
	width: 964px;
	height: 1px;
	_height: 1px;
	margin: 0px;
	padding:0px;
	color: #dadada;
}