*{margin:0, padding:0;}

body
	{
	background:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#e0e0e0;
	text-align:center;
	font-family:trebuchet ms, verdana, arial;
	font-size:12px;
	}

h1
	{
	font-size:20px;
	margin-top:0;
	margin-bottom:10px;
	color:#b11322;
	}

a
	{
	color:#b11322;
	text-decoration:none;
	}

a:hover
	{
	color:#b11322;
	text-decoration:none;
	}


#container
	{
	border:0px solid #000;
	width:926px;
	margin:0 auto;
	margin-top:20px;
	}

#up
	{
	background:url(../img/up.png);
	display:table;
	height:123px;
	}
	

#mainbild_bg
	{
	background:url(../img/mainbg.png);
	
	}

#meny
	{
	background:url(../img/menybg.jpg);
	background-repeat:repeat-x;
	height:30px;
	margin:13px;
	margin-bottom:0px;
	width:900px;
	}

#logga_sid1
	{
	background:url(../img/logga_sid1.jpg);
	background-repeat:repeat-x;
	margin:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:900px;
	height:80px;
	padding:0px;
	}

#logga_sid2
	{
	background:url(../img/logga.jpg);
	background-repeat:repeat-x;
	margin:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:900px;
	height:80px;
	padding:0px;
	}

#mainbild
	{
	background:url(../img/mainbild.png);
	background-repeat:repeat-x;
	padding:0;
	margin:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:900px;
	height:340px;
	border:0px solid #000;
	position:relative;
	}

#mainbild_vanster
	{
	position:absolute;
	background:url(../img/main_left.jpg);
	width:337px;
	height:238px;
	left:4px;
	top:51px;
	}

#mainbild_mitten
	{
	position:absolute;
	background:url(../img/main_middle.jpg);
	width:157px;
	height:238px;
	left:351px;
	top:51px;
	}

#mainbild_hoger
	{
	position:absolute;
	background:url(../img/main_right.jpg);
	width:212px;
	height:238px;
	left:684px;
	top:51px;
	}

#skugga
	{
	background:url(../img/skugga.jpg);
	background-repeat:repeat-x;
	margin:13px;
	margin-top:0px;
	margin-bottom:0px;
	width:900px;
	height:20px;
	padding:0px;
	}

#content
	{
	background:url(../img/mainbg2.png);
	text-align:left;
	height:50px;
	display:table;
	width:930px;
	background-repeat:repeat-y;
	border:0px solid #000;
	}

#content_text
	{
	border:0px solid #000;	
	margin-left:30px;
	margin-right:30px;
	padding-top:0px;
	}

#content_text2
	{
	width:645px;
	border:0px solid #000;
	float:left;
	}

#content_text3
	{
	width:500px;
	border:0px solid #000;
	float:left;
	}

#content_text_right
	{
	width:160px;
	border:0px solid #000;
	float:left;
	margin-left:20px;
	}

#content_text_right2
	{
	width:350px;
	border:0px solid #000;
	float:left;
	margin-left:20px;
	text-align:center;
	}


#down
	{
	background:url(../img/down.png);
	height:37px;
	margin-top:0px;
	border:0px solid #000;
	}

#adress
	{
	text-align:left;
	padding-left:30px;
	padding-top:17px;
	}

#oppettider
	{
	width:200px;
	height:200px;
	background:url(../img/oppettider.jpg);
		border:1px solid #FFF;
	text-align:left;
	}

#oppet_text
	{
	margin:20px;
	padding-top:40px;
	border:0px solid #000;
	}

#oppet_text_left
	{
	width:80px;
	border:0px solid #000;
	float:left;
	}

#oppet_text_right
	{
	width:60px;
	border:0px solid #000;
	float:right;
	margin-left:10px;
	}

#spalt1
	{
	border:0px solid #000;
	width:150px;
	float:left;
	list-style-type:disc;
	}

#spalt2
	{
	border:0px solid #000;
	width:150px;
	float:left;
	margin-left:20px;
	}

#bilder
	{
	border:0px solid #eee;
	width:850px;
	}

#bilder img
	{
	border:5px solid #eee;
	margin:5px;
	}

#site img
	{
	border:0;
	}
.suckertreemenu
	{
	position:relative;
	z-index:1000;
	}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight:bold;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:none; /*overall menu background color*/
background:url(../img/menyknapp.jpg);
background-repeat:no-repeat;
background-position:right;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 6px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #333;

}
	
/*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: 120px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 4px 5px;
border: 1px solid #333;
background-color: #F3F3F3
}

.suckertreemenu ul li a:hover{
background-color: #b0b0b0;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: none url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* 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 */


