@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #369;
}
a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
.titel {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #00F;
	background-color: #FC9;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
}
.retour {
	font-size: 9px;
	text-align: center;
}
.inhalt {
	padding-top: 8px;
	padding-bottom: 8px;
}
a:link {
	color:#FFF
}
a:visited {
	color:#FFF
}
a:active {
	color:#FFF
}
a:hover {
	color:#FF0
}