html, body, img, form, input, ul, li, a, h1, h2, h3, h4, p, span {
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
    background: url('images/background.jpg') #ddd top repeat-x;
    text-align: center;
}

a:link, a:active {
    color: #171f65;
}

a:visited {
    color: #565fb3;
}

a:hover {
    color: #001aff;
}

#right_bg {
    margin-top: 20em;
    float: right;
    background: url('images/bg_right.jpg') repeat-x;
}

#page {
    margin: 0 auto;
    width: 772px;
    background: url('images/bg_content.jpg') #fff repeat-y;
    text-align: left;
}

    #bg_left_top, #bg_right_top {
        width: 6px;
        height: 199px;
        float: left;
    }
    
    #header {
        width: 760px;
        height: 150px;
        float: left;
        background: url('images/bg_header.jpg') #fff top repeat-x;
    }
    
        #logo {
            width: 111px;
            height: 112px;
            margin: 10px 37px;
            float: left;
        }
        
        #banner {
            width: 362px;
            height: 133px;
            float: left;
            display: inline;
        }
        
        #header_nav {
            width: 191px;
            height: 131px;
            float: left;
            margin-left: 11px;
        }
        
            #szukaj {
                width: 191px;
                height: 122px;
                background: url('images/bg_szukaj1.jpg') #19216b top repeat-x;
            }
            
                #title_szukaj {
                    height: 21px;
                    margin-top: 6px;
                    margin-left: 25px;
                }
                
                #szukaj_form {
                    width: 95px;
                    height: 13px;
                    background: #f6f6f6;
                    border: 1px solid #1e277f;
                    margin-top: 7px;
                    _margin-top: -19px;
                    margin-left: 25px;
                    padding-top: 1px;
                    padding-left: 3px;
                    font: 10px verdana, sans-serif;
                }
                
                #szukaj_botton {
                    width: 27px;
                    height: 22px;
                    background: url('images/button_szukaj.jpg') #fff no-repeat;
                }
            
            #szukaj_bottom {
                width: 191px;
                height: 11px;
                display: block;
                margin-bottom: 0px;
            }
            
            #jezyk {
                width: 191px;
                height: 21px;
                background: transparent;
                margin-top: 2px;
                font: 11px verdana, sans-serif;
                color: #171f65;
            }
            
                #title_jezyk {
                    height: 18px;
                    margin-left: 25px;
                }
                
                #jezyk a{
                    text-decoration: none;
                }
                
                #jezyk ul {
                    list-style-type: none;
                    margin-top: 4px;
                    _margin-top: 2px;
                    margin-left: 25px;
                }
                
                #jezyk li {
                    display: inline;
                    margin-right: 10px;
                }
                
    #left_column {
        width: 190px;
        float: left;
        margin-left: 6px;
        margin-top: -49px;
        display: inline;

    }
    
    
        
        
        #left_column .submenu, #left_column .submenu:hover {
            background: url('images/submenu_bg.jpg') no-repeat #1e277f left top;
            border-bottom: 1px solid #ebebeb;
            padding-left: 30px;
            width: 125px;
            color: #fff;
        }
        
        #left_column .submenu:hover {
            text-decoration: underline;
        }
        
        #left_column a.gorna {
            border-top: 1px solid #11195b;
        }
    
    #content {
        width: 354px;
        margin-top: -49px;
        float: left;
        border-top: 5px solid #ebebeb;
        
        padding-top: 15px;
        
        font: 0.7em verdana, sans-serif;
        color: #454545;
        text-align: justify;
        line-height: 1.3em;
    }
    
        #content h3 {
            font: bold 1.1em verdana, sans-serif;
            color: #11195b;
            margin-bottom: 19px;
            margin-left: 10px;
        }
        
        #content p {
            margin: 5px 0px;
            padding: 0px 15px;
        }

        #content .naprzemienny {
            background: #ebebeb;
            padding: 9px 0px 0px 0px;
        }
        
        #content .b {
            font-weight: bold;
        }
        
        .wiecej, #homologacjapl .wiecej2, #homologacjaen .wiecej2 {
            display: block;
            text-align: right;
            padding-right: 12px;
            background: url('images/wiecej.jpg') right no-repeat 5px;
            margin-top: 5px;
            padding-bottom: 5px;
        }
        
        #homologacjapl .wiecej2, #homologacjaen .wiecej2 {
            background: url('images/wiecej2.jpg') right no-repeat;
            color: #fff;
        }

    #right_column {
        width: 216px;
        margin-top: -49px;
        padding: 0px 0px 30px 0px;
        float: left;
        font: 0.6em verdana, sans-serif;
        text-align: justify;
        color: #454545;
    }
    
        #right_column p {
            margin: 5px 32px;
            clear: both;
        }
        
        #right_column .title {
            margin: 10px 0px;
            _margin-top: 0px;
        }
    
            #right_column p img {
                float: left;
                margin-right: 8px;
            }
            
            #homologacjapl {
                width: 216px;
                height: 101px;
                background: url('images/pl/homologacja_bg.jpg') no-repeat top right ;
                margin-top: 5px;
                padding-top: 35px;
                clear: both;
                color: #fff;
            }
            
            #homologacjaen {
                width: 216px;
                height: 101px;
                background: url('images/en/homologacja_bg.jpg') no-repeat top right ;
                margin-top: 5px;
                padding-top: 35px;
                clear: both;
                color: #fff;
            }
            
            
            
    #content_bottom {
        width: 772px;
        height: 5px;
        clear: both;
        background: url('images/bg_footer_top.jpg') no-repeat left top;
    }

    #footer {
        width: 760px;
        height: 17px;
        margin-left: 6px;
        _margin-top: -14px;
        padding-top: 9px;
        clear: both;
        background: url('images/bg_footer.jpg') repeat-x top;
        
        font: 0.6em verdana, sans-serif;
        text-align: center;
        color: #fff;
    }
    
    #footer_bottom {
        width: 772px;
        height: 9px;
        margin: 0px;
        padding: 0px;
        background: url('images/bg_footer_bottom.jpg') no-repeat top left;
    }        