/* 
    Document   : web
    Created on : 2009-07-28, 12:35:13
    Author     : spsoft
*/

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

@IMPORT url('menu.css');
@IMPORT url('box.css');
@IMPORT url('slider.css');
@IMPORT url('form.css');
body {
    margin:0px auto;
    background:#fbfbfb;
    font:11px tahoma;
    overflow:hidden;
}

.web{
    width:771px;
    margin:0px auto;
    position:relative;
}
.webg{
    background:#fff;
    width:100%;
    height:100%;
    margin:0px auto;
    overflow:hidden;
    padding:0 0 30px 0;
    }
#bar{
    height:8px;
    background:url('../img/bar.gif');

}

#top{
    width:771px;
    margin:40px 0 35px 0;
    padding:0 0 14px 0;
    border-bottom:1px solid #dadada;
    position:relative;
}
#logo{
    width:184px;
    height:28px;
    background:url('../img/logo.gif');
}

#stopka{
    border-top:1px solid #eeeeee;
    }

#stopka p span{color:#3678a6; font-weight:bold;}
#stopka p{color:#656567; border-bottom:1px solid #f2f2f2; margin:0;padding:10px 0 10px 0;}

#stopka ul.stopkamenu{list-style:none;padding:0; margin:10px 0 10px 0; float:right;}
#stopka ul.stopkamenu li{list-style:none;padding:0; margin:0 0 0 20px; float:left;}
#stopka ul.stopkamenu li a{color:#656567; text-decoration:none;}
#stopka ul.stopkamenu li a:hover{color:#3678a6;}

a{color: #3678a6; text-decoration:none;}
a:hover{text-decoration:underline;}

#flag{
    position:absolute; top:-20px; right:0px;
}
#flag ul, #flag li{list-style:none; padding:0; margin:0;}
#flag li{float:left; margin-left:10px;}
#flagPL{
        background:url('../img/pl.gif');
        width:15px;
        height:13px;
        display:block;
}
#flagENG{
        background:url('../img/eng.gif');
        width:15px;
        height:13px;
        display:block;
}
#flagNPL{
        background:url('../img/npl.gif');
        width:15px;
        height:13px;
        display:block;
}
#flagNENG{
        background:url('../img/neng.gif');
        width:15px;
        height:13px;
        display:block;
}