/* općenito ueđivanje */
body {
    font-family: tahoma, sans-serif;
}

header {
    width: 100%;
    height: 150px;
    background-color: #6e885b
}

nav {
    background-color: #bcc19c;
    padding-top: 20px;

}

header h1 {
    color: #fff;
    text-align: center;
    font-family: Georgia, serif;
    padding-top: 50px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding-right: 15px;

}

nav a:hover {
    color: #52214b;
}

section {
    min-height: 480px;
}

h2 {
    color: #6e885b;
    border-bottom: #6e885b 2px dotted;
}

section a {
    color: #a36d9c;
}

section a:hover {
    color: black;
}

/* uređivanje slika*/
section img {
    width: 50%;
    border-radius: 20px;
}

/* plutanje slika */
main img {
    float: left;
    padding-right: 15px;
}

footer {
    background-color: #6e885b;
    width: 100%;
    height: 50px;

}

/* Uređivanje lista - vrste.html */
article {
    width: 200px;
    margin: 0 auto;
}

li {
    padding-bottom: 6pt;
    padding-left: 15px;
    list-style-type: square;
}

li:hover {
    background-color: #693661;
}

main {
    width: 900px;
    min-height: 480px;
    margin: 0 auto;
}

/* Uređivanje Tablice Table Border */

table {
    border:#6e885b 2px solid;
    border-collapse: collapse;
    margin: 0 auto;
}