body {
    background: #f7f7f7 url(../images/body-background.jpg) repeat-x top center;
    font: normal normal normal 12px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    width: 960px;
    height: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.hidden{
    display: none;
}
a{
    outline:0;
}
.both {
    clear: both;
}
#kontener{
    position:relative;
}
#lang-menu {
    position:absolute;
    top:0;
    right:0;
}	
#lang-menu ol{
    list-style-type: none;
    margin: auto 0;
    width:100%;
    height:32px;
}
#lang-menu ol li{
    float:left;
    margin: 0 5px;
    width:32px;
    height:100%;
}
#lang-menu ol li a{
    width:100%;
    height:100%;
    margin: 0 5px;
    display:inline-block;
}

#lang-icon-pl{
    background: url('../images/pl.png') no-repeat;	
}
#lang-icon-en{
    background: url('../images/en.png') no-repeat;
}
#top {
    width: 960px;
    height: 207px;
    display: inline-block;
    padding-bottom: 10px;
    background: url(../images/top-background.jpg) no-repeat center 32px;
}
.logo {
    width: 303px; 
    height: 77px; 
    background: url('../images/logo.png') no-repeat; 
    top: 69px; 
    margin-left: 20px; 
    display: block; 
    position: absolute;}
.woman {
    width: 370px; 
    height: 207px; 
    background: url('../images/woman-top.png') no-repeat; 
    margin-left: 472px;
}

#baner {
    width: 960px; 
    height:140px;
    float: left;
}
#baner h1{	
    margin-top:20px;
    font-weight:bold;
    font-size:3.5em;
    line-height:1.2;
    font-family: DejaVu,sans-serif;
}
@font-face{
    font-family: 'DejaVu';
    src: url('../fonts/DejaVuSans-Bold.ttf');
}

.button {
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    color: #ffffff;
    text-shadow:0 1px black;
    position:relative;
    background-color: #4471a9;
    padding: 10px 15px 10px 15px;
    border: 0;
    border-radius: 15px;
    background: #5884BC; 
    background-image: -webkit-linear-gradient(top, #5884BC, #395e8d);
    background: -o-linear-gradient(top, #5884BC, #395e8d);
    background: -moz-linear-gradient(top, #5884BC, #395e8d);
    background: linear-gradient(to bottom, #5884BC, #395e8d);
    box-shadow:0px 5px 0px #223955, 0px 8px 5px rgba(0,0,0,0.3);
    display:inline-block;
    min-width:150px;
    height:28px;
    margin: 5px;
}
.button:hover {
    top: 3px;
    background-color:#395e8d;
    box-shadow:0px 2px 0px #223955, 0px 4px 3px rgba(0,0,0,0.3);
}
#content {
    margin-top:10px;
    width: 960px; 
    float: left; 
    border-bottom: 5px solid grey; 
    border-top: 5px solid grey; 
    padding-top: 10px; 
    font-size:11px;
}
#content-top {width: 960px; float: left;}
#content-top-red {width: 960px; float: left; color:#CC0001; font-weight:bolder}
#content-top .box {width: 273px; padding: 10px; float: left; margin-right: 22px; margin-bottom: 15px; border: 1px dotted silver;}
.last {margin-right: 0 !important;}
#main {width: 100%; float: left; }
#main #sidebar {width: 273px; float: right; border: 1px dotted silver; border-bottom: 5px solid grey;}
#main #articles {width: 960px; float: left; border-bottom: 5px solid grey; padding-bottom: 10px; font-weight:bold}
#content-top-red #articles-red {width: 960px; float: left; border-bottom: 5px solid grey; padding-bottom: 10px; font-weight:bold; color: black}
#footer {margin-top: 10px; width: 960px; float: right; padding-bottom: 10px; }