@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 20px;
	margin: 0px;
	font-family: "Droid Sans", sans-serif;
	font-size: 80%;
	background-size: 100% auto;
	box-sizing: border-box;
	line-height: 110%;
}

h1 {
	color: rgb(196, 46, 32);
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 160%;
	line-height: 120%;
}

h2 {
	color: rgb(196, 46, 32);
	font-weight: bold;
	margin-bottom: 14px;
	font-size: 130%;
	line-height: 120%;
}

h3 {
	color: rgb(220,70,50);
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 120%;
	line-height: 120%;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

tr {
	height: 22px;
}

td, th {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

p {
	margin-bottom: 4px;
}

ul li {
	list-style-type: disc;
	margin-left: 20px;
}

table.center td, table.center th, td.center, th.center {
	text-align: center;
}

td.right, th.right {
	text-align: right;
}

th, thead td, tbody tr.head td {
	font-weight: bold;
}

thead tr, table tbody tr.head {
	background: rgba(100, 99, 99, 0.8);
	color: rgb(255, 255, 255);
}

tbody tr:nth-child(even), table tbody tr.even {
	background: rgba(242, 242, 242, 0.5);
}

tbody tr:nth-child(odd), table tbody tr.odd {
	background: rgba(220, 220, 220, 0.5);
}

label {
	display: block;
	margin-bottom: 8px;
	position: relative;
	line-height: 20px;
	height: 20px;
}

label input, label select {
	position: absolute;
	left: 150px;
}

div#wahl {
	float: left;
}

div#pflicht {
	position: relative;
	margin-left: 250px;
}

div#pflicht:after {
	display: block;
	clear: both;
	content: '';
}

@media print {
	html, body {
		margin:0mm;
		padding:0mm;
	}
}
