body{
    font-family: arial, hevetca, sans-serif;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(slike/pozadina.jpg);
    font-size: 16px;
    color: #888;
    
}
#kutija{
    width:1200px;
    background-color: white;
    margin: 0 auto;
}
#logo{
    background-image: url(slike/logo.jpg);
    width: 1200px;
    height: 300px;
}
#izbornik{
    list-style-type: none;
    margin:0;
    padding: 0;
    background-color: beige;
    width: 1200px;
    overflow: hidden;
    
}
#izbornik li{
    float:left;
    border-right: 2px solid blue;
}
#sadrzaj{
    width: 1200px;
    }
#lijevo{
    width: 900px;
    float: left;
}

#desno{
    float:right;
    width: 300px;

}
#plutanje{
    clear: both
}
#podnozje{
    width: 1200px;
    float:right;
    height: 60px;
    background-color: beige;
    text-align: center;
}
p{
    padding: 10px;
    line-height:30px;
}
#izbornik a{
    display: block;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
}
#izbornik a:hover{
background-color: brown;
}
.aktivna{
    background-color: cornflowerblue;
}
h1, h2{
    text-align: center;
}
::selection{
    background-color: chocolate;
    color:blue;
}
.prvi::first-line{
    font-weight: bold;
    color:brown;
}
.slovo::first-letter{
    background-color: burlywood;
    color: blue;
    font-weight: bold;
    font-size: 36px;
    padding: 8px;
    float: left;
    line-height: 40px;
    margin-right: 5px;
}
.kraj::after{
    content: url(slike/kraj.png);
}
.text::before{
    content: "Lorem ipsum potječe od 1500.  Njezin autor je poznati rimski govornik Ciceron.";
    display: block;
    float: right;
    width: 200px;
    border-left: 3px solid blue;
    padding-left: 5px;
    margin-left: 5px;
    background-color: #eee;
    line-height: 25px;
    font-style: italic;
      
}
.slike img{
    opacity: 0.5;
    margin:10px;
}
.slike img:hover{
    opacity: 1;
}
