#left {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 10em;
	left: 0;
	top: 0;
	height: 100%;
	border-style: none solid none none;
	border-right-width: 1px;
	border-right-color: #000;
	bottom: 0;
}
#logo {
	width: 10em;
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#hauptsponsor {
	position: absolute;
	left: 0.5em;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: absolute;
	left: 11em;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	height: 100%;
	padding: 0em;
}
#menu p {
	font-size: 1.25em;
	font-weight: bold;
}
p#textHauptsponsor {
	font-size: 1em;
	padding-bottom: 0.2em;
}
#menu a:hover, #menu a:active {
	color: #d00;
}
#menu a {
	color: #00f;
	text-decoration: none;
}
div {
	padding: 0.5em;
}
body {
	margin: 0;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}
p, html, body, div {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}
b {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0.2em;
}
.mark th {
	background-color: #89c;
}
.bold {
	font-weight: bold;
}
.hover:hover {
	background-color: #abe;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.error {
	color: #f00;
}
.success {
	font-weight: bold;
	
}

.helfer {
	margin-bottom: 8px;
}
.helfer2 {
	margin-right: 8px;
	float: left;
}
input[type="text"] {
	width: 99%;
}
.helfer th {
	background-color: #DDD;
	text-align: left;
	
}
.helfer td, .helfer th {
	border: 1px solid #000;
	
}
