html, body
{
	padding: 0px;
	margin: 0px;
	background: url("images/bg.png");
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#000;
	height:100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#bfbfbf;

}

a:{color: #2d69ba;	text-decoration: underline;}
a:link {color: #2d69ba; text-decoration: underline;}
a:visited { color: #2d69ba; text-decoration:  underline;}
a:hover {	color: #ffffff; }

.prod a {color:#FF6600; text-decoration: none; }
.prod a:link { 	color: #FF6600; }
.prod a:visited {	color: #FF6600; }
.prod a:hover {color:#FF6600; }

H2 {font-size:13px; color: #FFFFFF; font-weight:200px; text-align:left;}
H3 {font-size:13px; color: #FFFFFF; font-weight:200px; text-align:right;}
H1 {font-size:13px; color: #DD0000;text-align:center;}

.tit {font-size:13px; color: #FFFFFF; font-weight:bold; text-align:right;}

P {paddin:0px; margin:0px;}
.calosc
{
width:100%;

}

.main
{
width: 950px;
padding:0px;
margin-left:auto; margin-right:auto;
background: url("./images/h_main_bg.gif");
background-position: bottom center;
background-repeat: no-repeat;
background-color:#353535;
}


#content
{
float:left;
width:920px;
min-height:421px;
height:421px;
padding-left:15px;
padding-right:15px;
background: url("./images/bg_content.png");
background-position: bottom center;
background-repeat: repeat-x;
background-color: #363636;
height: 100%;

}
.tresc
{
float:left;
text-align:justify;
width:450px;
padding-left:50px;
padding-right: 150px;
line-height:18px;
}
.tresc2
{
float:left;
text-align:justify;
width:580px;
padding-left:20px;
padding-right: 50px;
line-height:18px;
}
.right
{
float:left;
text-align:right;
width:230px;
height:200px;
background: url("./images/kreska_pion.gif");
background-position: bottom left;
background-repeat: no-repeat;
}

.whitetxt
{
color:#fff;
}
.linia
{
width:100%;
border-top: 1px solid #5d5d5d;
}
.footer
{
font-family: Tahoma, Verdana;
font-size: 10pt;
text-align: center;
width:950px;
color:#bfbfbf;
margin-left:auto; margin-right:auto;
line-height:30px;
}
.foot
{
font-size:11px;
color: #000000;
line-height:20px;
}



.tags a{ color:#222222; text-decoration: none; }
.tags a:link { color: #222222; }
.tags a:visited {	color: #222222; }
.tags a:hover {	color: #333333; }
.tags
{
font-family: Tahoma, Verdana;
font-size: 7pt;
text-align:center;
width:99%;
padding:5px;
color:#222222;
border-top:1px solid #5d5d5d;
margin-left:auto; margin-right:auto;
background-color:none;
}




UL
{
padding:0px;
margin:0px;
}
LI.sq1
{
list-style: square; 

padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .3em;
}


