/* 
    Document   : styl
    Created on : 2010-03-21, 17:28:38
    Author     : Loss
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #e2f4db;
    margin: 0;

}

#pasek {
    background-color: #22331c;
    text-align: center;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: absolute;


}

h1.paskowy{
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: Arial;
    font-size: 36px;
    font-style: oblique;
}

#srodek{
    position: absolute;
    left: 5%;
    right: 5%;
    top: 120px;
    margin: 0 auto;
    width: 80%;
    height: 70%;
}

#lewa{
    background-color: white;
    position: absolute;
    border: 1px solid #22331c;
    left: 10%;
    width: 300px;
    height: 410px;
    
}

#prawa{
    background-color: white;
    position: absolute;
    border: 1px solid #22331c;
    right: 10%;
    width: 500px;
    height: 410px;
    padding-left: 15px;
    padding-right: 15px;
}

#oferta{
    background-color: white;
    position: absolute;
    border: 1px solid #22331c;
    left: 10%;
    right: 10%;
    top: 100px;
    width: 325px;
    height: 325px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

h2.lewy{
    margin-top: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: 24px;
    font-weight: lighter;
    color: #7a9172;
}

h2.prawy{
    margin-top: 5px;
    text-align: center;
    font-family: Verdana;
    font-size: 24px;
    font-weight: lighter;
    color: #7a9172;
}


#stopka {
    display: none;
    background-color: #22331c;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

font.tform{
    margin-left: 15px;
    margin-right: 15px;
}

input,textarea.pole{
    text-align: center;
    background-color: #ecf4e9;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid black;
}

select.pole{
    text-align: center;
    background-color: #ecf4e9;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid black;
}

input.dwyslij{
    background-color: #22331c;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid black;
    color: white;
}
