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

/*------------------------CSS RESET----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
: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;
}
/*-----------------------------------------------------------------------*/

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #021a3e;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
}

#header{
	width: 900px;
	height: 466px;
	padding: 0 0 20px 0;
}

#header h1{
	font-size: 24px;
	color: #FFFFFF;
	float: right;
	width: 500px;
	padding: 65px 0 0 15px;
}

#header h1 a{
	color: #999999;
	text-decoration: underline;
}

#header h1 a:hover{
	color: #666666;
	text-decoration: none;
}

#header p{
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	width: 500px;
	padding: 65px 0 0 15px;
}

#header p.contatti{
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	width: 500px;
	padding: 65px 0 0 15px;
	line-height: 130%;
}
#header p.contatti a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#header p.contatti a:hover{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


#header img{
	float: left;
}

#content h2{
	font-size: 11px;
	color: #000000;
	padding: 10px 0 15px 0;
	
}

#content ul{
	padding: 10px 0 0 40px;
}

#content img {
	margin: 0;
	padding: 260px 0 0 0;
	background: fixed;
	border: none;
}

#content li.presente{
	font-size: 12px;
	color: #666666;
	background: url(immagini/action_go.gif) top left no-repeat;
	padding: 2px 0 0 20px;
	height: 30px;
}

#content li.assente{
	font-size: 12px;
	color: #666666;
	background: url(immagini/action_stop.gif) top left no-repeat;
	padding: 2px 0 0 20px;
	height: 30px;
}


#col1{
	//width: 280px;
	width: 200px;
	float: left;
	padding: 0 0 0 20px;
	background: #FFFFFF url(immagini/BASE.jpg) top left no-repeat;
}

#col2{
	//width: 300px;
	width: 200px;
	float: left;
	background: #FFFFFF url(immagini/PRO.jpg) top left no-repeat;
}

#col3{
	//width: 300px;
	width: 200px;
	float: left;
	background: #FFFFFF url(immagini/ADV.jpg) top left no-repeat;
}

#col4{
	width: 200px;
	float: left;
	background: #FFFFFF url(immagini/ADV.jpg) top left no-repeat;
}
