a:link											/*Links*/
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000; 
}
a:visited										/*besuchte*/
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
} 
a:active 										/*aktive*/
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
body
{
	background-image: url(images/Jako1.jpg); 	/*Hintergrundbild*/
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica; 	/*Schrifttyp*/
	background-color: rgb(245,245,245); 		/*Hintergrundfarbe*/
	color: rgb(0,0,0) 							/*Textfarbe*/
}
table											/*Tabellen*/
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6							/*Überschriften*/
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #000000;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
}
h2
{
	color: #000000; 
	font-size: x-large;
	font-weight: bold;
	text-decoration: underline;
}
h3
{
	color: #000000; 
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
h4
{
	color: #000000;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
h5
{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
h6
{
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.0;
	table-layout:fixed;
}
address
{
	font-size: x-small;
	font-family: Verdana;
}
