html, body {
    width: 760px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-size: 10pt;
    line-height: 13pt;
    color: #000000;
    font-family: tahoma, arial, helvetica, sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
    scrollbar-face-color: #CEC8BA;
    scrollbar-highlight-color: #E4E1DA;
    scrollbar-3dlight-color: #A48D72;
    scrollbar-shadow-color: #CEC8BA;
    scrollbar-darkshadow-color: #663300;
    scrollbar-arrow-color: #A48D72;
    scrollbar-track-color: #E4E1DA;
}

#lewa {
    width: 200px;
    height: 378px;
    float: left;
    border-left: solid #DBDBDB 2px;
    border-right: solid #DBDBDB 2px;
    padding-left: 10px;
    padding-right: 0px;

}

#pole {
    margin-left: 10px;
    width: 500px;
    height: 378px;
    float: left;
    clear: right;
    overflow: scroll;
    overflow-x: hidden;
}

p {
    margin: 0px;
    margin-right: 10px;
    clear: both;
}

a {
    color: #427bd6;
    text-decoration: underline;
}

a:hover {
    color: #427bd6;
    text-decoration: none;
}

td {
    font-size: 10pt;
    line-height: 13pt;
    color: #000000;
    font-family: tahoma, arial, Helvetica, sans-serif;
}

h1 {
    margin-top: 0px;
    color: #5577bb;
    font-size: 13pt;
    line-height: 13pt;
    font-family: Helvetica, Tahoma, Arial,sans-serif;
}

.galitem {
    width: 128px;
    height: 120px;
    background-image: url('../gfx/galitembg.jpg');
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 0 1px;
}

.galimg {
    margin: 12px 0 8px 11px;
    width: 104px;
    height: 71px;
    border: solid #666 1px;
}

a.gallink {
    font-weight: normal;
    font-size: 11px;
	 text-decoration:none;
}

a.gallink:hover {
    font-weight: normal;
    font-size: 11px;
	 text-decoration:underline;
}

p.galdesc {
    width: 128px;
    clear: both;
    text-align: center;
    line-height: 14px;
}
