.clear {
    clear: both;
}

.meniu {
    padding-left: 20px;
}

.meniu a, .meniu a:hover, .meniu a:visited, .meniu a:active {
    color: #FFE889;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.meniu a:hover {
    color: #FBBB37;
}

.meniu p {
    margin: 2px 0 33px 0;
    padding: 0;
    color: #E52D02;
    font-family: Arial;
    font-size: 12px;
}

.meniu2 {
    padding-left: 0;
}

.meniu2 p {
    margin-bottom: 10px;
}

.text {
    padding: 0 100px 0 20px;
    background: url(../images/bg.repeat.jpg) repeat-y;
    color: #E18B11;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px; 
    line-height: 18px;   
}

.text h1, .text h2, .text h3 {
    color: #FFE889;
    font-family: Arial;
    font-weight: bold;    
}

.white {
    color: #FFFFFF;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

