div#cms
{
    position: relative;
    background: #bfe1ee;
    margin: auto;
    margin-top: 5px;
    width: 1024px;
    height: 500px;
}



div#cms div#head
{
    position: absolute;
    color: white;
    font-size: 8pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid white;
    padding-left: 10px;
}


div#cms div#dane
{
    position: absolute;
    background: white;
    color: black;
    top: 19px;
    left: 4%;
    width: 90%;
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid  #bfe1ee;
}


div#cms div#dane
{
    background: white;
}



div#plan h3
{
    margin: 0px;
}

div#plan ul 
{
    margin: 2px;
}

div#plan table
{
    width:100%;
    height: 200px;
}

div#plan td
{
    width: 5%;    
    height: 20px;
    border: 1px solid black;
    text-align: center;
}
