td {
	font-family : Arial;
	font-size : 12px;
}
	
	
.ueberschrift {
	font-family : Arial;
	letter-spacing : 5px;
	font-size : 12px;
	font-weight : bold;
}
	
.rand {
	border : thin solid Black;
}
.rahmen {
	border: 1px solid #000000;
}
.ueberschriften {
	font-size: 16px;
	font-weight: bold;
}
.menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menue a {
	color: #072E65;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.menue a:hover {
	background-image: url(img/pfeil.jpg);
	color: #900;
	background-repeat: no-repeat;
}

