/* Navigation CSS-Vorlage */

body

	{
	
	background-color: #006E9B;
	
	}

td

	{
	
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006E9B;

	}

address	

	{
	
	font-size: 8pt;
	font-style: normal;
	
	}

select

	{

	color: #006E9B;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	}

input

	{

	color: #006E9B;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	}

a

	{
	
	font-weight: bold;
	text-decoration: none;
	
	}

	a:link			
	
		{
		
		color: #FFFFFF;
		background-color: #006E9B;
		
		}
	
	a:visited	
	
		{
		
		color: #FFFFFF;
		background-color: #006E9B;
		
		}
		
	a:active
	
		{
		
		color: #FFFFFF;
		background-color: #006E9B;
		
		}

	a:focus
	
		{
		
		color: #006E9B;
		background-color: #FFFFFF;
	
		}

	a:hover
	
		{
		
		color: #006E9B;
		background-color: #FFFFFF;
		
		}