body
{
	background-color: #FFFFFF;
	background-image: url(pic/hg_menue.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left;
	background-attachment: fixed; 
	height: 100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a, a:visited
{
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active
{
	/*
	background-image: url(pic/menupunkt_aktiv.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
	*/
	text-decoration: none;
	font-style: italic;
}
div#navigation
{
	display: block;
	width: 200px;
	height: 380px;
	left: 0px;
	position: absolute;
	bottom: 100px;

	z-index: 1;
    border: 0px;
}
ul
{
	list-style-image:url(pic/kleines_dreieck.gif)
}
li
{
 	margin: 0px 0px 10px 0px;
}

