@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif, Impact;
	background-color:#FFF;
}
.logo {
	width:100%;
	height:20%;
	margin-top:30px;
}
.logo img {
	height:100%;
	margin-left:-22px;
}
* html .logo img {
	margin-left:0px;
	height:100px;
}
.container{
	width:100%;
	height:50%;
	min-height:10%;
}
.footer {
	position:absolute;
	bottom:10%;
	z-index:2;
	width:100%;
	height:10%;
}

.container ul {
	height:50%;
}
.logo ul {
	height:20%;
}

.container ul,.logo ul {
	position:absolute;
	left:50%;
	width:80%;
	margin-left:-40%;
	list-style:none;
}
.container td#line {
	width:60px;
	text-align:left;
}
.container td {
	font-size:90%;
}
.container table {
	margin-bottom:40px;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p#deu {
	color:#000000;
}
p#ita {
	color:#808080;
}
table#footerTable {
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
}
span#link {
	background:url(../media/utilities/info.png) no-repeat 50%;
	position:absolute;
	width:24px;
	height:24px;
	margin-left:-25px;
	margin-top:-2px;
}
/* gallery */
.gall{
	width:auto;
}
.gall ul {
	float:left;
	width:auto;
	list-style:none;
	position:static;
	margin:0px;
}
.gall li {
	width:170px;
	height:160px;
	float:left;
	margin-right:10px;
	text-align:center;
	border:#CCCCCC 1px dotted;
	margin-bottom:10px;
}
.title-colunn-big  { color: #e30916; font-size: 18px; font-stretch: normal; text-decoration: none; display: block; padding-top: 2px; padding-bottom: 2px; border-top: 1px dashed #4c4c4c; border-bottom: 1px dashed #4c4c4c }
.std { color: #4c4c4c; font-size: 12px; line-height: 130%; text-decoration: none }
.body-left { position: absolute; z-index: 1; top: 220px; left: 15px; width: 171px; height: auto; }
a.left:link, a.left:visited, a.left:active     {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 20px;
	text-decoration: none;
	background-color: #E84B94;
	display: block;
	margin-bottom: 3px;
	padding-left: 12px;
	z-index: 2
}
a.left_sel:link, a.left_sel:visited, a.left_sel:active     {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 20px;
	text-decoration: none;
	background-color: #E84B94;
	display: block;
	margin-bottom: 3px;
	padding-left: 12px;
	z-index: 2
}
a.left:hover  {
	background-color: #DD0067
}
a.left_sel:hover   {
	background-color: #DD0067
}
