body{
	font-family: Verdana, Arial,sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #E8EBEC url("imgs/back_r.jpg") right top no-repeat;
	SCROLLBAR-FACE-COLOR: #E8EBEC;
	SCROLLBAR-HIGHLIGHT-COLOR: #E8EBEC;
	SCROLLBAR-SHADOW-COLOR: #96A8AB;
	SCROLLBAR-3DLIGHT-COLOR: #96A8AB;
	SCROLLBAR-ARROW-COLOR: #96A8AB;
	SCROLLBAR-TRACK-COLOR: #E8EBEC;
	SCROLLBAR-DARKSHADOW-COLOR: #E8EBEC;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1 {
	font: bold 14px Arial, sans-serif;
	color: #FF6633;
	display: block;
	text-align: left;
	padding: 0px;
}
h2 {
	font: bold 13px Arial, sans-serif;
	color: #6C87A4;
	display: block;
	text-align: left;
	margin: 0px;
}
A {
	color: #CC0000;
}
A.active {
	color: #FFFFFF;
}

/**********   BLOKI  **********
definują pola :lewe, środkowe, prawe */
#box{
	position:absolute;
	width: 775px;	
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	}

/**********   gorny pasek ***********/
#subhead{
	position:absolute;
	height: 42px;
	top: 0px;
	left: 0px;
	width:775px;
	background-color: #ffffff;
}
#subhead_left{
	float:left;
	top: 0px;
	left: 0px;
	width: 160px;
}

#subhead_right{
	float:right;
	top: 0px;
	width: 326px;
	height: 42px;
	text-align:right;
	padding-right:6px;
    background: url("imgs/subhead_3.jpg");
}
/**********    naglowek  ***********/

#head{
	position:absolute;
	height: 214px;
	top: 42px;
	left: 0px;
	width: 775px;
	background: #00A3DA url("imgs/head_back.jpg") top right repeat;
}
#head_1{
	float:left;
	height: 210px;
	top: 0px;
	left: 0px;
	width: 160px;
}
#head_2{
	float:right;
	height: 210px;
	top: 0px;
	width: 326px;
}
#head_3{
	clear: both;
	width: 775px;
	height: 4px;
	background: #FFFFFF url("imgs/dots_hor.gif") top right repeat;
}
#movie{
	position:absolute;
	z-index:101;
	top: 50px;
	left: 515px;
}

/**********   pasek nad zawartoscia  ***********/
#head_contents{
	position: absolute;
	height: 5px;
	left: 0px;
	top: 252px;
	width: 775px;
	background: #000000 url("imgs/line_hor.gif") repeat;
}
/*********************/
#leftfield{
  	float:left;
	width: 164px;
	text-align:center;
	padding-top: 20px;
	/*background: url("imgs/c_left_back.gif") no-repeat;*/
}
#rightfield{
    float: right;
	margin: 0px;
	width: 225px;
	text-align:right;
	padding: 150px 20px 20px 10px;
	color: #009900;
	font-size: 11px;
	font-weight: bold;
}
#bottom{
	clear: both;
	width: 775px;
	height: 52px;
	background: url("imgs/bottom_back.gif") top right repeat;
}
/*************************************/
.tab_cert {
	width: 206px;
	padding: 10px 10px 10px 10px;
	background: url("imgs/tab_cert_b.jpg") top right repeat;
	border-left: 1px solid #B3C2C4;
	border-top: 1px solid #B3C2C4;
	border-bottom: 1px solid #B3C2C4;
}
/**********   stopka style ***********/

.bottomTab {
	margin: 5px 0px 0px 164px;
	width: 611px;
	height: 47px;
	background: url("imgs/bottom_r.jpg") top right repeat;
}
.bottomField {
	width: 280px;
	padding: 10px 0px 0px 10px;
	font: bold 10px Arial,sans-serif;
	color: #666666; 
}
.bottomField a{
	color: #666666; 
	text-decoration:underline;
}