﻿body {
background-image: linear-gradient(maroon, wheat);
}
#kontejner {
max-width: 873px;
text-align: center;
margin: 0 auto;
padding: 4px;
border: 1px solid black;
color: maroon;
background-image: linear-gradient(to right, wheat, white, wheat);
}
#naslov {
max-width: 865px;
text-align: center;
margin: 0 auto;
padding: 0 10px;
background-color: maroon;
color: wheat;
}
#meni {
display: table;
max-width: 865px;
margin: 0 auto;
border: 1px solid black;
background-color: white;
}
.ikona {
display: table-cell;
vertical-align: middle;
width: 100px;
height: 90px;
margin: 4px;
float: left;
}
#tekst {
max-width: 865px;
text-align: center;
margin: 0 auto;
}
#tekst a:link {
color: blue;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
#tekst a:visited {
color: blue;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
#tekst a:hover {
color: blue;
text-decoration: none;
font-style: italic;
font-weight: bold;
}
#tekst a:active {
color: red;
text-decoration: none;
font-style: italic;
font-weight: bold;
} 
#tekst p {
font-size: 14pt;
}
#tabela {
/*outline: dashed red 2px;*/
margin: 0 auto;
}
table {
width: 100%;
border: 1px solid black;
color: black;
background-color: white;
}
th, td {
border: 1px solid black;
text-align: center;
}
#napomene {
max-width: 865px;
text-align: left;
margin: 0 auto;
padding-top: 20px;
}
#bioskop {
max-width: 865px;
}
#bioskop video {
display: block;
margin: 0 auto;
border: 1px solid black;
} 