#column_middle {
	left: 250px;
	width: 480px;
}

table.incl {
	text-align: center;
	line-height: 1.2em;
	max-width: 480px;
}

table.incl td {
	padding: 0 3px;
	min-width: 56px;
	white-space: nowrap;
}

table.incl thead {
	background-color: #FFD833;
}

table.incl thead tr td{
	background-color: #FFD833;
	line-height: 1.5em;
}

table.incl td.first_column {
	text-align: left;
	padding: 0 0 0 3px;
}

table.incl tbody tr.second_row{
	background-color: #C7DAFF;
}

p.footnote {
	font-size: 0.8em;
	margin: 3px 0 0;
	line-height: 1.2em;
}

span.footnote {
	font-size: 0.7em;
	vertical-align: super;
}

ul, ul li, ul li p, ul li a {
	list-style: none;
	margin: 0;
	padding: 0;
}

p.meldung {
	font-weight: bold;
}

p#Fehler {
	color: black;
	background-color: red;
}

p#OK {
	color: white;
	background-color: #4AB54A;
}
