/* 
    Document   : style
    Created on : 2009-10-30, 01:20:27
    Author     : bartek@fratu.pl
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* {
    padding: 0;
    margin: 0;
    border:0;
}

a{
    padding:0;
    margin:0;
}
root { 
    display: block;
}

html{
    background-image:url("tlo.jpg");
}

body{
    margin:5% auto 0 auto;
    width:1020px;
    height:360px;
    display:block;
    padding:0;
}

#lewa{
    float:left;
    background-color:#012b7f;
    width:360px;
    height:360px;
    margin:0;
    padding:0;
    color:#fff;
    font-weight:700;
    font-size:18px;
}

#lewa p{
        text-align:right;
        margin:40px 10px 10px 0;
}

#lewa h2{
    margin:0 0 0 7px;
    padding:0;
    color:#fff;
    font-weight:700;
    font-size:18px;
}

#prawa{
    float:right;
    background-image:url("rain.jpg");
    width:660px;
    height:350px;
    margin:0;
    padding:0;
}

#menu{
    width:660px;
    height:64px;
    margin:0;
    background-image:url("pasek.jpg");
    position:relative;

}
.pozycja{
  
    margin:20px 200px 20px 0;
    height:100%;
    padding:0 150px 0 150px;
  
}
#menu .pozycja2{
    height:62px;
    width:305px;
    display:block;
    float:left;
    margin:0;
}

.pozycja2 a:hover, .pozycja:hover{
   background-color:#012b7f;
   margin:0;
   padding:22px 150px 20px 151px;
}

#menu .pozycja {
    color:#8bd800;
    font-weight:800;
    position:relative;
    top:22px;
    font-size:18px;
}
#menu .pozycja2 a{
    text-decoration:none;
}

#tresc{
    color:#000715;
    position:relative;
    height:340px;
    font-size:17px;
}


#tresc h1{
    font-size:22px;
    letter-spacing:0.1em;
    margin:15px 0 10px 30px;
}

#tresc ul{
    margin:2px;
    padding:0;
}

#tresc li{
   margin:5px 10px 0 40px;
   padding:0;
}
.dol{
    position:absolute;
    bottom:115px;
    right:10px;
}
.producenci{
    position:absolute;
    bottom:59px;

}

#start{
height:296px;
background-image:url("rain.jpg");
width:100%;
}

