/*
html
{
scrollbar-face-color: #bb2921;
scrollbar-shadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #bb2921;
scrollbar-darkshadow-color: #bb2921;
scrollbar-track-color: #bb2921;
scrollbar-arrow-color: white;
}
*/

body
{
font-family: Arial, serif;
margin: 10 10 10 10;
font-size: 12px;
background-color: #edfdec; /*#bb2921;*/
background-repeat: repeat-y;
/*background-image: url(img/ozadje.jpg);*/
background-position: top center;
}

img
{
border: none;
}

table.glavna
{
width: 750px;
/*height: 100%;*/
}

td.vsebina
{
background-color: white;
height: 400px;
width: 600px;
}

td.rdeca
{
background-color: #d70000;
font-family: Times New Roman, serif;
color: white;
}

td.siva
{
background-color: #b4b4b4;
/*width: 10px;*/
}

h1
{
font-family: Times New Roman, serif;
font-size: 20px;
margin-bottom: 0px;
margin-top: 0px;
}

h2
{
font-family: Times New Roman, serif;
font-size: 14px;
margin-bottom: 0px;
margin-top: 0px;
}

h3
{
font-size: 16px;
color: black; //#bb2921;
/*text-decoration: underline;*/
margin-bottom: 8px;
margin-top: 0px;
background-color: #b4b4b4;
}

h4
{
color: black;
font-size: 14px;
font-weight: bold;
}

address
{
font-style: normal;
}

hr
{
color: #bb2921;
background-color: #bb2921;
}

a
{
color: blue;
text-decoration: none;
}

a:hover
{
color: #bb2921;
}

a.meni
{
margin-left: 30px;
color: black;
font-family: Arial, serif;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

a.meni:hover
{
color: red;
/*text-decoration: underline;*/
}

