/* allgemeine Definitionen*/

BODY  {

	background-color : #FFCC00;

	color : White;

	font-family : Arial, Tahoma, Helvetica, sans-serif;

}

/* Definitionen fuer Links*/
a  {
	font-family : Vardana,Arial,Helvetica,sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
	color : #ffffff;
}

a:active  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
}

a:visited  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
}

a:hover  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	border-left-width : thin;
	border-right-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-style : outset;
	border-top-width : thin;
	float : none;
	clear : none;
	border-color : White;
	background-color : #000000;
	padding: 0 5 0 5;
}

a.navy:link  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #000065;
}

a.navy:active  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : underline;
	color : #FF0000;
}


a.navy:visited  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #000065;
}

a.navy:hover  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : underline;
	color : #FF0000;
}
leer {
text-decoration : none;
}
leer:hover {
text-decoration : none;
}
leer:active {
text-decoration : none;
}