@charset "utf-8";
/* CSS Document */
/****** reset *****/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,del, em, font, img, ins,small, strike, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	position: relative;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/***** tips ****/
a{white-space:nowrap;}
/*html{overflow:-moz-scrollbars-vertical;}*/
textarea{overflow:auto;}
a:active, a:focus{outline:none;}

/*** classi generiche ***/
li.active, a.active{}
div.clear{ clear: both; }
img.left{float: left;margin-right: 10px;}
img.right{ float: right;margin-left: 10px;}

/*** icone per i link ***/
a[href$='.doc'], a[href$='.rtf'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_doc.gif) no-repeat center right;}
a[href$='.txt'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_txt.gif) no-repeat center right;}
a[href$='.xls'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_xls.gif) no-repeat center right;}
a[href$='.rss'], a[href$='.atom'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_feed.gif) no-repeat center right;}
a[href$='.pdf'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_pdf.gif) no-repeat center right;}
a[href$='.zip'], a[href$='.rar'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_archive.gif) no-repeat center right;}
a[href$='.jpg'], a[href$='.gif'], a[href$='.png'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_pic.gif) no-repeat center right;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.avi'], a[href$='.mpg'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_film.gif) no-repeat center right;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.wma'] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_music.gif) no-repeat center right;}
a[href ^="skype:"] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_skype.gif) no-repeat center right;}
a[href ^="mailto:"] {padding: 5px 20px 5px 0;background: transparent url(icons/icon_mailto.gif) no-repeat center right;}

/**** sito ****/
div#manutenzione{
	position: relative;
	height: 84px;
	width: 100%;
	background-image: url(immagini/bgk-manutenzione.jpg);
	background-repeat: repeat-x;
	top: 20px;
	background-position: center;
	text-align: center;
	left: 0px;
	padding-top: 6px;
}
div#manutenzione alt{color:#FFF;}
div#info{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #060606;
	border: 1px solid #222;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#info:hover{
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
div#info a{color: #3E565E;}
div#info a:hover{
	color: #4086B9;
}
div#info h1{color: #204162;}
div#info p{
	color: #3C484F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
div#temp{
	height: 175px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
	background-image: url(immagini/mg-tmp.png);
}

