body {
    font-family: verdana, tahoma, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
    height: 100%;
    background-color: #d3d4d6;
    background-repeat: no-repeat;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(1, #d3d4d6));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #d3d4d6 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #d3d4d6 100%);
    /* IE7 IE8 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f1f1f1', endColorstr='#d3d4d6');
}
a {
    outline: 0;
    cursor: pointer;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
img {
    border: none;
    outline: none;
}
p {
    padding: 0;
    margin: 0 0 10px;
}
p.odeljak {
    margin-top:10px;
    padding-left:12px;
}
p.odeljak::first-line {
    padding-left:2px;
    font-weight:bold;
}

#wrapper {
    background: #FDFDFD url("images/content__960x758px.jpg") no-repeat;
}
header {
    height: 135px;
    width: 100%;
    background: transparent url("images/header_text__960x135px.jpg") no-repeat;
}
header a {
    position: relative;
    float: left;
    padding: 30px 65px;
    margin: 36px 30px;
    line-height: 0;
}
article {
    height: auto;
    text-align: center;
}
section {
    position: relative;
    float: left;
    padding: 20px 0 90px 0;
    height: auto;
}
section .shadow {
    display: inline;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding-bottom: 9px;
    background: transparent url("images/shaddow__460x11px.jpg") no-repeat left bottom;
}
section .shadow a {
    position: relative;
    float: left;
    display: inline;
}
section .shadow a img {
    width: 460px;
    height: 330px;
}
#link_1813 {
    background: transparent url("images/1813–1868_text__460x330px.jpg") no-repeat;
}
#link_1869 {
    background: transparent url("images/1869–1944_text__460x330px.jpg") no-repeat;
}
section #bottom_links {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
section #bottom_links .left {
    margin-left: 8px;
}
section #bottom_links .right {
    margin-right: 8px;
}
section #bottom_links a {
    position: relative;
    float: left;
    display: inline;
    color: #000000;
}
section #bottom_links a:hover {
    color: #bb884f;
}
section #bottom_links a span {
    line-height: 12px;
    padding: 14px 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-color: #e3d1bb #c3b39a #ad957d #c3b39a;

    -moz-border-image: -moz-linear-gradient(top, #e3d1bb 0%, #ad957d 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #e3d1bb 0%, #ad957d 100%);
    border-image: linear-gradient(to bottom, #e3d1bb 0%, #ad957d 100%);
    border-image-slice: 1;
}
footer {
    clear: both;
    height: 82px;
    background: transparent url("images/footer__960x82px.jpg") no-repeat;
    color: #fff;
    font-size: 10px;
    font-family: "Arial", "Helvetica", sans-serif;
    text-shadow: 1px 1px 2px #2F4F4F;
    cursor: default;
}
footer p {
    line-height: 10px;
    padding: 36px 25px;
}
footer .orange {
    color: #f6af19;
}
.ie7 .orange, .ie8 .orange {
    color: #ffa530;
}