/* ---------------------------------------
Referendum 2005 print stylesheet
Author: Eric Meyer, 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;
}


body {
   background: white;
   font: 10pt Arial, Helvetica, sans-serif;
   }

h1 {
	font-size: 13pt;
}	


h2 {
	font-size: 12pt;
}

h3, caption {
	font-size: 11pt;
}

#mainNavigator, .serviceNavigator {
   display: none;
 }

#wrapper, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#copy {
	font-size: 9pt;
	text-align: center;
	margin: 2em 1em;
	padding-top: .5em;
	border-top: 1pt solid #000;
}


/* tabelle
----------------------------------------------------------------------------*/

table {
	border: 1pt solid #000;
	caption-side: top;
	margin: 10pt auto 15pt auto;
	width: 100%;
	empty-cells: hide;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

caption blockquote {
	font-size: 9pt;
	margin: 25pt;
	line-height: 1.5;
}

th, td {
	padding: 5pt 2pt;
	border: 1pt solid #999;
}

td {
	text-align: center;
}

thead th {
	text-align: center;
}

tbody th {
	text-align: left;
}

.subCaption th {
	padding: 12pt 0 5pt 0;
	border-bottom: 1pt solid #000;
}

th span {
	font-weight: normal;
}

tbody td {
	text-align: right;
}