body  {
         background-color:	#d6d0ca;
		 color: 			#ffffff;
         font-size:			14px;
         margin-top:		0px;
         margin-right:		0px;
         margin-bottom:		0px;
         margin-left:		0px;
         padding:			8px 8px 8px 8px;
		 font-family:		Arial, Times New Roman; 
}

h1 {
		margin:				0px;
		padding:			0px;
}

#kopfleiste {
         background-color:	#759b0d;
         font-size:			20px;
         width:				inherit;
         height:			100px;
		 margin-bottom:		15px;
		 padding-top:		10px;
		 padding-left:		20px;
		 border-radius:		15px;
		 box-shadow:		5px 8px 0px #515151;
}

#fehler {
		color:				red;
		background-color:	yellow;
/*		text-decoration:	blink;   */
		font-weight:		bold;
		width:				300px;
		position:			absolute; 
		top:				250px;
		left:				600px;

}
		
#menu {
         background-color:	#759b0d;
         font-size:			16px;
         width:				auto;
         height:			auto;
         float:				left;
		 margin-right:		15px;
		 padding:			10px 10px 10px 10px;
		 border-radius:		15px;
		 box-shadow:		5px 8px 0px #515151;
}

#inhalt {
         background-color:	#ffffff;
		 color:				#555555;
         width:				auto;
         height:			auto;
         overflow:			auto;
		 padding:			5px 20px 10px 20px;
		 border-radius:		15px;
		 box-shadow:		5px 8px 0px #515151;

}

#fusszeile {
		background-color:	#759b0d;
		width:				auto;
        height:				auto;
		overflow:			auto;
		margin-top:			15px;
		padding:			5px 20px 5px 20px;
		border-radius:		15px;
		box-shadow:			5px 8px 0px #515151;	
		
}

.gross {
		font-size:			1.25em;
		font-style:			italic;	
}                                                            {
