body {
	color : #000;
	background-color : #B4C800;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color : #f00;
	text-decoration : none;
	background-color : transparent;
}
a:visited {
	color : Purple;
	text-decoration : none;
	background-color : transparent;
}
a:active {
	color : Red;
	text-decoration : none;
	background-color : transparent;
}
a:hover {
	color : Red;
	text-decoration : underline;
	background-color : transparent;
}
a.gross {
	font-size : large;
}
.inhalt {
	background-color : #FFFFCA;
	padding : 15px;
	border-width : 3px;
	border-style : double;
	position:absolute; top:170px; left:30px; z-index:1
}

.logo  { 
       position:absolute; top:10px; left:10px; z-index:2
}
.klein {
	font-size : x-small;
}
em {
	background-color : transparent;
	color : Maroon;
}