/* Beispiel-Stylesheet fuer die Formatierung des Kalendariums */
/* Der Inhalt dieser Datei sollte nach Anpassung an das eigene Design */
/* in die eigene CSS-Datei oder das Styleset im ACP uebernommen werden */

/* Dies sind nur Beispiele, Fragen bitte im Forum stellen http://www.event-list.de/forum */

/* Folgende Formatierungen bestimmen das Aussehen des kleinen Kalendariums; */

table.smallcal { border-color:#00ff00; border-style:solid; border-width:1px; }
/* formatiert die Tabelle des Kalendariums, hier ein gruener Rahmen aussen */

td.smallcal { border-style:none; }
/* Standardformatierung fuer die einzelnen Zellen des Kalendarium, hier ohne Rahmen */

td.smallcalapp { border-style:none; background-color:#44ff44; }
/* Formatierung fuer Tage mit Terminen, hier gegenueber Standardformat gruener Hintergrund */

td.smallcaltoday { border-style:solid; border-color:#FF0000; }
/* Formatierung fuer den heutigen Tag, hier roter Rahmen um das Datum */

td.smallcalapptoday { border-style:solid; background-color:#44ff44; border-color:#ff0000; }
/* Formatierung fuer den heutigen Tag mit Termin, hier gruener Hintergrund und roter Rahmen */

Hier nun das gleiche für Monats- und Listenansicht sowie Suche:

td.cal { border-style:none;

  font-size:1.1em; }
/* Standardformatierung fuer die einzelnen Zellen des Kalendarium, hier ohne Rahmen */

td.calapp { border-style:none; background-color:#44ff44; font-size:1.0em; }
/* Formatierung fuer Tage mit Terminen, hier gegenueber Standardformat gruener Hintergrund */

td.caltoday { border-style:solid; border-color:#FF0000; font-size:1.1em;}
/* Formatierung fuer den heutigen Tag, hier roter Rahmen um das Datum */

td.calapptoday { border-style:solid; background-color:#44ff44; border-color:#ff0000; font-size:1.1em; }
/* Formatierung fuer den heutigen Tag mit Termin, hier gruener Hintergrund und roter Rahmen */

html {
	font-size:1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* html a {
	color:#202061;
} */

html a:link {
	color:#4173A7;
	text-decoration: underline;
}

html a:hover {
	color:#4173A7;
	text-decoration: none;
}
html a:visited {
	color:#4173A7;
}

table {
	width:500px;
	min-width:500px;
	max-width:500px;
	font-size:1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table a:link {
	color:#4173A7;
	text-decoration: none;
}

table a:hover {
	color:#4173A7;
	text-decoration: underline;
}
table a:visited {
	color:#4173A7;
}

table h1 {
	
	font-size:1.2em;
	
}

.monatsliste {
	font-size:0.8em;
	border:0px solid black;
}

.monatsliste th {
        background-color:#D1D1D1;
        border:1px solid black;
}
.monatsliste td {
	border-top:1px solid #CCCCCC;
	border-bottom: 2px solid #888888;
        background-color:#E4E4E4;
}

.tabelleueberschrift {
        font-size:0.8em;
	border:0px solid black;
}

.grundtabelle {
        font-size:0.8em;
        background-color:#f4f4f4;
}

.infotext {
	font-size:0.8em;
}
.infotext2 {
	font-size:0.9em;
}

.datesuche {
	font-size:0.7em;
	text-align: left;
	display:block;
}

.such  {
	margin:2px;
	border:1px solid #333;
	font-size:1.1em;
	background-color:#EEEEEE;
	float: left;
}


.copyr {
	font-size:0.7em;
}
.copyr a:link {
	color:black;
}
.copyr a:visited {
	color:black;
}
.terminelisten {
	font-size:0.8em;
}

input, select, textarea {
	margin:5px;
	border:1px solid #333;
} 

#eintragen input, select, textarea {
	margin:5px;
	border:1px solid #333;
}
.kategorieauswahl {
	font-size:0.6em;
	border:1px black solid;

}
.auswahltext {
	font-size:0.7em;
}
.headline {
	font-size:0.9em;
}
.bandabc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bandabc a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bandabc a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bandabc a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
}

.vorverkauf {
	font-size:1.2em;
}

.musicload table {
	width:234px;
	min-width:234px;
	max-width:234px;
}