/* Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */

p{ 
    margin-left: 2em;
}
#pageTitle{
    margin-left: 0;
    font-size: 1.3333em;
    font-weight: bold;
    margin-bottom: 1em;    
}
.infoLine {
    margin: 1em 1em 1em 2em;
    font-weight: bold;
}
.sectionTitle {
    margin-bottom: 0.75em;
    font-size: 1.25em; /* 16px; */
    font-weight: bold;
    display: block;
}
.divider{
    border-top: 0.1667em /* 2px; */ solid lightgray;
    margin: 1em 2em 1em 0;
    width: 30em;
}
#obr {
    position: relative;
    height: 26em; /* 300px; */
    width: 35.3333em; /* 400px; */
    padding: 0.5em;
    border: 0.1667em /* 2px */ solid lightgray;
    float: right;
    background: white url(../images/dexNotebook.png) center no-repeat;
    /* background-size: 100% auto; */ /* CSS3 - vetsina dnesnich browseru umi */     
}
#plan{
    position: relative;
    height: 44.4167em; /* 593px; */
    width: 50.6667em; /* 512px; */
    margin: 1em 1em 1em 2em;
    padding: 0.5em;
    border: 0.1667em /* 2px */ solid lightgray;    
    background: white url(../images/mapa.png) center no-repeat;
}
#svCecha,#kohINoor,#kohINoor101,#ucebna{
    position: absolute;
    font-family: Arial,Helvetica,sans-serif;
    color: red;
    background-color: white;
    padding: 0.1667em; /* 2px; */
}            
#svCecha{
    top: 7.75em; /* 75px; */
    left: 12.3333em; /* 130px; */
}
#kohINoor{
    top: 18.8333em; /* 208px; */
    left: 25.25em; /* 285px; */
}
#kohINoor101{
    top: 23.5833em; /* 265px; */
    left: 17.3333em; /* 190px; */
}
#ucebna{
    top: 30.6667em; /* 350px; */
    left: 32.3333em; /* 370px; */
}
#sipka{
    position: absolute;
    top: 33.3833em; /* 385px; */
    left: 32.25em; /* 375px; */                
    width: 6.0833em; /* 73px; */
    height: 3.25em; /* 39px; */
    background: transparent url(../images/sipka.png);
}
#obal{
    margin: 1em 2em 25em 2em;        
}
