#right_content_area .reklama {    
    margin-right:5px;
    margin-bottom:10px;
    background-image: url('/images/right_window_background.png');
    background-position:top left;
    background-repeat:repeat-y;
    overflow:visible;
    width:440px;     
}

#right_content_area .reklama .reklama_header {
    background-image: url('/images/right_window_header.png');
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:4px;
    padding-bottom:5px;    
    
}

#right_content_area .reklama .reklama_header .reklama_information {
    
    margin-left:4px;
    margin-right:8px;
    
    margin-bottom:10px;
       
}



#right_content_area .reklama .reklama_content p {
    margin:0 23px 5px 10px;
    text-align:justify;
    line-height: 16px;
    font-size:11px;
    
    color:#6c6c6c;   
    
}
#right_content_area .reklama .reklama_content p.presentation {
    padding-top:10px;
    text-align: center;
}
#right_content_area .reklama .reklama_content {
    padding-bottom:3px;
}

#right_content_area .reklama .reklama_content img {
    margin-right:5px;
    margin-bottom:5px;    
}

#right_content_area .reklama .reklama_header h2 {
    font-size:11px;     
    color:#5d656d;
    margin-left:5px;
    margin-right:10px;
    padding-top:5px;
    margin-bottom:3px;   
}





#right_content_area .reklama .reklama_footer {
    background-image: url('/images/right_window_footer.png');
    background-position:bottom left;
    background-repeat:no-repeat;
    padding-bottom:25px;
    height:5px;
    
}


