body {
font-family: "Palatino Linotype", "New York CE", utopia, serif;
background: white url('img/bottomleft.png') bottom left fixed no-repeat;
margin: 0;
overflow: scroll;
}

#bg {
background: url('img/topright.png') top right fixed no-repeat;
padding-bottom: 110px;
}

#container {
width: 650px;
position: relative;
left: 50%;
margin-left: -470px;
padding: 50px 0 0 250px;
}

#logo {
width: 200px;
height: 110px;
background: url('img/sprite1.png');
position: absolute;
top: 50px;
left: 10px;
}

h1 {
display: none;
}

address {
position: absolute;
left: 10px;
top: 200px;
text-align: center;
width: 200px;
font-weight: bold;
font-style: normal;
color: #642065;
}

address a {
padding: 2px 8px 4px 8px;
color: #444;
}

address a:hover {
background: url('img/sprite1.png') top right;
color: #fff;
text-decoration: none;
}

.sekce {
padding-top: 20px;
/*background-image: url('img/round-top.png');*/
background-image: url('img/sprite1.png');
background-position: left -270px;
background-attachment: scroll;
background-repeat: no-repeat;
}

h2 {
color: white;
background-color: #642065;
margin: 0;
padding: 0 0 0 55px;
font-weight: normal;
line-height: 0.6em;
font-size: 1.75em;
}

h2 a {
color: white;
text-decoration: none;
}

.seda h2 {
background-color: #8e979d;
}

.vrsek {
height: 35px;
background-image: url('img/sprite1.png');
background-position: left -235px;
/*background-attachment: scroll;*/
background-repeat: no-repeat;
}

.obsah {
padding: 20px 50px;
background-image: url('img/stripe.png');
background-attachment: scroll;
background-repeat: repeat-y;
}

.lista {
height: 15px;
/*background-image: url('img/round-mbottom.png');*/
background-image: url('img/sprite1.png');
background-position: left -220px;
background-attachment: scroll;
background-repeat: no-repeat;
}

.spodek {
height: 20px;
background-image: url('img/sprite1.png');
background-position: left -200px;
background-repeat: no-repeat;
margin-bottom: 15px;
}

.seda {
/*
margin-top: 3px;
padding-top: 18px;
width: 650px;
height: 37px;
background-image: url('img/gray.png');
background-attachment: scroll;
background-repeat: no-repeat;*/
}

a img {
border: none;
}

li a {
width: 120px;
height: 120px;
}

table {
width: 100%;
border-collapse: collapse;
}

tr {
background-image: url('img/sprite1.png');
background-position: left -113px;
}

tr > td {
width: 70%;
}

td span {
background-color: white;
padding: 0 2px;
}

td {
padding: 2px 0;
}

table td+td {
text-align: right;
}

.nobg {
background: none !important;
}

.foot {
text-align: center;
font-size: 13px;
color: #888;
}

.foot a {
color: #555;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

.violet {
font-weight: bold;
font-style: normal;
color: #642065;
}

.logo {
text-align: center;
}

.logo img {
padding: 10px;
}


