body {
	color: rgb(0, 0, 0);
	background-color: #ffedc5;
	font-family: verdana;
	margin: 0;
	padding: 25;
	text-align: center;
}


a:link { color: #000066;}
a:visited { color: #3333cc;}
a:active { color: #ff0000;}
a:hover { color: #ff0000; text-decoration: none; background-color: #ffedc5; } 


.ueberschrift1 {	
	font-size: 150%;
	font-weight: bold;
}
.ueberschrift2 {	
	font-size: 150%;
	font-weight: normal;
}
				
.hinterlegt {
	background-color: #FFFFFF;
	font-size: 75%;
	text-align: justify;
	width: 450px;
	padding: 9px; 
	margin-left: auto;
	margin-right: auto;
}


.block  {
	font-size: 75%;
	text-align: justify;
	width: 450px;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;			
}


.toepferei {
	font-size: 75%;
}


.toepferei h1 {
	font-size: 200%;
	font-weight: bold;
}

.toepferei h2 {
	font-size: 100%;
	font-weight: bold;
}


.toepferei img {
	border: 1px solid #000000; 
	height: 200px; 
	margin: 9;
}

.toepferei hr {
	border: 0px solid #000000;
	height: 1px;
	width: 650px;
  	background-color: #000000;
}

.tabellemaerkte {
	border-collapse: collapse; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}

.tabellemaerkte td {
	border:1px solid black; 
	vertical-align:top; 
	overflow:auto; 
	font-size: 75%; 
	padding: 6px;
}

.background {
	background-color: rgb(254, 227, 167);
}

.tabelledruck {
	border-collapse: collapse; 
	width: 700px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}

.tabelledruck td {
	border:1px solid gray; 
	vertical-align:top; 
	overflow:auto; 
	font-size: 80%; 
	padding: 3px;
}		