body {
    background-color: #FEED98;
    color: black;
    background-image: url(../Images/pozadi.png);
    background-position: center center;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

#canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 560px;
	height: 525px;
}

#content {
    background-color: transparent;
    color: #a97d5d;
    overflow: auto;
}

.print {
    display: none;
}

table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
    margin: 0px;
}

th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    margin: 0px;
}

thead td {
    font-weight: bold;
}

a:link, a:hover, a:active, a:visited {
    color: #a97d5d;
}

h1 {
    font-size: 14px;
    font-weight: bold;
}

h2 {
    font-size: 13px;
    font-weight: bold;
}

/* Posuvniky (zacatek) */
#scrollButtons {
    display: none;
}
#scrollButtonD {
    width: 27px;
    height: 28px;
    cursor: pointer;
}
#scrollButtonU {
    width: 27px;
    height: 28px;
    cursor: pointer;
}
/* Posuvniky (konec) */

/* Zobrazeni skupin - Show Groups (zacatek) */
div.groupItem {
    width: 100%;
    padding: 0px 0px 30px 0px;
    margin: 0px;

    text-align: center;
}

div.groupItem a {
    margin: 0px;
    padding: 0px;
}

div.groupItem img {
    margin: 0px;
    border-width: 0px;
}

div.groupItem p {
    margin: 0px;
    padding: 0px;
}
/* Zobrazeni skupin - Show Groups (konec) */
