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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header{background:#FF0000;width:100%;float:left;height:350px;overflow:hidden;}
.sirina{width:1000px; margin:0 auto;}
.crta{float:left; margin-top:10px;width:100%;border-bottom:1px solid #ff0000;}
.sadrzaj{flaot:left; width:100%; position: relative;}
footer{width:100%; float:left;background:#c0c0c0; border-top:1px solid #000;padding:10px 0}
footer .sirina{text-align: center;}
.sadrzaj .sirina{position:relative;}
.skrinja{display:inline-block;float:left;width:980px;position:relative;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px -1px 13px -4px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px -1px 13px -4px rgba(0,0,0,0.74);
    box-shadow: 0px -1px 13px -4px rgba(0,0,0,0.74);
    border-radius: 10px;

    margin-left:10px;
    top:-60px; left:0;
    padding-bottom:20px;


}

.content{background:#f3f3f3;padding:15px;width:666px;float:left;margin:10px 0 10px 10px;border-radius: 10px; border:1px solid #e4e4e4;}
.desno{float:left; margin-top:30px;margin-left:30px;}

.izbornik{background:#FF0000;width:200px;padding:10px;border-radius:10px;border:1px solid #c0c0c0;padding-top:10px;overflow:hidden}

ul.menu li {
    list-style: outside none none;
    margin-bottom: 6px;
    padding-bottom: 6px;}


 ul.menu a, ul.menu .item {
    background-position: 0 2px;
    background-repeat: no-repeat;
    color: #c0c0c0;
    display: block;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 140%;
    padding: 0 0 0 18px;
}
 ul.menu a,  ul.menu .item span {
    background-image: url("img/arrow.png");text-decoration: none;
}

.kontakt{padding:10px;margin-top:10px; border:1px solid #c0c0c0;border-radius:10px;width:200px;font:11px arial;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #f7f7f7 57%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(57%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#f7f7f7 57%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#f7f7f7 57%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#f7f7f7 57%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#f7f7f7 57%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}






