/* =================== */
/* Grundeinstellungen der Seite */
/* =================== */

/* Standarttextfarbe */
body {
	background-color: #5F82C3;
	color: #FFFFCC;
}
/* Textfarbe in Tabellen*/
td,th	{
	color: #FFFFFF;
}

/* -------------------- */
/* Standartlinks */
/* -------------------- */

/* Farbe Link*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
/* Farbe besuchter Link*/
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* Farbe bei Rollover*/
a:hover {
	color: #CA5B73;
	text-decoration: underline;
}
/* Farbe nach klick*/
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* -------------------- */

/* =================== */

/* Besondere URL-Linkfarben */
/* Farbe Link*/
a:link {
	text-decoration: none;
	color: #D5E2FB;
}

/* Farbe besuchter Link*/
a:visited {
	color: #D5E2FB;
	text-decoration: none;
}

/* Farbe bei Rollover*/
a:hover {
   color: #FFFFCC;
   text-decoration: underline;
}   
/* =================== */

/* Hauptmenuelinks */
/* Farbe Link*/
a.hmenue:link {
	text-decoration: none;
	color: #FFFFFF;
}
/* Farbe besuchter Link*/
a.hmenue:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* Farbe bei Rollover*/
a.hmenue:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
/* Farbe nach klick*/
a.hmenue:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* =================== */
/* Sonstiges */
/* =================== */

/* Hintergrundfarbe der Menütabelle ( dunkles orange ) */
td.menue, td.textueberschrift, td.text, td.stundenplanueberschrift, td.stundenplan{
	background-color: #5F82C3;
}
/* Textfarbe der Texttabelle ( dunkles orange ) */
td.textdunkel, td.textdunkelueberschrift{
	color: #FFFFFF;
}
/* Textfarbe der Texttabelle ( helles orange ) */
td.textueberschrift, td.text, td.stundenplanueberschrift, td.stundenplan, td.texthell{
	color: #FFFFFF;
}
/* Textgröße bei für Überschriften*/
.text, td.textdunkel, td.textdunkelueberschrift, td.stundenplanueberschrift{
  font-size: 18px;
}
/* Textgröße bei für Überschriften*/
.textueberschrift {
  font-size: 24px;
}
/* Fett für Überschriften*/
.textueberschrift, td.textdunkelueberschrift {
  font-weight: bold;
}
/* Untermenü Schriftart ( kleiner ) */
.umenuetext {
	font-size: 12px;
}