/***************************************************************************
Globale Stilelemente xx
***************************************************************************/
/*** Basis-Stil ***/	

body {
	font: 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color:#666666;
	background-color:#ffffff;
}
input, textarea,select {
	font: 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
td {
	font: 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	color:#666666;
}
th {
	font: 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}
b {
	font-weight: bold;
}
a {
    font: 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}
a:hover { 
    font: 8pt arial, helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color:#333333;
}

/**** AHIS ****/
table {
	border-color:black; border-width:1px; border-style:solid; 
}
.subtable {     /* Eingebettete Tabellen */
	border-color:black; border-width:0px; border-style:solid; 
}
.form {     /* Reservierungs- und Anfrageformular */
	border-color:black; border-width:0px; border-style:solid; 
}
.tr0 {
	background-color:#f0f0f0;
	color:red;
}
.tr1 {
	background-color:#e0e0e0;
	color:blue;
}
.tr2 {
	background-color:#d0d0d0;
	color:green;
}
.red {
	background-color:#ff8000;
}
.green {
	background-color:#00FF00;
}
.yellow {
	background-color:yellow;
}
.gray {
	background-color:#A0A0A0;
}
.error {
	color:red;
}
.monat {
	background-color:#d0d0d0;
}
.wochentag {
	background-color:#d0d0d0;
}
/**** Endo of AHIS ****/

