/* 
    Document   : style
    Created on : 2010-08-03, 11:54:19
    Author     : Sebastian Karasiewicz
*/

body
{
    background-image:url('../src/tlo.jpg');
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none;
    text-align: center;
}
#header{
    width: 1024px;
    height: 210px;
    margin: auto;
    margin-top: -8px;
}
#header img{
    border: 1px solid black;
}
#content{
    height: 540px;
    width: 1100px;
    margin: auto;
}
#menu_left{
    margin-top: 40px;
    text-align: left;
    float: left;
    width: 280px;
}
#program{
    margin-top: 40px;
    width: 250px;
    float: left;
}
#program p{
    margin: 0;
    padding: 0;
    color: #7b0b12;
}
#menu_left p{
    margin: 3px;
}
#menu_left a{
    color: #28166F;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid gray;
}
#menu_left a:hover{
    text-decoration: underline;
}
#menu_right{
    float: right;
    width: 550px;
    margin-top: 40px;
    text-align: left;
    color: red;
    font-weight: bold;
    font-size: 15px;
}
#stopka{
    font-size: 11px;
    margin: auto;
    clear: both;
}
