body {
	background-color: #e99200;
	color: #000000;
	font-size: 1em;
	font-family: Verdana, Arial;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: underline;
	}
	
h1.titel {
	font-size: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: 2px;
	font-variant: small-caps;
}
div.untertitel {
	font-size: 1em;
	color: #5F5F5F;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1em;
	margin-bottom: 3px;
	margin-top: 0px;
	font-weight: normal;
}

li {
	margin-top: 5px;
	}

div#header, div#inhalt {
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #000;
	}
	
div#werbung {
	text-align: center;
	margin: 10px;
	}

div#menue {
	background-color: #e99200;
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	}
ul#menue {
	margin-bottom: 0px;
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
	}
ul#menue li {
	display: inline;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #e0e0e0;
	}
ul#menue li.aktiv {
	position: relative;
	top: 1px;
	background-color: #fff;
	border-bottom: #fff;
	}
ul#menue li a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
	background-color: inherit;
	}
	
div#inhalt {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
ul.funktionen {
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: none;
	margin-left: 20px;
	padding: 0px;
}
ul.funktionen li {
	display: inline;
	border-top: 1px solid #000;
	border-bottom: 0px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px;
}
ul.funktionen li a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
	}
div#erklaerung {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	}
div.rahmen {
	border: 1px solid #606060;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
div.rahmen span.h {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	position: relative;
	top: -8px;
	width: auto;
	margin-left: 10px;
	padding-left: 3px;
	padding-right: 3px;
	}
div.rahmen div.i {
	margin-top: -2px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	}

form {
	display: inline;
}
input.e, select.e , div.rahmen {
	width: 300px;
	}
input.e, select.e {
	background-color: #e0e0e0;
	color: #000000;
	font-size: 1em;
	font-family: Verdana, Arial;
	border: 1px solid #d0d0d0;
	margin: 3px 0px;
	height: auto;
}
input.e[type=submit] {
	background-color: #c0c0c0;
	border: 1px solid #b0b0b0;
	}
a {
	color: #666666;
}

div.eingabe {
	text-align: center;
}

table.statistik {
	width: 50%;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 5px;
}
table.ergebnisse {
	width: 90%;
	border: 1px solid #000000;
	text-align: left;
}
table.ergebnisse td, table.ergebnisse th, table.statistik td, table.statistik th {
	padding: 2px;
}
table.ergebnisse th, table.statistik th {
	font-weight: bold;
	background-color: #F9A200;
}
table.ergebnisse tr.fuss td {
	font-weight: normal;
	font-style: italic;
	background-color: #FFD380;
}
table tr.eins td {
	background-color: #F0F0F0;
	vertical-align: top;
	}
table tr.zwei td {
	background-color: #E0E0E0;
	vertical-align: top;
	}

	
td.pfeil {
	vertical-align: middle!important;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	}
td.pfeil img {
	border: 0px;
	}
	
div.fuss {
	background-color: #aaa;
	color: #000;
	font-size: 0.8em;
	width: 40%;
	margin: 30px auto;
	border: 1px solid #000;
	padding: 2px;
	text-align: left;
}
	
.center {
	text-align: center;
}
.r {
	text-align: right;
}

/*----------------------------------
	Seitenzahlen
----------------------------------*/

a.seitenzahl, span.seitenzahlAktuell, span.seitenzahlTrenner {
	margin-left: 5px;
	margin-right: 5px;
	}
span.seitenzahlAktuell {
	font-weight: bold;
	}
div.seiten {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}