/* wersja 3.0 */
/*
rozdzialy:
A. - znaczniki globalne
H. - elementy dla poszczegÄ‚Ĺ‚lnych serwisÄ‚Ĺ‚w
*/

/* ----------------------------------------------------------------------------- */
/* A. - znaczniki globalne ===================================================== */
/* ----------------------------------------------------------------------------- */
body{
	/*
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-family: Georgia, Times;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-family: Times New Roman, Arial, Helvetica, sans-serif;
	*/
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFF;
	overflow-y: scroll;
}
p{
	padding: 0 0 0 0;
	margin: 5px 20px 10px 15px;
	line-height: 15px;
}
a{
	color: #6D0000;
        text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
/*
a:visited{
        color: #000;
	text-decoration: underline;
}
*/
a img{	border: none;}

hr{
	display: block;
	height: 1px;
	color: #722B12;
	background-color: #722B12;
	border: none;
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
	line-height: 12px;
}

img{
	border: none;
	vertical-align: middle;
}
/* --- */
ul{
	margin: 8px 0px 15px 15px;
	padding: 0 0 0 0;
	line-height: 12px;
}
li{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 20px;
	background: url('../p/li.gif') no-repeat left 2px;
	line-height: 12px;
	list-style: none;
}
/* --- */
/* naglowki Hx */
h1{	font-size: 22px;}
h2{	font-size: 16px;}
h3{	font-size: 12px;}

h1{
        font-weight: bold;
	color: #C00;
	margin: 8px 12px 3px 3px;
	padding: 0px 10px 0px 10px;
	background: url('../p/h1_bg.png') repeat-x;
	line-height: 40px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1 a{
	color: #A00;
        text-decoration: none;
}
h1 a:hover{
	color: #FFF;
        text-decoration: underline;
}
/* - */
h2{
        padding: 0px 0px 0px 0px;
	margin: 0px 30px 10px 15px;
	border-bottom: 0px solid #BBB;
	line-height: 20px;
	color: #C00;
}
h2 a{
	color: #000;
	text-decoration: none;
}
h2 a:hover{
	color: #153491;
}
h2 span{
	font-size: 11px;
	font-weight: normal;
	color: #444;
}
/* ----------- */
h3{
	color: #BE470E;
	padding: 0px 10px 4px 0px;
        margin: 0px 15px 3px 15px;
}
dl{
	margin: 3px 5px 2px 15px;
}
dt{
	color: #666;
	font-size: 11px;
}
dd{
	margin: 2px 0px 10px 90px;
	line-height: 16px;
}
/* --- */ 
/* ----------------------------------------------------------------------------- */
/* ------------------------ CONSTANS ------------------------------------------- */
#TOPDaneTele{
	position: absolute;
	top: 480px;
	left: 40px;
	display: block;
	width: 200px;
	color: #666;
	font-size: 11px;
	text-align: right;
}
#TOPDaneTeleTel1{
	position: absolute;
	top: 43px;
	left: 805px;
	font-size: 18px;
	color: #0D2673;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- */
/* H. --------------------- elementy dla poszczegolnych serwisow =============== */
/* ----------------------------------------------------------------------------- */
#cont{
	position: absolute;
	top: 340px;
	left: 300px;
	width: 560px;
	height: 550px;
	overflow-y: auto;
}