﻿/* Style-Sheets zum Überschreiben der Druck-Style-Sheets der Landes-Homepage */

/* Ausblenden von Auswahlmenü, fixierte Kopfzeile in Ranglisten und Rückfragen-Leiste */
div.menue-wahl,
table.sortierbar tr.fixierteKopfzeile th,
div.buttonbar,
.keinDruck{
	display: none;
}

/* Positionierungskorrektur */
@page{
	width:100%;
}

/* Grafikanzeige */
#tabelle-grafik-wahl {
	margin: 0em 1em;
}
#tabelle-grafik-wahl td.balken-partei{
	border-width: 2px;
	border-style: solid;
}
#tabelle-grafik-wahl span.balken_akt{
	border-top-width: 1.5em;
	border-top-style: solid;
	height: 0em !important;
}
#tabelle-grafik-wahl span.balken_vgl{
	border-top-width: 1.5em;
	border-top-style: solid;
	height: 0em !important;
}
#tabelle-grafik-wahl span.balken_ganz{
	border-top-width: 2em;
	border-top-style: solid;
	height: 0em !important;
}
