body{
	margin: 0;
	padding: 0;
	font: 16px "Helvetica neue", Helvetica, Arial, sans-serif;
	color: #000;
}

header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 1em 0.5em;
    background-color: #F60300;
    font-size: 24px;
    line-height: 0.5em;
    height: 0.5em;
    color: #fff;
    font-weight:bold;
}

#content {
    margin: 5em 0.5em;
    list-style: none;
    overflow-y: scroll;
}

footer {
	display: block;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.3em 0.3em;
	background-color: #F60300;
	font-size: 24px;    
	line-height: 0;
	color: #fff;
	text-align: center;
}

header a,
footer a {
    color: #75CFFF;
    text-decoration: underline;
}

header a:visited,
footer a:visited {
    color: #75CFFF;
    text-decoration: underline;
}

header a:hover,
footer a:hover {
    color: #4FB398;
    text-decoration: underline;
}

header > a:last-child {
	float: right;
	color: #FFE9D5;
	font-weight: normal;
}

table, th, td {
    border: 1px solid black;
}

b-red {
	color: #F60300;
	font-weight: bold;
}

.tabelle {
    width: 100%;
}

.zelle {
    padding: 1em 0.5em;
    background-color: #F60300;
    font-family: Arial;
    font-size: 24px;
    text-align: left;
    color: White;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    line-height: 0.5em;
    height: 0.5em;
    font-weight: bold;
}
