html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top: 1em;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #981924;
}

ul {
	list-style-type: square;
}

li {
	margin-left: 13px;
}

input, textarea {
	border: solid 1px #E2D6A2;
	width: 200px;
}

table {
	font-size: 11px;
}

#hauptnavigation td {
	height: 50px;
	vertical-align: bottom;
}

#subnavigation {
	text-align: left;
	vertical-align: bottom;
	border-top: solid 2px #E2D6A2;
}

#linkes_bild {
	text-align: center;
	vertical-align: middle;
	background-color: #E2D6A2;
}

#content {
	background-color: #F1EAD1;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	height: 330px;
}

#content a:hover {
	text-decoration: underline;
}

#padding {
	padding: 25px 40px 0 20px;
}

#ueberschrift {
	/* margin-bottom: 2.1em; */
}

#weiter_feld {
	padding-right: 40px;
	background-color: #F1EAD1;
	text-align: right;
	vertical-align: top;
	color: #981924;
	font-weight: bold;
}

#fusszeile {
	font-size: 0.9em;
	color: #333333;
	text-align: right;
}

#fusszeile a {
	color: #333333;
}

.tabelle {
	margin-top: 1em;
	margin-bottom: 1em;
}

.tabelle th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 3px;
}

.tabelle td {
	border-top: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}