html, body {margin: 0; padding: 0; border: 0;}
body {
    color: #505050;
    font-family: Tahoma,  Verdana, Arial;
    background: #445566;
    font-size: 11px;
}
select, input, textarea {
    color: #505050;
    font-family: Tahoma,  Verdana, Arial;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
.input {border: 1px solid #dedede; margin: 0px; padding: 0px;}
a {
  color: #505050;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}
h1 {font-size: 16px;}
.butina{
    background: #eeeeee;
}

.MainMeniu {
    text-align: center;
    background: url('images/menu_off.gif') no-repeat #ffffff;
    font-weight: bold;
    float: left;
    display: block;
    color: #888888;
    text-decoration: none;
    width: 100px;
    padding: 5px;
}

.MainMeniu_active {
    text-align: center;
    background: url('images/menu_on.gif') no-repeat #ffffff;
    font-weight: bold;
    float: left;
    display: block;
    color: #000000;
    text-decoration: none;
    width: 100px;
    padding: 5px;
}
.MainMeniu:hover {
    text-align: center;
    background: url('images/menu_h.gif') no-repeat #ffffff;
    font-weight: bold;
    float: left;
    display: block;
    color: #333333;
    text-decoration: none;
    width: 100px;
    padding: 5px;
}
a.psl_link {
    color: #eeeeee;
    font-weight: bold;
}

