/***************************************************************************

Globale Stilelemente xx

***************************************************************************/

/*** Basis-Stil ***/	



body {

	font: 10pt arial, helvetica, sans-serif;

	text-decoration: none;

	font-weight: normal;

	color:#666666;

	background-color:#ffff99;

}

input, textarea,select {

	font: 10pt arial, helvetica, sans-serif;

	text-decoration: none;

	font-weight: normal;

}

td {

	font: 10pt arial, helvetica, sans-serif;

	text-decoration: none;

	color:#666666;

}

th {

	font: 10pt arial, helvetica, sans-serif;

	text-decoration: none;

	font-weight: bold;

	color:#666666;

}

b {

	font-weight: bold;

}

a {

    font: 10pt arial, helvetica, sans-serif;

	text-decoration: none;

	font-weight: bold;

	color:#666666;

}

a:hover { 

    font: 10pt 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:#FFFF99;

	color:blue;

}

.tr2 {

	background-color:#CCFF99;

	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 ****/


