body {
    margin: 0px; 
    border: 0px; 
    background: #3f3f3f;
    font-size: 11px; 
    font-family: Arial Narrow normal, Arial, Helveica, sans-serif; 
    font-weight: normal;
}

.main {
width:100%;
}

.header {
width:700px;
width:200px;
background: #3f3f3f url('gfx/wachlarz_gora.png') no-repeat;
}

.content {
width:500px;
width:400px;
}

.menu {
width:200px;
width:400px;

}

.footer {
width:700px;
width:200px;
background: #3f3f3f url('gfx/wachlarz_dol.png') no-repeat;
}

.img {border: 0px}

.lang {
    background: #3f3f3f url('gfx/pl_en.jpg') no-repeat;
    height: 300px;
    width: 400px;
    position:absolute;
    top:300px;
    left:150px;
}
.lnkLang {
    margin-left:200px;
    margin-top:220px;
    display:block;
}

a { 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 16px; 
    font-family: Arial Narrow normal, Arial, Helveica, sans-serif; 
    color: #6c6c6c; 
}

a:hover { 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 16px; 
    font-family: Arial Narrow normal, Arial, Helveica, sans-serif; 
    color: #8f8f8f; 
}

