.style1 {
	font-size: 10px;
	color: #FFFFFF;
}
.style2 {
	font-style: normal; 
	line-height: 0px; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #CCCCCC; 
	text-decoration: none; 
	background-position: left center; 
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#f8f8f8;
}
#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 940px;
	height: 44px;
	background-color:#666666;
	border: 0px solid black;
}

#nav {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 940px;
	height: 10px;
	border: 0px solid black;
}
#imgpart {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 560px;
	height: 500px;
	/* overflow: hidden; */
	border: 0px solid black;
	z-index:1;
}
#txtpart {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 260px;
	height: 50px;
	overflow: hidden;
	border: 0px solid black;
}
#bc {
     position: absolute;
	left: 0px;
	top: 0px;
	width: 246px;
	padding: 5px;
	background-color: white;
	z-index:2;
}
a.bu {
	text-decoration: none;
	z-index:3;
}
#fot > a {
	color: #666;
}
#meny > a {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	border-left: 5px solid #EFEFEF;
}
#meny > a :hover {
	border-left: 5px solid #989898;
}
li {
	display: inline;
	/* padding-right:150px; */
}

