/*
grå bakgrund #57585a 
svart bakgrund #1a181c 


meny on #b2001e
submenu överdel on #b2001e
submenu underdel on #95111d

meny off #d59376
submenu överdel off #d59376
submenu underdel off #c4896e

röd prick & rubrik #ef2947


*/


body
	{
	background-color: #1a181c;
	text-align:center;
	font-family:arial, verdana;
	font-size:12px;
	line-height:15px;
	color: #FFF;
	margin: 0;
	}

h1
	{
	font-size:24px;
	line-height:24px;
	margin-top:0px;
	}

.spanh1
	{
	font-size:24px;
	line-height:24px;
	margin-top:0px;
	font-weight: bold;
	}

.h1small
	{
	font-size:20px;
	line-height:20px;
	margin-top:0px;
	}

h2
	{
	font-size:20px;
	font-weight:bold;
	}
h3
	{
	font-size:16px;
	font-weight:bold;
	}
.red
	{
	color: #e30729;
	}

.orange
	{
	color: #ffa200;
	}

.reddot
	{
	color: #e30729;
	font-size:14px;
	}
a, a:visited, a:active
	{
	color:#FFF;
	text-decoration:underline;
	}

.anodec
	{
	text-decoration: none;
	}

a:hover
	{
	color: #e9e9e9;
	text-decoration:none;	
	}


#container
	{
	width:760px;
	margin:0 auto;
	}

#top
	{
	background-color: #57585a;
	width:100%;
	height: 10px;
	}

#header
	{
	background: url('../img/header.jpg') no-repeat;
	width:100%;
	height: 95px;
	}


#menu
	{
	width:100%;
	height: 25px;
	position:relative;
	}
#header_image
	{
	width:100%;
	height: 203px;
	text-align:left;
	}

	#header_image_text
	{
	padding-left:80px;
	padding-top:12px;
	margin:0;
	width:183px;
	height:170px;
	text-align:left;
	font-size:12px;
	line-height:13px;
	}

	#header_image_text_bred
	{
	padding-left:80px;
	padding-top:12px;
	margin:0;
	width:268px;
	height:170px;
	text-align:left;
	font-size:12px;
	line-height:13px;
	}

#content
	{
	background-color: #57585a;
	width:100%;
	display:table;
	text-align:left;
	margin-top:7px;
	padding-bottom:100px;
	}
	
	.single
		{
		margin-left:67px;
		margin-top:50px;
		width:640px;
		}
	.single_smal
		{
		margin-left:67px;
		margin-top:50px;
		width:450px;
		}

		.en_spalt_right
			{
			float:right;
			width: 380px;
			}
		.en_spalt_kontakt
			{
			float:right;
			width: 340px;
			}
		.en_spalt_right_bred
			{
			float:right;
			width: 400px;
			}
		.tva_spalt_left
			{
			float:left;
			width: 420px;
			}
		.tva_spalt_right
			{
			float:right;
			width: 210px;
			}
		.tva_spalt_right_broschyr
			{
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			float:right;
			width: 120px;
			}

		.streck
			{
			background: url('../img/bg-horizontal-line.gif') repeat-x;
			width:100%;
			padding-top:8px;
			}
			.knapp_right_under_streck
				{
				float:right;
				}


	.tre_spalt
		{
		width:252px;
		float:left;
		height:585px;
		margin-top:8px;
		position:relative;
		}
		.tre_spalt_text
			{
			width:232px;
			position:absolute;
			bottom:55px;
			left:10px;
			}
		.tre_spalt_button
			{
			width:232px;
			position:absolute;
			bottom:5px;
			left:10px;
			height:25px;
			text-align:right;
			}

#footer
	{
	width:760px;
	height:30px;
	margin-top:3px;
	font-size:9px;
	color: #58595a;
	text-align:center;
	}

.clear
	{
	clear:both;
	}


/*------------MENYN--------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
position:absolute; bottom:0px;right:0px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding-left:2px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 78px; /*Width of top level menu link items*/
padding:0;
text-decoration: none;
color: #FFF;
font-size:12px;
font-weight:bold;
border-bottom:6px solid #d59376;
}
	
/*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: 100px; /*width of sub menu levels*/
height:16px
color: #FFF;
text-decoration: none;
padding:0;
border: none;
font-size:12px;
font-weight:normal;
background: url('http://www.lindquistheating.se/preview/img/bg-sub-off.gif') repeat-x;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li ul li a{
display: block;
width: 85px; /*width of sub menu levels*/
height:16px
color: #FFF;
text-decoration: none;
padding:0;
border: none;
font-size:12px;
font-weight:normal;
background: url('http://www.lindquistheating.se/preview/img/bg-sub-off.gif') repeat-x;
border-left:2px solid #000;
}

.suckertreemenu ul li a:hover{
color: #FFF;
border-bottom:6px solid #b2001e;
}

.suckertreemenu ul li ul li a:hover{
color: #FFF;
border: none;
background: url('http://www.lindquistheating.se/preview/img/bg-sub-on.gif') repeat-x;
}

.suckertreemenu ul li ul li ul li a:hover{
color: #FFF;
border: none;
background: url('http://www.lindquistheating.se/preview/img/bg-sub-on.gif') repeat-x;
border-left:2px solid #000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* 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%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

