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

body {
	background:url(../images/bg.jpg);
	margin:0;padding:0;
}

h1 {
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #fec901;
}


.container {
	width:1240px;
	margin:auto;
}
.header {
	background:url(../images/header.jpg) no-repeat;
	height:241px;
}

.headereng{
	background:url(../images/header-en.jpg) no-repeat;
	height:241px;
}

.headerdeu{
	background:url(../images/header-deu.jpg) no-repeat;
	height:241px;
}

.top {
	width:945px;
	/*height:478px;*/
	min-height:478px;
	position:relative;
	left:110px;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
}
.top_inner {
	position:absolute;
	left:50%;
	min-width:400px;
	border:1px solid;
}
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

#spalla {
	background:url(../images/spallasx_bg.jpg);
	width:220px;
	height:450px;
	margin-left: 45px;
	margin-top: 35px;
	float: left;
}

#spalla2 {
	background:url(../images/spallasx_bg.jpg);
	width:220px;
	height:400px;
	margin-left: 45px;
	margin-top: 35px;
	float: left;
}

#footer {
	background:#575C23;
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}

#footer a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #fec901;
	text-decoration: underline;
}

#corpo {
	background:#595E22 url(../images/corpo_bg.jpg) repeat-x;
	height: auto;
	padding: 10px;
}

#corpo2 {
	min-height: 230px;
	padding: 10px;
	margin-top: 5px;
	background-color: #6c7228;
}

#corpo2 img{
	float: left;
	margin-right: 10px;
}

#corpo2 li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#corpo2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#menu {
 
}

#menu a{
 	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
 	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #525c1f;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 

}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/m2_bg_normal.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 208px;
	margin-right: 6px;
	margin-left: 6px;
	padding-left: 35px;
	padding-top: 5px;
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.menusup {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menusup a{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menuarriba {
	height: 83px;
}

#laterale {
	width:220px;
	float: left;
	height: auto;
}

#contenido {
	width:640px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

#contenido a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fcc510;
	text-decoration: none;
}

#contenido a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #484b1c;
	text-decoration: none;
}


#contenido li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#contenido ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#limpio {
	clear:both;
}

