/* 
    Document   : style
    Created on : 2011-01-30, 20:31:41
    Author     : darek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
    display: block;

}
/*STRONA*/
body {

    font-size: 10px;
    background-color: #ffffff;
    text-align: justify;
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    background-position: center;
}
P {FONT-SIZE: 10pt; FONT-FAMILY: Verdana,Arial,Sans; TEXT-ALIGN: justify}
P.M {FONT-SIZE: 8pt; FONT-FAMILY: Verdana,Arial,Sans; TEXT-ALIGN: left}

#b1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    background-color: #ffffff;
    background-attachment: none;
    background-position: center;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    width: 100%;
    height: 100px;
}

#b11 {

    width: 1000px;
    height: 90px;
    background-position: center;
}
#b2 {

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    background-color: #007100;
    text-align: center;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    width: 100%;
    height: 400px;
}
#b3 {

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-color: #007100;
    border-bottom-width: 1px;
}
#b5 {

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8px;
    background-color: #007100;
    width: 100%;
    height: 160px;
    text-align: center;
    vertical-align: top;
}
#b51 {

    width: 1000px;
    height: 150px;
    background-image: url(images/bgfoot.jpg);
    
    text-align: center;
    background-position: center;
    position: relative;
    vertical-align: middle;
}
#b511{

    width: 250px;
    height: 140px;
    text-align: left;
    vertical-align: middle;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

A:link {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
A:active {COLOR: #ff0000;
    text-decoration: none;
}
A:visited {
    color: #000000;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
A:hover {
    color: #999999;
    text-decoration: none;
}

ul {
padding: 0;
margin: 5px;/* tutaj ustawiasz sobie wciecia */
list-style: none;
}
ul1 {
padding: 0;
margin: 0px;/* tutaj ustawiasz sobie wciecia */

}
