/* layout.css */
body{	font-family: Arial,sans-serif;	color: #333300;	margin: 0px 15px 15px 15px;	padding: 0px;}
a:link, a:visited, a:hover {	text-decoration: none;	color: #006699;}
a:hover {	text-decoration: underline;}
* Setzt sich über die Dekoration der bisherigen Regeln für hovered Links; overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {	font-family: Arial,sans-serif;	margin: 0px;	padding: 0px;    color:#550022;}
h1{ font-family: Arial,sans-serif; font-size: 140%; text-align: center;}
h2{ font-size: 120%;}
h3{ font-size: 100%;}
h4{ font-size: 80%;}/* .seite */
.kopf{	margin: 10px;	padding: 10px 0px;}
.auswahlteil{	margin: 10px;	padding: 10px 0px;	font-size: 90%;	height: 110px;}
.ergebnisteil{	margin: 10px;}
.ergebnisteil table{	width: 100%;	font-size: 90%;}
.ungeradezeile{	background-color:#cccccc;}
#left{	text-align: right;}
.fuss{	clear: both;	border-top: 1px solid #bbbbbb;	border-bottom: 1px solid #bbbbbb;	font-size: 75%;	color: #666666;	padding: 10px 10px 10px 10px;	margin: 25px 0px 0px 0px;	text-align: right;}

