
/*grundlegende Eigenschaften f&uuml;r das Registerkartenmen&uuml;*/
	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }
		
/*Listenformate*/		

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }
		
/*Formate f&uuml;r Linkbeschriftung*/		
	#tabmenu a, a.active  { color: #fff; font: bold 1em Arial, Helvetica, sans-serif; text-decoration: none; background: #5a738c; margin: 0; padding: 2px 5px 0; border: solid 2px black }
		
/*Format f&uuml;r aktuell ausgew&auml;hlten Tab */		
	#tabmenu a.active {
		background: #8399AF;
		border-bottom: 3px solid #8399AF; }
		
/*Format bei Mausover */
	#tabmenu a:hover  { color: #fff; background: #36f }

/*Format f&uuml;r bereits besuchten Tab*/		
	#tabmenu a:visited {
		color: #E8E9BE; }
		
/*Format f&uuml;r aktuell ausgew&auml;hlten Tab bei Mausover*/		
	#tabmenu a.active:hover  { color: #fff; background: #fc3 }

/*Formate f&uuml;r Inhaltsbereich*/		
	#content {font: 0.9em/1.3em verdana, arial, sans-serif;
		text-align: justify;
		
		padding: 20px;
		border: 2px solid#8399AF;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #ffffff; }

	#content a:hover { background: #FF9900; }
	</style></head>
