html {
    background-color: #e6e9e9;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 0em 4em 2em 4em;
    max-width: 950px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #585858;
    background-color: #ffffff;
}

#header {
    position: relative;
    height: 75px;
    padding-top: 30px;
}

#footer {
    position: relative;
    height: 25px;
}

h1, h2, h3, h4, h5, h6 {
    color: #50729a;
    font-weight: 600;
    line-height: 1.3em;
}

h2, h3 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

#linia {
    margin-top:20px;
    border-bottom: 1px solid #00b1ff; 
}

.logo {
    position: relative;
    width: 190px;
    height: 55px;
    background: url(grafika/classen_logo.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.pl, .de, .en, .bg, .cz, .est, .fin, .hu, .ro, .rus, .sk, .lt {
    position: relative;
    margin-right: 43px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
}

.pl {
    background: url(grafika/Poland.png);
}

.de {
    background: url(grafika/Germany.png);
}

.en {
    background: url(grafika/United-Kingdom.png);
}

.bg {
    background: url(grafika/Bulgaria.png);
}

.cz {
    background: url(grafika/Czech-Republic.png);
}

.est {
    background: url(grafika/Estonia.png);
}

.fin {
    background: url(grafika/Finland.png);
}

.hu {
    background: url(grafika/Hungary.png);
}

.ro {
    background: url(grafika/Romania.png);
}

.rus {
    background: url(grafika/Russia.png);
}

.sk {
    background: url(grafika/Slovakia.png);
}

.lt {
    background: url(grafika/Latvia.png);
}

.up {
    position: relative;
    top: 8px;
    left: 4
        px;
    width: 32px;
    height: 32px;
    background: url(grafika/up.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.inline {
    display: inline-block;
}

.flaga {
    position: relative;
    top: 4px;
    left: 38px;
    font-weight: 600;
    
}

.back {
    position: relative;
    top: -10px;
    left: 220px;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.lang {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

a {
    text-decoration:none; 
    color: #50729a;
}