/* ---------------------------------------
Referendum 2005 hicontrast stylesheet
Author: Stefano.Bonzi@siag.it
Version: 09 June 2005
--------------------------------------- */

:link, :visited {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, sup {
	font-size: 1em;
}

ul, ol, dl li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, sup {
	margin: 0;
	padding: 0;
}

a img, :link img, :visited img {
	border: none;
}

address {
	font-style: normal;
}


html {
	height: 100.02%;
}



a:link, a:visited {
	background: transparent;
	color: #0ff;
	padding-bottom: 2px;
	border-bottom: 1px dashed #0ff;
}

a:hover {
	background: #0ff;
	color: #000;
	border-bottom: 1px solid #0ff;
}

body {
	margin: 10px;
	background: #000;
	color: #fff;
	font: bold 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 2.5em auto 0 auto;
}

h1 {
	font-size: 1.4em;
	background: transparent;
	color: #f00;
}	


/* headers
----------------------------------------------- */
#header h2 {
	font-size: 1.2em;
	background: transparent;
	color: #ff0;
}

#header h2 span {
	font-size: .75em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}



/* serviceNavigator
----------------------------------------------------------------------------*/

.serviceNavigator {
	position: absolute;
	font-size: 1em;
}

.line1 {
	top: 5px;
	left: 0;
}

.line2 {
	top: 5px;
	right: 0;
}

.serviceNavigator li {
	float: left;
	padding: 0 10px 3px 10px;
}

.line1 li {
	border-right: 2px solid #fff;	
}

.lastItem {
	border-right: none !important;
}

.clear-sx {
	clear: left;
}


/* mainNavigation
----------------------------------------------------------------------------*/

#mainNavigator {
	margin: 15px 0 30px 0;
	padding: 5px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#mainNavigator li {
	float: left;
	border-right: 2px solid #fff;
	padding: 0 10px;
}

#mainNavigator a {
	display: block;
}




/* content
----------------------------------------------------------------------------*/

#copy {
	font-size: .9em;
	text-align: center;
	background: transparent;
	color: #ccc;
	margin: 2em 1em;
	padding-top: .5em;
	border-top: 1px solid #ccc;
}



/* tabelle
----------------------------------------------------------------------------*/

table {
	border: 2px solid #ccc;
	caption-side: top;
	margin: 0 auto 25px auto;
	width: 99%;
	empty-cells: hide;
}

caption {
	text-align: left;
	padding: 20px 0 10px 0;
}

caption blockquote {
	font-size: .9em;
	margin: 1em;
	line-height: 1.5;
}

th, td {
	padding: 10px 5px;
}

td {
	text-align: center;
}

.ruled th, .ruled td {
	background: #ff0;
	color: #000;
}   

thead th {
	background: #333;
	color: #fff;
	text-align: center;
}

tbody th {
	background: #333;
	color: #fff;
	text-align: left;
}

thead .subHead th {
	background: #666;
	color: #fff;
}

.subCaption th {
	font-size: 1.1em;
	background:#000;
	color: #fff;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

th span {
	font-weight: normal;
}

tbody td {
	text-align: right;
}


.avviso {
	margin: 20px 30px;
	font: 1.5em/1.75 Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
}

.avviso p {
	margin: 15px 0;
	letter-spacing: 1px;
}