/* CSS Document */
#europe_box {
	background-image:url(img/bg_europe.jpg); 
	background-repeat:no-repeat; 
	background-color:#FFF;
	width:440px; 
	padding-left:230px;
	padding-right:50px;
	padding-top: 330px;
	padding-bottom:15px;
	font-size:12px;
	color:#000;
	border:0px solid red;
	}
#europe_box h1 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-size:21px;
	}
#europe_box h2 {
	padding:0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:3px;
	font-size:14px;
	}	
#europe_box p {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	}
#europe_box .datum{
	font-size:0.8em;
	font-style:italic;
	}

#meny {
	background-image:url(img/bg_meny.png); 
	background-repeat:no-repeat; 
	position:absolute; 
	left:0px; 
	top:316px; 
	width:180px; 
	color:#FFF;
	padding-top:20px;
	padding-bottom:15px;
}
#meny_botten {
	background-image:url(img/bg_meny.png);
	background-position:bottom;
	background-repeat:no-repeat;
	top:20px;
	margin-bottom:-120px;
	height:20px;
	width:180px;
}
#meny a{
	display:block;
	margin-bottom:5px;
	padding:5px;
	padding-left:40px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#meny a.bild img{
	display:compact;
	border:0px;
}
#meny a:hover, #meny a.vald{
	background-color:#333;
}
