/* všeobecná nastavení */
body, input, select, textarea, td, th, form, table, option {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 12px;
}
th {
    text-align: left;
}
body, input, select, textarea {
/*    background-color: #b9d6ed; */
    background-color: #a8c5db;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/*
textarea {
    width: 75%;
    height: 80px;
}
*/
/* bloky */
.full {
    width: 100%;
    height: 95%;
    background-image: url(pics/new_sloup.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.bannerHorizontal {
    margin: 10px;
}
.infoLine {
    font-size: 10px;
    text-indent: 10px;
    letter-spacing: 0.5em;
    background-color: gray;
    color: white;
    width: 100%;
    padding: 1px;
}
.topMenu {
    font-size: 11px;
    text-indent: 10px;
    background-color: gray;
    color: white;
    width: 100%;
    padding: 1px;
    text-align: right;
}
.LeftMenu {
/*    margin-top: 20px;*/
}
.LeftMenu td a{
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
}
.ListItem {
    margin: 5px;
    padding: 5px;
}
#borderBlock {
    margin: 5px;
    border: thin solid gray;
}
#bgRaster1 {
    background-image: url(pics/table_bg2.gif);
}
#bgRaster2 {
    background-image: url(pics/table_bg1.gif);
}
#bgRaster3 {
    background-image: url(pics/table_bg3.gif);
}
#headLine {
    text-decoration: underline;
    letter-spacing: 0.1em;
    margin-left: 1em;
    font-size: 12px;
    font-weight: bold;
}
