/* 
    Document   : core
    Created on : 2011-09-29, 09:20:02
    Author     : Rafal
    Description:
        Purpose of the stylesheet follows.
*/

/* Style ogólne */
*{
    outline:none;
    margin:0px;
    padding:0px;
/*    border:0px;*/
}

.clear{ 
    clear:both;
}

.align_left{ 
    text-align:left;
}

.align_right{ 
    text-align:right;
}

.align_center{
    text-align:center;
}

.float_left{
    float: left;
}

.float_right{
    float: right;
}

a img{ 
    border:none;
}

a{
    color:#175478;
}

p{ 
    margin:5px 0;
}

.box p{
    margin-top: 0;
    padding-top: 5px;
}

body { 
    margin:0px;
    text-align:center;
    font:12px/19px Arial,Tahoma;
}

#layout{
    margin:0 auto;
    text-align:center; 
}

#top_wrapper,
#middle_wrapper{
    background-color: #ffffff;
    width: 1000px;
    margin: 0 auto;
}

#layout_wrapper.home #middle_wrapper{
    padding-top: 10px;
}

#bottom_wrapper{
    background: url('../images/foot_bg.jpg') repeat-x;
}

#top, #middle, #bottom{
    width: inherit;
    height: auto;
}

#bottom_boxes{
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 13px 0;
}

.nostyle, .nostyle ul{
    list-style:none !important;
}
