
}
/* Tabellen-"Rahmen" */
td.border {
	background-color: #FFFfff;
}
td.home {
	background-color: #F2E7C7;
 font-family: Arial;
	font-size: 9pt;
}
/* Titel-Tabelle */
th {
	background-color: #FFFfff;
	border-bottom: 2px solid #FFF2C9;
	color: #000066;
 font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	text-align: left;
        text-decoration: bold;
}
/* Titel */
.titel {
	color: #000066;
 font-family: Arial;
	font-size: 12pt;
	font-style: bold;
	text-decoration: none;
	border-bottom: dashed 1px #000066;
}
/* hervorgehobener Hinweis (Update) */
.update {
	background-color: #F2E7C7;
	color: #000066;
 font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	text-decoration: none;
}
/* Kleine Schrift */
.klein {
	color: #000066;
 font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}
/* hervorgehobener Hinweis */
.note {
	color: #FF0000;
 font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}
/* Eingabe-Feld (rechtsbündig) */
input.r {
	text-align: right;
}
/* Eingabe-Feld */
input,textarea {
	border: 1px solid #000066;
 font-family: Arial;
}

/* Link-Angaben/-färbung */
a:link, a:visited, a:active {
	color: #0000ff;
	background-color: transparent;
 font-family: Arial;
 font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}

/* Link-Angaben/-färbung */
a.klein:link, a.klein:visited, a.klein:active {
	color: #0000ff;
	background-color: transparent;
 font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}

/* Link-Angaben/-färbung (MouseOver) */
a:hover {
	color: #993300;
	text-decoration: underline;
}

