@charset "utf-8";
/* CSS Document */
	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #CCCCCC;
	}
	body {
		background-color: #333333;
		background-image: url(http://flash.kingdom-elemental.de/wood_texture.jpg);
	}
	.ueberschrift {
		font-size: 16px;
		font-weight: bold;
	}
	a:link {
		color: #CCCCCC;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
	a:hover {
		text-decoration: underline;
		color: #FFFFFFF;
	}
	a:active {
		text-decoration: none;
		color: #CCCCCC;
	}


