

				/****************************************/
				/*		Stylesheets Eisele		*/
				/****************************************/


/* ---------------------------------------------------------------------------------- */

/* ______________________ALLGEMEINE INFORMATIONEN_____________________ */

/*	1.	Die Styles sind in die Haupt-Gruppen ELEMENTE und KLASSEN unterteilt. 
		Weiterhin gibt es noch Untergruppen bei den Klassen */



/*_____________________________ ELEMENTE ______________________________*/


/* 	(body) 
	Verwendung */
body {
	background-color: #DBEEF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3C4F6C;
}

/* 	(td)
	Verwendung*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3C4F6C;
}

/* 	(a)
	Verwendung*/
a.link:link {
	font-size: 11px;
	text-decoration:none; 
	color:#3C4F6C;
	font-weight: normal;
}

a.link:active {
	font-size: 11px;
	text-decoration:none; 
	color:#FF0202;
	font-weight: normal;
}

a.link:visited {
	font-size: 11px;
	text-decoration:none; 
	color:#3C4F6C;
	font-weight: normal;
}

a.link:hover {
	font-size: 11px;
	text-decoration:none; 
	color:#FF0202;
	font-weight: normal;
}

a.ulink:hover {
	font-size: 11px;
	text-decoration:underline; 
	color:#FF0202;
	font-weight: normal;
}

a.red {
	font-size: 11px;
	text-decoration:none; 
	color:#FF0202;
	font-weight: normal;
}

a.mark {
	font-size: 11px;
	text-decoration: underline; 
	color: #FF0202;
	font-weight: bold;
}

/*_____________________________ KLASSEN ______________________________*/


/*__ Untergruppe______________ Textstyles ___________________________ */

/*	(text)
	Verwendung fuer Text, standard Zeilenhoehe*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3C4F6C;
}

/*	(textLh)
	Verwendung fuer Fliesstext mit Zeilenhoehe 17px*/
.textLh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3C4F6C;
	line-height: 17px;
}

/*	(textBd)
	Verwendung fuer fetten Text, standard Zeilenhoehe */
.textBd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3C4F6C;
}

/*	(textBdLh)
	Verwendung fuer fetten Fliesstext mit Zeilenhoehe 17px*/
.textBdLh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3C4F6C;
	line-height : 17px;
}

/*	(textBdLh)
	Verwendung fuer fetten Fliesstext mit Zeilenhoehe 17px in rot*/

.textBdLhImportant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	line-height : 17px;
}

/*	(textLt)
	Verwendung fuer abgeschwaechten Text , standard Zeilenhoehe*/
.textLt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A98A8;
}

/*	(textLtLh)
	Verwendung fuer abgeschwaechten Fliesstext mit Zeilenhoehe 17px*/
.textLtLh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A98A8;
	line-height: 15px;
}

/*	(textBdLt)
	Verwendung fuer abgeschwaechten Text (fett) , standard Zeilenhoehe*/
.textBdLt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A98A8;
}

/*	(textBdLtLh)
	Verwendung fuer abgeschwaechten Fliesstext (fett) mit Zeilenhoehe 17px*/
.textBdLtLh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A98A8;
	line-height : 17px;
}

/*	(textGreen)
	Verwendung fuer Verkaufsstaende, standard Zeilenhoehe*/
.textGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669900;
}

/*	(textGreenBd)
	Verwendung fuer Text, standard Zeilenhoehe*/
.textGreenBd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #81A73A;
}

/*	(textGreenBdLh)
	Verwendung fuer Fliesstext mit Zeilenhoehe 17px*/
.textGreenBdLh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #81A73A;
	line-height : 17px;
}

/*	(textRed)
	Verwendung fuer Fliesstext mit Zeilenhoehe 17px*/
.textRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none; 
	color:#FF0202;
	font-weight: normal;
}
/*	(textGrey)
	Verwendung fuer Fliesstext mit Zeilenhoehe 17px*/
.textGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A98A8;
}

.textBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.small { font-size: 10px; }
.normal { font-size: 11px; }

/*	(rahmen)
	Standard-Rahmen DUNKEL*/
.rahmen {
	border-top: 1px;
	border-left: 1px; 
	border-right: 1px; 
	border-bottom: 1px;
	border-color : #8A98A8;
	border-style : solid;
}

/*	(rahmenHg)
	Standard-Rahmen HELL*/
.rahmenHg {
	border-top: 1px;
	border-left: 1px; 
	border-right: 1px; 
	border-bottom: 1px;
	border-color : #B9CED7;
	border-style : solid;
}

/*__ Untergruppe______________ Eingabefelder _________________________ */

/* 	(eingabe)
	Formularfelder auf Kontaktseite */	
.eingabe {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*__ Untergruppe__________________ Abstände ___________________________ */

/* 	(tdc)
	Verwendung nicht in Verwendung */
.tdc {
	padding-left : 5px;
}

/* ---------------------------------------------------------------------------------- */

.mark{
 color: #E10916;

}
