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

*{
	margin:0px;
	padding:0px;
}

a {
	color:#005780;
}

a:hover {
	color: #cc0000;
}


p, ul, td {
	color:#333333;
	font-size:0.8em;
	line-height:1.3em;
	margin-bottom:5px;
}


h1 {
	font-size:1.8em;
	color:#cc0000;
	padding-top: 14px;
	padding-bottom: 24px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size:1.2em;
	color:#3058a4;
	padding-top: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}


body {
	text-align:center;
	background-image:url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}


#body {
	width:790px;
	margin:auto;
	background:url(../images/bg-box-header.jpg) no-repeat;
	text-align:left;
}

#header_top {
	height: 114px;
}

#header_top #logo1 {
	width:363px;
	float: left;
	height: 85px;
	margin-right:14px;
}

#header_top #logo2 {
	background:url(../images/logo2.jpg) no-repeat;
	background-position: -18 15px;

	height: 85px;
	width: 426px;
	float: left;
	font-size:0.8em;
	color:#333333;

}


#header {
	background:url(../images/bg-box-header.jpg) no-repeat;
	padding-left:1px;
	padding-top:17px;
}

#header #banner{
	width:426px;
	height:241px;
	float:left;
	margin-right:8px;
}

#header #banner img{
}

#header #main-menu{
	float:left;
	width:353px;
	height:241px;
	background-image:url(immagini/design/bg-main-menu.jpg);
	background-repeat:no-repeat;
	background-color: #CCffff;
	color:#FFFFFF;
}

#header #main-menu ul {
	list-style:none;
	margin-left:15px;
	margin-top:15px;
	font-size:0.95em;

}

#header #main-menu ul li {
	height:25px;
	margin-top:2px;
	margin-bottom:2px;
	line-height:20px;
	display:block;
}

#header #main-menu ul li a {
	color:#3058a4;
	text-decoration:none;
	display:block;
	height:20px;
}

#header #main-menu ul li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#c00;
}

#header #ad {
	float:left;
	width:180px;
	height:261px;
	background-color: #95B9CB;
}



/* CONTENT */

#content {
	clear: both;
	padding-left:39px;
	padding-right:30px;
	background:url(../images/bg-box-content.jpg);
	padding-top: 10px;
}

#inhalt {
	background-image:url(../images/bg-interna.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-left: 110px;
}

#inhalt ul {
	margin-left: 15px;
}

#inhalt li {
	margin-bottom: 4px;
}


#counter {
	text-align: right;
	margin-right: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
