﻿#mainmenu .active a {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;

}
#mainmenu a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	width: 210px;
	font-size: 17px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#mainmenu a:hover {
	color: #FFFFFF;
	background-image: url('../img/bg_white_20.png');
	background-repeat: repeat;
	text-shadow: 1px 1px 0px #000000;
}
#content {
	overflow: auto;
	width: 900px;
	height: 50%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.floating_l {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	border: 1px solid #808080;
	box-shadow: 1px 2px 5px 2px #C0C0C0;
}
.floating_r {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #808080;
	box-shadow: 1px 2px 5px 2px #C0C0C0;
}

#lang {
	padding: 7px 4px 7px 4px;
	margin: 0px -400px 0px 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: visible;
	float: right;
	width: 345px;
	background-image: url('../img/bg_white_35.png');
	background-repeat: repeat;
	text-align: center;
}
#lang img {
	border: 1px solid #C0C0C0;
	padding: 0px;
	margin: 0px 1px 0px 0px;
}
#lang img:hover {
	border-color: #000000;
	opacity: 0.45;
}
