/* Gesamt schrift und Gesamtrand festlegen  */
body {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	margin: 0px;
	font-size: 0.8em;
}


/*  Überschrift 1 gestalten   */
h1 {
	color: darkblue;
	font-size: 1.2em;
}

/*  Tag b zusätzlich einfärben   */
b {
	color:#7C580A;
}
.bred {
	color:#FF0000;
}

/*   Style Linkleiste    */
.stylelink {
	background-image: url('left.gif');
}

/*   Tabelle esucher Daten löschen/ändern    */
.tabelle {
	font-size: 0.8em;
	background-color:#CFCFCF;
}

/*  Listenstil für Menüeintrag   */
ul {
	list-style-image: url('karo.gif');
	font-size: 0.9em;
	line-height:1.4;
	margin-left: 0.8em;
	padding-left: 0.8em;
}

text {
	font-size: 0.8em;
}

.bodystundenbanner {
background-color:#c0c0c0;
}



.input {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
}

.inputmini {
	font-family:verdana, arial, sans-serif;
	font-weight: bold;
	font-size:9px;
	color:#c0c0c0;
	background-color:#66CC00;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
}

.submitmini {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #517AC4;
}


.textmini {
	font-family:verdana, arial, sans-serif;
	font-size:9px;
	color:#c0c0c0;
}

/* ***************    Ab hier für Zufallsbanner   ************************  */

.zufallstundenbanner {
background-color:#c0c0c0;                  /*  Hintergrund gesamt     */
}

.bb {
	font-family:verdana, arial, sans-serif; /*  Schriftart für bold     */
	font-size:11px;                         /*  Schriftgrösse            */
	color:#FFFFFF;                          /*  Schriftfarbe            */
}

.haupttabelle {
	background-color:#c0c0c0;               /*  Hintergrundfarbe Haupttabelle Stundenbanner     */
}

.tabellendaten {
	font-family:verdana, arial, sans-serif; /*  Schriftart            */
	font-size:11px;                         /*  Schriftgrösse          */
	background-color:#000000;               /*  Hintergrundfarbe der Tabelle für die Farbliche Gestaltung des Stundenbanner  */
}

.tabellendateneintragen {
	font-family:verdana, arial, sans-serif; /*  Schriftart            */
	font-size:11px;                         /*  Schriftgrösse         */
	color:#000000;                          /*  Schriftfarbe            */
	background-color:#c0c0c0;               /*  Hintergrundfarbe der Tabelle für die Farbliche Gestaltung des Eintragefeldes  */
}

A:link {
text-decoration : underline;
font-size:11px;
}
A:hover {
text-decoration : none;
font-size:11px;
color : #ffff00;
background-color:#9F9F9F;
}

A:active {
text-decoration : underline;
font-size:11px;
}

A:visited {
font-size:11px;
}

