﻿#swimTitleOverview
{
    left: 5px;
    top: 2px;
    position: absolute;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    color: #034281;
}

.swimCloseClassOverview
{
    position: absolute;
    background-image: url("../Images/zakoncz.png");
    height: 16px;
    width: 16px;
    left: 230px;
    top: 1px;
    background-repeat: no-repeat;
    background-color: #7EA6CE;
}

.swimRollClassOverview
{
    position: absolute;
    background-image: url("../Images/zwin.png");
    height: 16px;
    width: 16px;
    left: 210px;
    top: 1px;
    background-repeat: no-repeat;
    background-color: #7EA6CE;
}

.swimming_headerClassOverview
{
    position: absolute;
    width: 251px;
    height: 20px;

    background-color: #7EA6CE;
    border: 1px solid #7777AA;
}

.swimming_winClassOverview
{
    position: absolute;
    left: -1px;
    top: 20px;
    width: 251px;
    height: 251px;
    border: 1px solid #7EA6CE;
    
}