/* ---------------------------------------
Referendum 2005 default 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: #2306BF;
	padding-bottom: 1px;
	border-bottom: 1px dashed #999;
}

a:hover {
	border-bottom: 1px solid #c00;
}

body {
	font: 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #438805 url("../img/singleCol_main_bck.gif") repeat-y 50% 0%;
	color: #000;
}

#wrapper {
	background: #fff;
	color: #000;
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
}

h1 {
	height: 136px;
	text-indent: -300em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}	

#italiano h1 {
	 background-image: url("../img/singleCol_h1_bck_i.gif");
}

#deutsch h1 {
	 background-image: url("../img/singleCol_h1_bck_d.gif");
}



/* headers
----------------------------------------------- */
#header {
	position: relative;
}

#header h2 {
	position: absolute;
	top: 80px;
	right: 10px;
	text-align: right;
	font: normal 1.9em Georgia, serif;
	color: #6F057E;
}

#header h2 span {
	font-size: .75em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 img {
	vertical-align: middle;
	margin-right: 10px;
}



/* serviceNavigator
----------------------------------------------------------------------------*/

.serviceNavigator {
	position: absolute;
	right: 3px;
	font-size: .9em;
/*	padding: 1px;*/
	text-align: center;
}

.line1 {
	top: 3px;
	width: 21.3em;
}

.line1 a:link, .line1 a:visited {
	display: block;
	color: #0ff;
	font-weight: bold;
	border-bottom-color: #fff;
}

.line2 {
	top: 2.2em;
}

.serviceNavigator li {
	float: right;
	padding: 0 4px 3px 4px;
}

.line1 li {
	background: #000;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 2px 4px 3px 4px;
}

.lastItem {
	border-left: none !important;
}

.clear-sx {
	clear: left;
}


/* mainNavigation
----------------------------------------------------------------------------*/

#mainNavigator {
	margin: 10px 0 30px 0;
	padding: 5px 10px 7px 5px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #f7f7f7;
	color: #000;
}

#mainNavigator li {
	float: left;
	border-right: 1px solid #000;
	padding: 0 10px;
}


#mainNavigator a {
	display: block;
	font-weight: bold;
}




/* content
----------------------------------------------------------------------------*/

#content {
	padding: 5px;
}

#copy {
	font-size: .9em;
	text-align: center;
	background: transparent;
	color: #666;
	margin: 2em 1em;
	padding-top: .5em;
	border-top: 1px solid #ccc;
}



/* tabelle
----------------------------------------------------------------------------*/

table {
	font-size: .9em;
	caption-side: top;
	border: 1px solid #999;
	margin: 0 auto 25px auto;
	width: 98%;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	padding: 5px 0;
}

caption span {
	font-weight: normal;
	font-size: .9em;
	background: transparent;
	color: #6F057E;
}

caption span.intLink {
	font-size: .8em;
	background: transparent;
	color: #000;
}

caption em {
	font-weight: normal;
	font-size: .9em;
	font-style: normal;
}

caption blockquote {
	font-weight: normal;
	font-size: .8em;
	margin: 1em;
}

th, td {
	padding: 2px;
}

td {
	text-align: center;
}

.odd td {
	background: #f5f5f5;
	color: #000;
}

.even td {
	background: #e5e5e5;
	color: #000;
}

tbody th {
	background: #E3F1D6;
	text-align: left;
}

tbody .odd th {
	background: #E3F1D6;
	color: #000;
}

tbody .even th {
	background: #C8E2AB;
	color: #000;
}

.ruled th, .ruled td {
	background: #F0E68C;
	color: #000;
}   

thead th {
	background: #E3F1D6;
	text-align: center;
}

th span {
	font-weight: normal;
}

tbody td {
	text-align: right;
}

thead .subHead th {
	background: #F6F2DA;
	color: #000;
}

.subCaption th {
	font-size: 1.1em;
	background:#fff;
	color: #000;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #ccc;
}


.avviso {
	margin: 20px 30px;
	font: 1.4em/1.75 Georgia, serif;
	text-align: center;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 15px;
}

.avviso p {
	margin: 15px 0;
	letter-spacing: 1px;
}

#national {
	margin: 0 10px;
}