/* Stylesheet für XFORM */

   
html, body
{
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFF;

/* Normaler Absatz */
p {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


/* -- Links -- */

/* normaler Link */
a
{
	text-decoration: none;   /* keine Unterstreichung */
	color: #FFD319;  /* gelb */
	font-weight:bold;  /* fett */
}

/* beim Überfahren eines Links mit der Maus */
a:hover {
	color: #FFE98D;    /* helleres gelb */
	font-weight:bold;
}

/* bereits besuchte Links */
a:visited {
	color: #FFD319;  /* ebenfalls gelb */
}