
/**************************************************************

	Image Menu
	v 2.2

***svenska***********************************************************/


#imageMenu {
	position: absolute;
	left:45px;
	width: 618px;
	height: 80px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 80px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:103px;
	height: 80px;
}

#imageMenu ul li.cafe a {
	background: url(../images/2cafe.jpg) repeat scroll 0%;
}

#imageMenu ul li.sortiment a {
	background: url(../images/2sortiment.jpg) repeat scroll 0%;
}

#imageMenu ul li.franchise a {
	background: url(../images/2franchise.jpg) repeat scroll 0%;
}

#imageMenu ul li.omoss a {
	background: url(../images/2omoss.jpg) repeat scroll 0%;
}

#imageMenu ul li.jobb a {
	background: url(../images/jobb.jpg) repeat scroll 0%;
}

#imageMenu ul li.guestbook a {
	background: url(../images/2guestbook.jpg) repeat scroll 0%;
	width: 310px;
}

/*****english*****************************************/

#imageMenu2 {
	position: absolute;
	left:45px;
	width: 618px;
	height: 80px;
	overflow: hidden;
}



#imageMenu2 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 80px;
	width: 1000px;
	
	}

#imageMenu2 ul li {
	float: left;
}

#imageMenu2 ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:122px;
	height: 80px;
}

#imageMenu2 ul li.cafees a {
	background: url(../images/cafe.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.products a {
	background: url(../images/products.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.franchising a {
	background: url(../images/franchise.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.aboutus a {
	background: url(../images/aboutus.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.contact a {
	background: url(../images/contact.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

/*****footer*****************************************/

#footer #wrapper {
	left:0px;
	position: absolute;
	width:100%;
	z-index:1;
}

.wrapper {
	width: 100%;
	padding-top: 3px;
}
.footer {
	width: 100%;
	margin: 0 auto;
	background: #AAE804 url(../img/mer.gif) no-repeat;
	background-position:center 2px;
}
.footer p {
	padding: 18px 0 0 0;
	color: #7D8D51;
	font: 0.8em arial,sans-serif;
	text-align:center;
}
.footer2 {
	width: 100%;
	margin: 0 auto;
	background: #AAE804 url(../img/more.gif) no-repeat;
	background-position:center 2px;
}
.footer2 p {
	padding: 18px 0 0 0;
	color: #7D8D51;
	font: 0.8em arial,sans-serif;
	text-align:center;
}

.rubrikToggler{
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom:0px;
	width: 600px;
	height:15px;
	background: #A5EC06;
	color: #4E5D2C;
	border: 1px solid #999;
	cursor: pointer;
}
