.DATA { 
font-size : 12px; 
color : #797675; 
font-family : Tahoma;
font-weight : normal;
} 

.STOPKA { 
font-size : 9px; 
color : #797675; 
font-family : Tahoma;
font-weight : normal;
} 

.MENU_GORA { 
font-size : 9px; 
color : #ffffff; 
font-family : Tahoma;
font-weight : normal;
} 

.NAGLOWEK_LEWY { 
font-size : 12px; 
color : #846246; 
font-family : Tahoma;
font-weight : bold;
} 

.NAGLOWEK_SRODKOWY { 
font-size : 12px; 
color : #4d4948; 
font-family : Tahoma;
font-weight : bold;
} 

.NAGLOWEK_PRAWY { 
font-size : 12px; 
color : #846246; 
font-family : Tahoma;
font-weight : bold;
} 

.MENU { 
font-size : 12px; 
color : #846246; 
font-family : Tahoma;
font-weight : bold;
background : #ededed;
} 

#SRODEK_DUZY { 
font-size : 15px; 
color : #4e4d4d; 
font-family : Tahoma;
font-weight : bold;
}

.INFORMACJE { 
font-size : 12px; 
color : #846246; 
font-family : Tahoma;
font-weight : normal;
background : #ededed;
} 

.srodek_czcionka { 
font-size : 12px; 
color : #4e4d4d; 
font-family : Tahoma;
font-weight : normal;
} 

A:link { 
color : #4e4d4d; 
text-decoration : none; 
} 
A:visited { 
color : #4e4d4d; 
text-decoration : none; 
} 
A:hover { 
color : #4e4d4d; 
text-decoration : none; 
} 
P { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
UL { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Veranda; 
} 
TD { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
SPAN { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
TR { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
TABLE { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
P { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
LI { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
}
BODY { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
margin-top : 0; 
margin-left : 0; 
margin-right : 0; 
margin-bottom : 0; 
background-attachment : fixed; 
} 
TABLE { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
} 
OL { 
font-size : 12px; 
color : #4e4d4d; 
line-height : normal; 
font-family : Verdana; 
}

.eingabe { 
font-size : 9px; 
font-family : Verdana; 
font-weight : normal; 
color : #4e4d4d; 
background : #dcdee0; 
border : 1px solid #e5e7e9; 
} 

a.tooltip{
	position: relative;
	z-index: 24;
	background: none;
}
a.tooltip:hover{
	z-index: 25;
	text-indent: 0; /* hack for IE */
	background: none;
	text-decoration: none;
	color: #000;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{
	display: block;
	position: absolute;
	line-height:1.3em;
	top: -500px;
	right: -100px;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align: left;
	width: 700px;
	text-decoration: none;
	color: #000;
}