﻿#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	z-index: 999;
	position: fixed;
	font-size: xx-large;
	width: 88%;
	left: 6%;
	height: 94%;
	top: 0px;
}
header {
	width: 870px;
	font-size: 20px;
	overflow: hidden;
	text-align: justify;
	height: 35%;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#logo {
	background-position: right bottom;
	width: 400px;
	background-image: url('../img/logo_daniele.png');
	background-repeat: no-repeat;
	float: right;
	height: 100%;
}
h1 {
	padding: 0px;
	color: #FFFFFF;
	width: 750px;
	float: right;
	margin: 0% auto 0px auto;
	margin-bottom: 10%;
	font-size: 20px;
	text-align: right;
	text-shadow: 2px 2px 0px #000000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 30px 30px 30px;
	margin: 0px;
	text-align: justify;
}
#head {
	width: 870px;
	margin: -5px auto 0px auto;
	padding: 0px;
	height: 11%;
}
#mainmenu {
	width: 210px;
	height: 35.5%;
	min-height:220px;
	float: right;
	overflow: visible;
	position: fixed;
	padding: 0px;
	background-image: url('../img/bg_white_45.png');
	background-repeat: repeat;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0% 0px 0px 20px;
	font-size: 17px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #ffffff;
}
#mainmenu ul {
	margin: 3.5% 0px 0px 0px;
	padding: 0px;
}
#mainmenu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.active {
	background-image: url('../img/bg_white_35.png');
	background-repeat: repeat;

}
#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: 35px;
	padding-left: 35px;
	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;
}
