###############################################################################
# Belegungskalender für Ferienwohnungen etc.
# ============================================
# Filename: belegung.css
# Durch Änderungen an den Klassen kan man die Anzeige des Kalenders verändern
# Die Farben für belegt/frei werden in der config.php gesetzt
################################################################################
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #3B8D81;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3B8D81;
	text-decoration: none;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	color: #3B8D81;
	text-decoration: none;
}
a:hover {


	font-family: Arial, Helvetica, sans-serif;
	color: #EBA360;
	text-decoration: none;
}
.kalender {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}
.kalender:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.kalender:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.kalender:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EBA360;
	text-decoration: none;
}
.kalender:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.input {
   width:70%;
   font-size:8pt;
   font-family:Verdana;
   background-color:#e0e0e0;
   border-left:#aabbcc solid 1px;
   border-top:#aabbcc solid 1px;
   border-right:#aabbcc solid 1px;
   border-bottom:#aabbcc solid 1px
}
.input2 {
   font-size:8pt;
   font-family:Verdana;
   background-color:#e0e0e0;
   border-left:#aabbcc solid 1px;
   border-top:#aabbcc solid 1px;
   border-right:#aabbcc solid 1px;
   border-bottom:#aabbcc solid 1px
}

.inputfocus {
   width:70%;
   font-size:8pt;
   font-family:Verdana;
   background-color:#E8F5FF;
   border-left:#aabbcc solid 1px;
   border-top:#aabbcc solid 1px;
   border-right:#aabbcc solid 1px;
   border-bottom:#aabbcc solid 1px
}

.table {
   #width:15;
   #heigth:15;
   background-color:#f0f0f0;
   border:#aabbcc solid 1px;
   font-family:arial;
   font-size:10pt
}

.tablehead {
   width:16;
   height:20;
   background-color:#F0BB88;
   border:#aabbcc solid 1px;
   font-family:arial;
   font-size:10pt
}

.button {
   background-color:#e0e0e0;
   border:#aabbcc solid 1px
}

TD.anreise {
   width:16;
   height:20;
	BACKGROUND-IMAGE: url(anreise.gif);
	background-color: #3BE453;
}
TD.abreise {
   width:16;
   height:20;
	BACKGROUND-IMAGE: url(abreise.gif);
	background-color: #3BE453;
}

TR.head {
   width:16;
   height:20;
   background-color:#F0BB88;
}
TR.line {
   width:16;
   heigth:20;
}
