body {
    background-color: #e2e2e2;
    background-image: url('design/bg.png');
    background-repeat: repeat-x;
    padding: 0px 0px 5px 0px;
}
a:link {
    text-decoration: none;
    color:#000000;
}
a:visited {
    text-decoration: none;
    color:#000000;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}

.stran_tekst {
font-family: verdana;
font-size: 12px;
color: #4a4a4a;
}
.stran_naslov {
font-family: verdana;
font-size: 13px;
font-weight: bold;
color: #4a4a4a;
}
.stran_strani {
font-family: verdana;
font-size: 11px;
color: #4a4a4a;
}
.stran_registracija
{
text-align: left;
color: #000000;
font-family: verdana;
font-size:11px;
padding-left:3px;
}
.stran_ok
{
text-align: left;
color: #38c600;
font-family: verdana;
font-size:11px;
padding-left:3px;
}
.stran_napaka
{
text-align: left;
color: #FF0000;
font-family: verdana;
font-size:11px;
padding-left:3px;
}
.footer
{
font-family: verdana;
font-size: 9px;
color: #bdbfbe;
}
