/* ===================*/
/*                    */
/*  Style-Sheet fuer  */
/*     wening.de      */
/*  vom 05.04.2006    */
/*                    */
/* ===================*/


/* Hintergrund												*/

.bg {
	color: inherit;
	background-color: #FFFFFF;
}


/* Schriftattribute (Typ,fett,cursiv)						*/

.a0,.a1,.a2,.a3,.tt,.tta,.tc,.tb,.tbf,.tba,.ts,.tsa,.tsh,.tsb,.tsf {
	font-family: sans-serif, Helvetica;
}

.bld {
	font-weight: bold;
}

.ital {
	font-style: italic;
}


/* .a* Abstand (40,20,10,5 Pixel)							*/

.a40 {
	font-size: 40px;
}

.a20 {
	font-size: 20px;
}

.a10 {
	font-size: 10px;
}

.a5 {
	font-size: 5px;
}


/* .tt* Texttitel (normal,link)								*/

.tt,.tta {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.tt {
	color: #000060;
}

.tta {
	color: #0000A0;
}


/* .tc Textcopyrightschrift								*/

.tc {
	color: #333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}


/* .tb* Texttabellen (normal,fett,link)						*/

.tb,.tbf,.tba {
	font-size: 15px;
	font-style: normal;
}

.tb {
	color: #000000;
	font-weight: normal;
}

.tbf {
	color: #000000;
	font-weight: bold;
}

.tba {
	color: #0000FF;
	font-weight: normal;
}


/* .tbb* Texttabellenhintergrund (kopf,farbe1,farbe2)		*/

.tbbk {
	color: inherit;
	background-color: #E0E0E0;
}

.tbb1 {
	color: inherit;
	background-color: #FFFFFF;
}

.tbb2 {
	color: inherit;
	background-color: #F0F0F0;
}


/* .ts Textklassen (normal,link,hinweis,bold,fett)			*/

.ts,.tsa,.tsh,.tsb,.tsf {
	font-size: 13px;
	font-style: normal;
}

.ts {
	color: #000000;
	font-weight: normal;
}

.tsa {
	color: #0000FF;
	font-weight: normal;
}

.tsh {
	color: #FF0000;
	font-weight: normal;
}

.tsb {
	color: #333333;
	font-weight: normal;
}

.tsf {
	color: #000000;
	font-weight: bold;
}


/* A-Standarddefinitionen									*/

A,A:ACTIVE,A:VISITED,A:HOVER {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

A:ACTIVE {
	color: #4040FF;
}

A:VISITED {
	color: #4040FF;
}

A:HOVER {
	color: #0000FF;
}

