/* --- Grundlegende Elementdefinitionen fuer alle Browser inkl. Netscape 4.x --- */

body {
	font-family : Verdana, Arial, sans-serif;
	background : #FFFFFF;
}

img {
	border: none;
}

a {
	color : #DA7600;
	background : transparent;
	text-decoration : none;
}

a:visited {
	color : #DA7600;
	background : transparent;
	text-decoration : none;
}

a:hover {
	color : #DA7600;
	background : transparent;
	text-decoration : underline;
}
