
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#container {
	width: 1000px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


#imageMenu {
	position: relative;
	width: 992px;
	height: 420px;
	overflow: hidden;	
	border: 4px solid #FBFAE7;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 420px;
	width: 2000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FBFAE7;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:250px;
	height: 420px;
}

#imageMenu ul li.om a {
	background: url(../img/start/bild1.jpg) repeat scroll 0%;
}

#imageMenu ul li.asikter a {
	background: url(../img/start/bild2.jpg) repeat scroll 0%;
}

#imageMenu ul li.blogg a {
	background: url(../img/start/bild3.jpg) repeat scroll 0%;
}

#imageMenu ul li.valet a {
	background: url(../img/start/bild4.jpg) repeat scroll 0%;
	width: 270px;
}

.clear {
	clear: both;
}

/*************************************************************/

