BODY {
	background-image : url('pics/navi_back.png');
	background-repeat : repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #013378;
	margin : 0 0 0 0;
	background-color : White;
}
A:HOVER {
	background-image : url('pics/knopf_hi.gif');
	/*background-position : left;
	background-repeat : no-repeat;
	margin-left: 7px;
	padding-left : 20px;
	text-decoration : underline;
	font-weight : bold;
	*/	
	color : red;
	border-bottom : 1px dotted #013378;
}
A {
	background-position : left;
	background-image : url('pics/knopf.gif');
	background-repeat : no-repeat;
	margin-left: 7px;
	padding-left : 20px;
	font-weight : bold;
	text-decoration : none;
	color : #013378;
	line-height : 14px;
	font-size : 10pt;
}
A:ACTIVE {
	color:red;
}
A.impressum {
	margin-left: 7px;
	padding-left : 0px;
	font-weight : normal;
	text-decoration : none;
	color : #013378;
	font-size : 7pt;
	background-image : none;
}
A.impressum:ACTIVE {
	color:red;
}
A.impressum:HOVER {
	color : red;
	border-bottom : 1px dotted #013378;
	background-image : none;
}
