/*- Links --------------------------- */
td, div  {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height : 20px;
	color : #000000;
}
.list {
	list-style-image:url(bilder/list_bullet.gif); margin-top : 5px; margin-bottom : 5px;
}
.list li {
	margin-left : -5px;
	margin-bottom : 2px;
}
/*- Links --------------------------- */
a:link    {
	color: #170D99;
	text-decoration: none;
	font-weight : bold;
} 
a:visited {
	color: #170D99;
	text-decoration: none;
	font-weight : bold;
} 
a:active  {
	color: #170D99;
	text-decoration: none;
	font-weight : bold;
} 
a:hover   {
	color: #170D99;
	text-decoration: underline;
	font-weight : bold;
}
/*- Menu --------------------------- */
	#menu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight : bold;
	}

	#menu td a {
	display: block;
	padding: 4px 0 5px 20px;
	text-align : left;
	text-decoration : none;
	line-height : 12px;
}

	#menu td a{
		color: #000000;
		background: url(bilder/menu_normal.gif);
	}

	#menu td a:hover {
		color: #000000;
		background:  url(bilder/menu_hover.gif);
	}
	
	#spacer {
		height : 4px;
	}
	
