body			{
			color: 			black; 
			background-color: 	white;
			font:			12px Arial;
			text-align:		center;
			}
			bgfixed
				{
				margin:			110px 150px 0px 0px;
				background-image:	url(pics/logos/bg.gif);
				background-repeat:	no-repeat;
				background-position:	center center;
				background-attachment:	fixed;
				}
			#container
			{
			width:			980px;
			text-align:		left;
			margin:			0 auto;
			}
			#titel
			{
			padding:		10 px;
			text-align:		center;
			}
			#navi
			{
			width: 			150px;
			float:			left;
			}
				#navi ul
				{
				list-style-type:	none;
				margin:			0;
				padding:		0;
				}
				#navi li
				{
				margin:			0 0 0 0;
				}
				#navi li a:link, #navi li a:visited
				{
				background-color:	#ffffff;
				color:			#0000ff;
				text-decoration:	none;
				font-weight:		bold;
				border-left:		8px solid #0a102a;
				padding: 		5px 5px 5px 0.5em;
				display:		block;
				width:			100%;
				}
				html>body #navi li a
				{
				width:			auto;
				}
				#navi li a:hover, #navi li a:active, #navi li a:focus
				{
				border-left:		8px solid #0000ff;
				background-color:	#0a102a;
				color:			#ffffff;
				}
			#inhalt
			{
			padding:		25px 0 0 25px;
			margin-left:		150px;
			text-align:		justify;
			background-color:	white;
			}
body, html, #navi, #inhalt
			{
			margin:			0:
			padding: 		0;
			}			
table			{
			border-collapse:	collapse;
			}
td, th			{
			padding:		10px;
			width:			780px;
			border:			1px solid #000080;
			font:			12px sans-serif;
			}
th			{
			font-weight:		bold;
			}
caption			{
			text-transform:		uppercase;
			margin-bottom:		10px;
			}
thead			{
			background-color:	#000080;
			color:			#ffffff;
			}
tbody tr.gerade		{
			background-color:	#dbdbdb;
			}
tbody tr		{
			background-color:	#ffffff;
			}
p			{
			margin:			10px 0 0 0;
			padding:		0;
			text-align:		justify;
			}
			#fusszeile 
			{
			font-size:		9px; 
			margin:			0 0 0 0;
			}
h2		 	{
			color: 			#000080; 
			font-size: 		x-large; 
			text-align: 		center;
			}
a:link, a:visited	{
			color: 			#000080;
			text-decoration:	none;
			}
a:hover, a:active	{
			color: 			#ffffff;
			background-color:	#0a102a;
			text-decoration:	underline;
			}
ul			{
			list-style-type:	circle;
			}
