body
{
	background			: url("../img/background.gif");
	background-attachment:fixed;
	color				: #fff;
}

html, text, td
{
	font-family			: Arial, Tahoma, Verdana, Helvetica;
	font-size			: 11px;
	font-weight			: light;
	line-height			: 15px;
	color				: #DCC;
}

h1
{
	margin				: 0;
	font-family			: Garamond, "Times New Roman", Times;
	font-weight			: normal;
	font-size			: 24px;
}


a
{
	font-weight			: bold;
	text-decoration		: none;
	color				: #DCC;
}

a:hover
{
	color				: #FEE;
}

a img
{
	border				: 0px solid #fff;
}


ul
{
	list-style			: none;
	margin				: 0;
	padding				: 0;
	text-align			: left;
}

ul ul
{
	margin				: 0 0 10px 0;
}

li li
{
	padding				: 0 0 0 15px;
	border-left			: 1px dotted #ccc;
}

.trenner
{
	clear				: both;
}