﻿.ContentHolder
{
    height: 700px;
    margin-left: 2px;
    width: 1000px;
    float:left;    
}
.FlashPanel1
{
    width: 983px;
    height:163px;
    background:url("../images/flash_program_bg.png");
    margin-bottom:9px;
    margin-left:9px;
    padding-left:2px;
    *padding-top:2px;
    *height:161px;  
}
.FlashPanel2
{
    width: 984px;
    height:99px;
    background:url("../images/flash_places_bg.png");
    margin-left:9px;
    padding-left:2px;
    padding-top:2px;
}

/***************** NEWSY STRONA GŁÓWNA ************************/
.NewsHolder
{
    width:984px;
    height:157px; 
    margin-left:9px;
    margin-right:7px;
  
}
.NextConcert,
.Bands,
.Places
{
    float:left;
    height:157px;
}
.NextConcert
{
    width:300px;
} 
.Bands
{
    width:296px;
    float:left;
    padding: 0px 43px;
        
}
.Bands .BandsNews
{
    height: 137px;
    overflow: hidden;    
}
.Bands .BandsNews .BandsTitle
{
    color: #E10082;
    font-size: 20px;
    font-weight: bolder;
    padding: 6px 0;
    text-align: left;
}
.Bands .BandsNews .BandsText
{
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
}

.Places
{
    width:302px;
    height:136px;
    padding: 11px 0;
    float:left;
    overflow:hidden;
    
}
.Places .ImageBackground
{
    height:134px;
    width:148px;
    display:block;
    float:left;
    margin-left:3px;
}

.ReadMoreConcert
{
    width:117px;
    height:12px;
    float:left;
    margin-left: 6px;    
    position:relative;
    top:-12px;
}

.ReadMoreBand
{
    width:117px;
    height:12px;
    float:left;   
    
}

.ProgramTitle
{
    font-size: 30px;
    text-decoration: underline;   
    border: 1px solid yellow; 
    text-align: center;
}       

/***************** EOF NEWSY STRONA GŁÓWNA ************************/

