/*
(c) CRIATED 2008
*/

body
{
	background-color: #fafafa;
	background-image: url(../grafik/inhalt_hintergrund.jpg); background-repeat: repeat-x;
	border: 0;
	color: #000000;
	font-family: "Arial", "Trebuchet MS", sans-serif; font-size: 62.5%; font-style: normal; font-weight: normal; font-variant: normal; /* bei Browserstandard 16px ist dann 1em = 10px */
	height: 100%;
	letter-spacing: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left; text-decoration: none; text-transform: none;
	width: 100%;
	word-spacing: normal;
}
a, a:link
{
	border: 0;
	color: #003759;
	font-style: normal; font-weight: normal;
	text-decoration: none;
}
.linkpfeil
{
	background-image: url(../grafik/pfeil_vor_links.png); background-position: 0 -2px; background-repeat: no-repeat;
	padding-left: 15px; /* wegen Hintergrundbild für links */
}
a:visited
{
	background-position: 0 -34px;
	color: #555555;
}
a:hover, a:focus, a:active
{
	background-position: 0 -18px;
	color: #005e99; /* #005e99 statt #00436e - da etwas deutlicher */
}
ol, ul
{
	list-style: none;	
}

#statistik
{
	display: none;
}
