/* languages.view.css */
#header .languages_list {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	
	width: 110px;
	height: 315px;
	
	display: none;
	
	background-image: url('/fileadmin/web/images/views/languages/languages_back.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header .languages_list a {
	display: block;
	
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	
	padding: 11px 15px;
}

#header .languages_list a:hover {
	background-color: #ffffff;
}

#header .languages_list img {
	position: relative;
	top: 2px;
	
	padding-right: 15px;
}
