
/******************************************************************************/
/* RESET TO DEFAULT VALUES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:                 0;
    padding:                0;
    border:                 0;
    outline:                0;
    font-size:              100%;
    vertical-align:         baseline;
    background:             transparent;
}
body {
    line-height:            1;
}
ol, ul {
    list-style:             none;
}
blockquote, q {
    quotes:                 none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:                '';
    content:                none;
}
:focus {
    outline:                0;
}
ins {
    text-decoration:        none;
}
del {
    text-decoration:        line-through;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse:        collapse;
    border-spacing:         0;
}


/******************************************************************************/
/* MAIN CSS */
body{
    font-family:            Arial, Helvetica, sans-serif;
    font-size:              11px;
    line-height:            16px;
}
a{
    color:                  #000;
}
.logo{
    text-align:             center;
    padding:                20px 0 10px 0;
}
.heading{
    text-align:             center;
}
.content{
    width:                  438px;
    margin:                 0 auto;
    overflow:               auto;
    padding-bottom:         20px;
}
.klienti{
    width:                  50%;
    float:                  left;
}
.klienti a{
    display:                block;
    font-variant:           small-caps;
    margin:                 0 10px;
    padding:                4px;
    text-align:             center;
    color:                  #000;
    text-decoration:        none;
    border-top:             solid 1px #FFF;
    border-bottom:          solid 1px #FFF;
}
.klienti a:hover{
    border-top:             dotted 1px #C3D5DF;
    border-bottom:          dotted 1px #C3D5DF;
    background-color:       #EFEFEF;
}
.kontakt{
    width:                  50%;
    float:                  left;
    text-align:             center;
    line-height:            150%;
}
.klienti h2{
    margin:                 14px 0 15px 74px;
}
.kontakt h2{
    margin:                 14px 0 15px 0;
}
.kontakt .social{
    margin:                 6px 0 0 0;
}
