	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: left;
		color: #000000;
		background-color: #a3b2b2;
		height: 101%;
	}
	
	a:link { color: #ffffff;
			text-decoration: underline }
	a:visited { color: #fff; text-decoration: underline; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #cc0000;
	}
	
	#container
	{ text-align: left; margin: auto; width: 750px; }
	
	#header
	{ height: 91px; }
	
	#mainnav
	{
		height: 35px;
	}
	
	#menu
	{ margin-top: 20px; margin-left: 20px; float: left; width: 130px; height: 140px; font-weight: bold; text-align: left; padding-left: 0; }
	
		#route
	{
		margin-top: 20px;
		margin-right: 20px;
		float: right;
		width: 160px;
		height: 300px;
	}
	
		#contents1
	{
		margin-top: 20px;
		margin-left: 20px;
		height: auto;
	}
	
	#contents
	{
		margin-top: 20px;
		margin-left: 170px;
		height: auto;
	}
	#contents h1 {color: #000000;
				font-size: 130%;
				font-style: italic;}
	#contents h2 {color: #000000;
				font-size: 110%;
				font-style: italic;}

				
	#content
	{ margin-top: 20px; height: auto; margin-left: 20px; }
	#content h1 {color: #000000;
				font-size: 130%;
				font-style: italic;}
	#content h2 {color: #000000;
				font-size: 110%;
				font-style: italic;}
				
	.imagefloat
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	
	.imagefloat2
	{
		float: right;
		margin: 0 20px 10px 10px;
	}
	
	
	#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}
.table { width: auto; height: auto; border: 0px;}
.spalte1 { vertical-align: top; width: 220px }
.spalte2 { vertical-align: top; width: 170px }
.spalte3 { vertical-align: top; width: 110px }
.headtable {font-size: 100%;
			color: #000000;
			font-weight: bold;}
.fliesstable {font-size: 90%;
			color: #000000;
			}
