/* Inhalt CSS-Vorlage */

body

	{
	
	background-color: #FFFFFF;
	
	}

td

	{
	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	
	}

h2	

	{
	
	font-size: 18pt;
	font-weight: bold;
	
	}

h3	

	{
	
	font-size: 12pt;
	font-weight: normal;
	
	}

h4	

	{
	
	font-size: 14pt;
	font-weight: normal;
	
	}

h5	

	{
	
	font-size: 12pt;
	font-weight: bold;
	
	}

h6	

	{
	
	font-size: 8pt;
	font-weight: normal;
	
	}

address	

	{
	
	font-size: 8pt;
	font-style: normal;
	
	}

li	

	{
	
	font-style: italic;
	
	}

select

	{

	color: #006E9B;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	
	}

input

	{

	color: #006E9B;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	}

textarea

	{

	color: #006E9B;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	}

a

	{
	
	font-weight: bold;
	text-decoration: none;
	
	}

	a:link			
	
		{
		
		color: #006E9B;
		
		}
	
	a:visited	
	
		{
		
		color: #006E9B;
		
		}
		
	a:active
	
		{
		
		color: #006E9B;
		
		}

	a:focus
	
		{
		
		color: #FFFFFF;
		background-color: #006E9B;
	
		}

	a:hover
	
		{
		
		color: #FFFFFF;
		background-color: #006E9B;
		
		}