@charset "UTF-8";
/*
	Autore: Danilo Cicognani
	Script: styles.css
	Applicazione: www.strapper.it
	Versione: 1.06
	Data: 12/04/2010
	Scopo: Foglio di stile del sito
	Copyright (c) 2009-2010 Danilo Cicognani
*/
body {
	background-image:url(imgs/bg.png);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	behavior: url('js/iepngfix.htc');
}

.bg_menu {
	background-image:url(imgs/bg_menu.png);
	behavior: url('js/iepngfix.htc');
}

.footer {
	background-image:url(imgs/bg_footer.png);
	behavior: url('js/iepngfix.htc');
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:active {
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: underline;
}

.box {
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 25px;
}

.box img {
	width: 200px;
	height: 200px;
	border: 0px;
}

.box div {
	padding: 10px;
}

a.boxhome {
	text-decoration: none;
	border: 0px;
}

a:hover .box div {
	color: #000000;
	text-decoration: none;
}

.bg_verde {
	background-image: url(imgs/bg_verde.png);
	behavior: url('js/iepngfix.htc');
}

.bg_rosso {
	background-image:url(imgs/bg_rosso.png);
	behavior: url('js/iepngfix.htc');
}

.bg_giallo {
	background-image:url(imgs/bg_giallo.png);
	behavior: url('js/iepngfix.htc');
}

.bg_blu {
	background-image:url(imgs/bg_blu.png);
	behavior: url('js/iepngfix.htc');
}

.bg_tabellahome {
	background-image:url(imgs/bg_tabella_home.png);
	vertical-align: top;
	height: 100px;
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	behavior: url('js/iepngfix.htc');
}

.bg_tabellahome div {
	padding: 10px;
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
}

.bg_tabellahome div a:link, .bg_tabellahome div a:visited, .bg_tabellahome div a:active {
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: underline;
}

.bg_tabellahome div a:hover {
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
}

.menu {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.menu a:link, .menu a:visited, .menu a:active {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: underline;
}

.menu img {
	vertical-align: middle;
	margin-right: 5px;
	border: 0px;
}

.menuon {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}

.banner {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-decoration: none;
}

div.banner {
	float: left;
	width: 200px;
	margin-left: 25px;
	margin-bottom: 10px;
}

div.banner-first {
	float: left;
	width: 200px;
	clear: left;
	margin-left: 0px;
	margin-bottom: 10px;
}

.banner a:link, .banner a:visited, .banner a:active {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-decoration: none;
}

.banner a:hover {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-decoration: underline;
}

.banner img {
	vertical-align: middle;
	margin-right: 5px;
	border: 0px;
}

.testo {
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.testo a:link, .testo a:visited, .testo a:active {
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}

.testo a:hover {
	font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: underline;
}

.testonero {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
}

.testonero a:link, .testonero a:visited, .testonero a:active {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: underline;
}

.testonero a:hover {
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
}

.lineatratteggiatavertsx {
	border-left: 1px dotted #666666;
}

.headerverde h1 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #006633;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bg006633 {
	background-color: #006633;
}

.headerrosso h1 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bg990000{
	background-color: #990000;
}

.headerarancio h1 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bgFF6600 {
	background-color: #FF6600;
}

.headerblu h1 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bg000066 {
	background-color: #000066;
}

.headerbk h1 {
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.bg000000 {
	background-color: #000000;
}

.bg999999 {
	background-color: #999999;
}

.lineatop {
	border-top: 5px solid #999999;
}

.container {
	border: 1px solid #FFFFFF;
	width:215px;
	margin: 5px;
}

.small-container {
	border: 1px solid #FFFFFF;
	width:185px;
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 5px;
}

.video-container {
	padding: 4px;
	margin-bottom: 20px;
}
.video {
	border: 1px solid #FFFFFF;
	width: 365px;
	height: 295px;
}
.video-large {
	border: 1px solid #FFFFFF;
	width: 615px;
	height: 375px;
}

div#map {
	border: 1px solid #FFFFFF;
	width: 615px;
	margin: 5px;
	height: 400px;
}

a.slb img {
	border: 0px;
}

table.contact {
	width: 615px;
	margin: 5px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #ffffff;
}
table.contact th {
	padding: 3px 5px 3px 5px;
	background-color: #cccccc;
	border: 1px solid #ffffff;
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	width: 135px;
}
table.contact td {
	padding: 3px 5px 3px 5px;
	background-color: #ffffff;
	font: normal 12px/14px Georgia, "Times New Roman", Times, serif;
}
form {
	margin: 0px;
}
input {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
textarea {
	color:#000000;
	width: 450px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
select {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
input.placeHolder {
	color: #a9a9bf;
}
textarea.placeHolder {
	color: #a9a9bf;
}
select.placeHolder {
	color: #a9a9bf;
}
input.obbl {
	width: 150px;
	background-color: #ffa8a8;
	vertical-align: middle;
}
input.obbl2 {
	width: 150px;
	background-color: #ffa8a8;
	vertical-align: middle;
}
input.text {
	width: 150px;
	vertical-align: middle;
}
input.small {
	width: 60px;
	vertical-align: middle;
}
span.obbl {
	color: #990000;
}
span.obbl2 {
	color: #990000;
}

/* Admin */
DIV.admin {
	background-color: #999999;
	padding: 4px;
	margin-bottom: 20px;
}
TABLE.admin {
	width: 100%;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #ffffff;
	padding: 5px;
}
TD.admin {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
INPUT.admin {
	width: 120px;
}

/* scroller */
#scroller {
	position: relative;
	height: 400px;
	overflow: hidden;
}
#scroller table {
	position: relative;
}

/* news */
SPAN.news_author {
	font-weight: bold;
}
SPAN.news_date {
	font-style: italic;
}
a:link.news_title, a:visited.news_title, a:hover.news_title, a:active.news_title {
	font-size: 16px;
	font-weight: bold;
}
SPAN.news_subtitle_view {
	font-size: 16px;
	font-weight: bold;
}
