/* =================== */
/* Grundeinstellungen der Seite */
/* =================== */

/* Standarttextfarbe */
body {
	background-color: #FFFFFF;
	color: #FFFFCC;
}
/* Textfarbe in Tabellen*/
td,th	{
	color: #FF5601;
}

/* -------------------- */
/* Standartlinks */
/* -------------------- */

/* Farbe Link*/
a:link {
	text-decoration: none;
	color: #FF5601;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
}
/* Farbe besuchter Link*/
a:visited {
	color: #FF5601;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
}
/* Farbe bei Rollover*/
a:hover {
	color: #FF5601;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;   
}
/* Farbe nach klick*/
a:active {
	color: #FF5601;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
/* -------------------- */

/* =================== */

/* Besondere URL-Linkfarben */

/* Hauptmenuelinks */
/* Farbe Link*/
a.hmenue {
	display:block;
	width:150px;height:25px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:14px;
	padding-top:10px;
	font-weight:normal;
	background-repeat:no-repeat;
}
a.hmenue:link {
	color: #FFFFCC;
	text-decoration: none;
	background-image: url(../image/oran.gif);
	text-align:right;
}
/* Farbe besuchter Link*/
a.hmenue:visited {
    color: #FFFFCC;
	text-decoration: none;
	background-image: url(../image/oran.gif);
	text-align:right;
}
/* Farbe bei Rollover*/
a.hmenue:hover {
	color: #FF5601;
	text-decoration: none;
	background-image: url(../image/oran2.gif);
	text-align:right;
}
/* Farbe nach klick*/
a.hmenue:active {
	color: #FFFFCC;
	text-decoration: none;
	background-image: url(../image/oran.gif);
	text-align:right;
}

/* -------------------- */
/* Hauptmenuelinks2 */
/* -------------------- */
/* Farbe Link*/
a.hmenue2 {
	display:block;
	width:150px;height:16px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:14px;
	padding-top:4px;
	font-weight:bold;
	background-repeat:no-repeat;
}
/* Farbe besuchter Link*/
a.hmenue2:link {
	color: #FF5601;
	text-decoration: none;
	background-image: url(../image/oran_k.gif);
	text-align:right;
}
a.hmenue2:visited {
	color: #FF5601;
	text-decoration: none;
	background-image: url(../image/oran_k.gif);
	text-align:right;
}
/* Farbe nach klick*/
a.hmenue2:active {
	color: #FF5601;
	text-decoration: none;
	background-image: url(../image/oran_k.gif);
	text-align:right;
}
/* Farbe bei Rollover*/
a.hmenue2:hover {
	color: #FF5601;
	text-decoration: none;
	background-image: url(../image/oran2_k.gif);
	text-align:right;
}

/* -------------------- */
/* Hauptmenuelinks3 */
/* -------------------- */
/* Farbe Link*/
a.hmenue3 {
	color: #FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
    font-weight:normal;
	
}
/* Farbe besuchter Link*/
a.hmenue3:link {
	color: #FFFFCC;
	text-decoration: none;
	background-image: none;
	text-align:left;
}
a.hmenue3:visited {
	color: #FFFFCC;
	text-decoration: none;
	background-image: none;
	text-align:left;
}
/* Farbe nach klick*/
a.hmenue3:active {
	color: #FFFFCC;
	text-decoration: none;
	background-image: none;
	text-align:left;
}
/* Farbe bei Rollover*/
a.hmenue3:hover {
	color: #FFFFCC;
	text-decoration: none;
	background-image: none;
	text-align:left;
}

/* =================== */
/* Sonstiges */
/* =================== */

/* Hintergrundfarbe der Menütabelle ( dunkles orange ) */
td.menue{
	background-color: #FF5601;
}
/* Hintergrundfarbe der Texttabelle ( helles gelb ) */
td.textueberschrift, td.text, td.stundenplanueberschrift, td.stundenplan{
	background-color: #FFFFCC;
}
/* Textfarbe der Texttabelle ( dunkles orange ) */
td.textdunkel, td.textdunkelueberschrift{
	color: #FF5601;
}
/* Textfarbe der Texttabelle ( dunkles orange ) */
td.textueberschrift, td.text, td.stundenplanueberschrift, td.stundenplan, td.texthell{
	color: #FF5601;
}
/* 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;
}
/* Text1 der Texttabelle ( dunkles orange ) */
td.text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF5601;
    font-size: 11px;
	background-image: url(../image/oran2bb.gif);	
}