/* =================== */
/* Grundeinstellungen der Seite */
/* =================== */

/* Standarttextfarbe */
body {
	background-color: #DDDDDD;
	color: #DDDDDD;
}
/* Textfarbe in Tabellen*/
td,th	{
	color: #5F82C3;
}

/* -------------------- */
/* Standartlinks */
/* -------------------- */

/* Farbe Link*/
a:link {
	text-decoration: none;
	color: #5F82C3;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
/* Farbe besuchter Link*/
a:visited {
	color: #5F82C3;
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
/* 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;
	text-decoration:none;
}
/* Farbe nach klick*/
a:active {
	color: #5F82C3;
	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:128px;height:18px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:2px;
	padding-left:0px;
	font-weight:normal;
	background-repeat:no-repeat;
}
/* Farbe besuchter Link*/
a.hmenue:link {
	color: #5F82C3;
	text-decoration: none;
	background-image: url(../image/menue.gif);
	text-align:center;
}
a.hmenue:visited {
	color: #5F82C3;
	text-decoration: none;
	background-image: url(../image/menue.gif);
	text-align:center;
}
/* Farbe nach klick*/
a.hmenue:active {
	color: #5F82C3;
	text-decoration: none;
	background-image: url(../image/menue.gif);
	text-align:center;
}
/* Farbe bei Rollover*/
a.hmenue:hover {
	color: #5F82C3;
	text-decoration: none;
	font-weight:bold;
	background-image: url(../image/menue_akt.gif);
	text-align:center;
}

/* -------------------- */
/* Hauptmenuelinks2 */
/* -------------------- */
/* Farbe Link*/
a.hmenue2 {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:3px;
	padding-left:15px;
	font-weight:bold;
	background-repeat:no-repeat;
}
/* Farbe besuchter Link*/
a.hmenue2:link {
	color: #5F82C3;
	text-decoration: none;
	text-align:left;
}
a.hmenue2:visited {
	color: #5F82C3;
	text-decoration: none;
	text-align:left;
}
/* Farbe nach klick*/
a.hmenue2:active {
	color: #5F82C3;
	text-decoration: none;
	font-weight:normal;
	text-align:left;
}
/* Farbe bei Rollover*/
a.hmenue2:hover {
	color: 5F82C3;
	text-decoration: none;
	font-weight:normal;
	text-align:left;
}

/* -------------------- */
/* Hauptmenuelinks3 */
/* -------------------- */
/* Farbe Link*/
a.hmenue3 {
	text-decoration: none;
	color: #FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
	padding-top:3px;
}
/* Farbe besuchter Link*/
a.hmenue3:link {
	text-decoration: none;
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
}
a.hmenue3:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	font-weight:normal;
}
/* Farbe nach klick*/
a.hmenue3:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	font-weight:normal;
}
/* Farbe bei Rollover*/
a.hmenue3:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-align:left;
	font-weight:normal;
}

/* =================== */
/* Sonstiges */
/* =================== */

/* Standard der Texttabelle */
td.text, td.stundenplan{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #5F82C3;
}
/* Hintergrundfarbe der Menütabelle ( helles gelb ) */
td.text2{
	background-color: #DDDDDD;
	font-size: 11px;
}
/* Text der Überschrift ( dunkles orange ) */
.textue, td.textue{
	color: #5F82C3;
	font-size: 15px;
	font-weight: bold;
}

