	body
	{
		/*url(aktupics/schruti2.png) 3% 94% no-repeat*/
		background: #FFF;
		color: #000;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 100%;
		padding: 0.4em;
		overflow: auto;
		border: 1px solid #663;
	}
	
	h3
	{
		font-size: 115%;
		color: #533;
	}
	
	h5
	{
		font-size: 95%;
		color:333;
	}
	
	p { font-size: 95%; }
	p.center {text-align: center;}
	
	div#footer
	{
		text-align: center;
		margin-top: 3em;
		padding-bottom: 0.5em;
	}
	
	div#footer a
	{
		text-align: center;
		padding: 0.2em;
	}
	
	/* Linkformatierung */
	a
	{
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:link
	{
		color: #660;
		text-decoration: none;
	}
	
	a:visited { color: #917300; }
	
	a:hover
	{
		color: #660;
		text-decoration: underline;
	}
	
	a:active { color: #eff7ff; }
	p a { font-size: 14px; }
	
	p a:hover
	{
		color: #322f25;
		background-color: #FFF;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
	
	/* Objectformatierung */
	object
	{
		margin: 20px 2px;
		text-align: center;
	}
	
	/* Listenformatierung */
	ul.liste
	{
		font-weight: bold;
		font-size: 82%;
		list-style-type: none;
	}
	
	ul.liste li ol
	{
		font-weight: normal;
		margin-left: 20px;
		margin-bottom: 0.2em;
	}
	
	ul.liste li ul
	{
		list-style-type: none;
		font-weight: normal;
		margin-bottom: 0.2em;
	}
	
	ul.liste li ul li ul li { list-style-type: circle; }
