tr {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.orange {
	color: ee7a00;
}
.gruen {
	color: 3a9b16;
}
.blau {
	color: 001b58;
}
.weiss {
	color: FFFFFF;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.myURLField {
        background-color: #d3bebe;
        }
/* Begin footer style info */
#headerd {
        clear: both;
        color: #333;
        font-size: 0.8em;
        margin: 0;
        padding-right: 9px;
        position:fixed;
        text-align:right;
        top: 0px;
        left:0px;
        width: 100%;
}
#footerd {
        background: #eee;
        clear: both;
        color: #333;
        font-size: 0.8em;
        margin: 0;
        padding-right: 9px;
        position:fixed;
        text-align:right;
        bottom: 0px;
        left:0px;
        width: 100%;
}
/* End footer style info */
