.elektro h1{
    background-color: #c80000;
    color: white;
    font-size: 24px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
    padding: 10px;
}
.elektro h2{
    color: #c80000;
    font-size: 20px;
    margin-bottom: 5px;
}
.elektro .top{
    padding: 10px;
    margin-top: 0px;
    background-color: #ededed;
    border-radius: 0px 0px 10px 10px;
}
.elektro .hr{
    border-top: 2px dotted #444444;
    margin: 10px;
    clear: both;
}
.elektro .produkt{
    float: right;
    margin-right: 15px;
}
.elektro .popis{
    margin-right: 250px;
    margin-left: 15px;
}
.elektro a{
    color: #c80000;
}