html, body { font-family: 'trebuchet ms', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px; background-color: #FFFEE6; margin-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0}

td {
	font-family: 'trebuchet ms', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px; }
	
.klein { font-size: 10px;}
.mittel { font-size: 11px;}
.titel { font-size: 13px; font-weight: bold;}
.bu {font-size:9px;}

a:link {  color: #DB1C31; text-decoration: none;}
a:visited {  color: #DB1C31; text-decoration: none}
a:hover {  color: #B2B1A1; text-decoration: none}
a:active {  color: #000000}

/* zurueck nach hause */
a.home, a.home:visited {
	background-image: url(grafik/navi_home1_r1_c2.gif);
	width: 212px;
	height: 80px;
	display: block;
	margin: 0px 0px 0px 32px;
	}
a.home:hover, a.home:active, a.home:focus {
	background-image: url(grafik/navi_home1_r1_c2_f2.gif);
	}
/* ende */

/* pfeil oben */
a.pfeil, a.pfeil:visited {
	background-image: url(grafik/pfeil_top.gif);
	width: 10px;
	height: 6px;
	display: block;
	}
a.pfeil:hover, a.pfeil:active, a.pfeil:focus {
	background-image: url(grafik/pfeil_top_hell.gif);
	}
/* ende */

.kasten_dunkel { background-color: #DB1C31;}
.kasten_dunkel8080 { 
	background-color: #DB1C31;
	width: 80px;
	height: 80px;
	}
.kasten_hell { background-color: #FBE4D1;}
.kasten_hell8080 { background-color: #FBE4D1;
	width: 80px;
	height: 80px;
   }

.kasten_grau { background-color: #CCCCCC;}
.kasten_weiß { background-color: #FFFFFF;}
.kasten_creme { background-color: #FFFEE6;}

.grau { color: #666666;}
.rot { color: #FF0000;}
.kachel { background: url(grafik/kaesten_hell1.gif) no-repeat; }

.eingabe {
	font-family: 'trebuchet ms', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFEE6;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.button {
	background-color: #CCCCCC;
	font-family: 'trebuchet ms', verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	font-size: 9pt;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

/* bild */
.bild {
	color:#CCCCCC;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	width: 108px;	
	background-image: url(grafik/lupe2.gif);
	background-repeat: no-repeat;
	background-position: 90% 100%;
}
.bild img{
	display: block;
	margin: 0px 0px 1px 0px;
}
.bild_lupe {
	display:block;
	width:16px;
	height:16px;
	float:right;
	margin: 0px 0px 0px 1px;
}	
