body
{
    background-color: #F4F4F4;   
 }

.leftContent
{
    float:left;
    margin-left: 10px;
    width: 190px;
    font-size: 11pt;
	color: #003366;	
}

.centerContent
{
    float: left;
    width: 522px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 11pt;
	color: #333333;	
	border-left: solid 1px Red;   
    border-bottom: solid 1px Red; 
}

.rightContent
{
    float: left;
    width: 190px;
    font-size: 11pt;
	color: #003366;	
}

.navigationItem
{
    margin-bottom: 20px;
    border: solid 1px #003366; 
}

.navigationItem .topBar
{
    height: 40px; 
	background: url(Images/pasek_niebieski.gif) repeat-x;
	text-align: center;
	font-size: 14pt;
	color: White;	
}

.centerItem
{
    float: left;
    width: 260px;
    padding-bottom: 30px;
	border-right: solid 1px #CC0000; 
}

.centerItem .topBar
{
    height: 40px; 
	background: url(Images/pasek_czerwony.gif) repeat-x;
	text-align: center;
	font-size: 14pt;
	color: White;	
}

.advertHorizontal
{
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
}

.footer
{
    line-height: 40px;
    /*background: url(Images/pasek_niebieski.jpg) repeat-x;*/
    text-align: center;
    font-size: 12pt;
}

.topBaner
{
    width: 960px;
    height: 65px;
    margin-left: 10px;
    background-color: Black;
    color: White;
    font-size: 20px;
}

.button
{
    float: right;   
    height: 40px;
    width: 100px;
    background: url(Images/przycisk_up.gif) repeat-x;
    text-align: center;
}

.button a
{
    display: block;
    color: White;
    height: 40px;
    text-decoration: none;
}

.button a:hover
{
    background: url(Images/przycisk_over.gif) repeat-x;    
}
