body {
	background: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: small;
}

sup { font-size: small; vertical-align: top; }

div#top, div#header, div#footer, div#side, div#navigation {
	display: none;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: #000000;
}
/*
a[href]:after {
	content:" <"attr(href)">";
	color:#888;
	background-color:inherit;
	font-style:italic;
	size:80%;
}*/

div.hint strong {
	display: block;
}

/* -------------- KOMMUNALWAHL --------------------------- */

table, th, tr, td { border: 1px solid #000; }
#w-overview, #w-result { width: 100%; margin-bottom: 22px; border-collapse: collapse; }
#w-overview tr { vertical-align: top; }
#w-overview th, td { padding: 5px 10px; }
#w-result tr { vertical-align: top; }
#w-result th, td { padding: 5px 10px; }
#w-result tr.odd {  }
#w-result .new-bgm {  padding: 10px; font-weight: bold; vertical-align: middle; }
.gesamt {  font-weight: bold; vertical-align: middle; }
.gesamt td { padding: 10px; }
tfoot td sup { padding-right: 5px; }
th, td { text-align: center; }
td.left { text-align: left !important; }