
.katalog {
    /*margin-top: 5px;*/
    width: 100%;
    float: left;
}

.katalogdetail {
    min-height: 210px;
}

.katalogdetail p {
    width: 100%;
}

.katalogdetail p span {
    display: inline-block;
    width: 120px;
    float: left;
    font-weight: bolder;
}

.katalogdetail div span {
    display: inline-block;
    width: 120px;
    float: left;
    font-weight: bolder;
}

.katalogdetail .rowdetail {
    width: 100%;
    display: inline-block;
}

.katalogdetail .rowdetail span {
    width: 110px;
    display: inline-block;
    text-align: left;
}

.katalogdetail .rowdetail .udaje {
    width: 375px;
    text-align: justify;
    font-weight: normal;
}

.katalogdetail .logo {
    display: inline-block;
    width: 200px;
    float: right;
    z-index: 0;
}

.katalog .header {
    font-size: 12px;
}


.alphaser li {
    display: inline-block;
    width: 20px;
    margin-left: 4px;
    text-align: center;
    background-color: #fff;
}

.alphaser li a {
    color: black;
}

.alphaser li.active a {
    background-color: #e32;
    color: white;
    border: 2px solid #e32;
    border-radius: 10px;
}

.alphaser li:hover a {
    background-color: #e32;
    color: white;
    border: 2px solid #e32;
    border-radius: 10px;
}

