body {
    margin: 0;
    font: 13px Arial;    
}
#page {
    width: 947px;
    position: relative;
    margin: 0 auto;
    height: 700px;
    border-left: 1px solid #6AAF3E;
    border-right: 1px solid #6AAF3E;
    padding-left: 1px;
    padding-right: 1px;
}
#top_yel {
    background: #EBB439;
    height: 35px;
}
#top_bg1 {
    background: url(main_header.png) no-repeat;
    width: 947px;
    height: 165px;
}
#bg2 {
    background: url(obsah_bg_uvod.jpg) no-repeat;
    width: 947px;
    height: 297px;
}
#logo {
    position: absolute;
    top: 61px;
    left: 43px;
}
#nadpis {
    position: absolute;
    left: 366px;
    top: 346px;
    font: 1.4em Arial;
    letter-spacing: 1px;
    color: #3b3b3b;
}
#nadpis span {
    color: #005332;
}
#obsah {
    position: absolute;
    width: 520px;
    height: 300px;
    right: 0;
    bottom: 0;
}
#obsah a {
    margin-left: 50px;
    font: 1.4em Verdana; 
    color: RoyalBlue;   
}
#obsah a:hover {
    background: WhiteSmoke;
}
h1 {
    font: bold 1.3em Arial;
    letter-spacing: 1px;
    color: #3B3B3B;
    margin-bottom: 40px;
}
#bottomdiv {
    height: 150px;
    border-bottom: 3px solid #EBB439;
    background: url(bg_bottom.png) repeat-x;
}
img {
    border: 0;
}
.pad {
    margin-left: 30px;
}