BODY {
		font-family: Arial;
		font-size: small;
		font-weight: medium;
		font-style: normal;
		cursor: default;
		color: #111111;
		background: grey;
		a:link {
			color: #111111;
			text-decoration: none;
			padding-left: 8px;
			background-image:url(img/linkpfeil_rot.gif);
			background-repeat: no-repeat;
			background-position:left top;
			}

		a:visited {
			color: #111111;
			text-decoration: none;
			padding-left: 8px;
			background-image:url(img/linkpfeil_rot.gif);
			background-repeat: no-repeat;
			background-position:left top;	
			}

		a:hover {
			color: #666666;
			text-decoration: none;
			padding-left: 8px;
			background-image:url(img/linkpfeil_grau.gif);
			background-repeat: no-repeat;
			background-position: left top;	
			}

}
Table {
		font-family: Arial;
		font-size: small;
		font-weight: small;
		font-style: small;
		cursor: default;
		color: #111111;
		
		
		
}
TR {
		font-family: Arial;
		font-size: larger;
		font-weight: medium;
		font-style: normal;
		cursor: default;
		color: #111111;
		
		
}
TD {
		font-family: Arial;
		font-size: small;
		font-weight: medium;
		font-style: normal;
		cursor: default;
		color: #111111;
		
		
}