/***************************************************************************

Globale Stilelemente xx

***************************************************************************/

/*** Basis-Stil ***/	



body {

	font: 8pt arial, helvetica, sans-serif;

	text-decoration: none;

	font-weight: normal;

	color:#83C38;

	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:#406C40;

}

a:hover { 

    font: 8pt arial, helvetica, sans-serif;

	text-decoration: underline;

	font-weight: bold;

	color:#406C40;

}



/**** AHIS ****/

table {

	border-color:#406C40; border-width:1px; border-style:solid; 

}

.subtable {     /* Eingebettete Tabellen */

	border-color:#406C40; border-width:0px; border-style:solid; 

}

.form {     /* Reservierungs- und Anfrageformular */

	border-color:#406C40; border-width:0px; border-style:solid; 

}

.tr0 {

	background-color:#f0f0f0;

	color:red;

}

.tr1 {

	background-color:#e0e0e0;

	color:blue;

}

.tr2 {

	background-color:#d0d0d0;

	color:#97AF97;

}

.red {

	background-color:#FF9999;

}

.green {

	background-color:A5B9A5;

}

.yellow {

	background-color:FCE7B1;

}

.gray {

	background-color:#CCCCCC;

}

.error {

	color:red;

}

.monat {

	background-color:#CCFFCC;

}

.wochentag {

	background-color:#CCFFCC;

}

/**** Endo of AHIS ****/


