* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: "trebuchet ms", tahoma, verdana, sans-serif;
background: url('../img/pozadi.jpg') 0 0 repeat-x white;
font-size: 82%;
}

#hlavicka {
margin: 0 auto;
width: 770px;
height: 240px;
background: url('../img/hlavicka.jpg') 0 0 no-repeat white;
}

#telo {
margin: 0 auto;
width: 710px;
padding: 0 30px;
overflow: auto;
background: url('../img/telo.jpg') 0 0 repeat-y white;
}

#lista {
margin: 0 auto;
width: 770px;
padding-top: 10px;
padding-bottom: 10px;
background: url('../img/telo.jpg') 0 0 repeat-y white;
}

#lista-in {
margin: 0 20px;
background: #990000;
}

#lista p {
text-transform: uppercase;
color: white;
font-weight: bold;
padding-top: 5px;
font-size: 132%;
}

#lista-in p em {
color: yellow;
font-size: 152%;
}

#paticka {
margin: 0 auto;
width: 770px;
height: 150px;
background: url('../img/paticka.jpg') 0 0 no-repeat white;
}

#odkazy {
margin: 0 auto;
width: 770px;
padding-bottom: 30px;
font-size: 82%;
}

#odkazy p a {
color: black;
}

#odkazy p a:hover {
color: gray;
}


#velkym {
font-size: 142%;
padding-bottom: 20px;
padding-top: 20px;
background: #ededed;
}

#velkym a {
color: rgb(255,102,0);
}

#velkym a:hover {
color: black;
}

.bezcisla {
background: url('../img/bezcisla.jpg') 0 0 no-repeat;
}

.scislem {
background: url('../img/scislem.jpg') 0 0 no-repeat; 
}

.box, .box2 {
width: 340px;
height: 230px;
margin-bottom: 10px;
position: relative;
}

.box {
float: left;
}

.box2 {
float: right;
}

.cleaner {
clear: both;
font-size: 1px;
}

.box img, .box2 img {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

.box h2, .box2 h2 {
position: absolute;
color: white;
text-transform: uppercase;
left: 160px;
top: 5px;
z-index: 2;
font-size: 112%;
}

.box p, .box2 p {
text-align: left;
position: absolute;
color: black;
top: 40px;
left: 160px;
padding-right: 10px;
font-size: 92%;
z-index: 3;
}

.box h3, .box2 h3 {
position: absolute;
text-align: left;
font-size: 102%;
color: gray;
left: 10px;
top: 180px;
text-transform: uppercase;
}

.box h4, .box2 h4 {
font-size: 162%;
position: absolute;
color: black;
top: 180px;
left: 280px;
}

strong {
color: black;
}

.velke {
font-size: 140%;
color: red;
}

#paticka p {
text-align: left;
padding: 10px 40px;
color: gray;
font-size: 92%;
}

#button{
position: relative;
margin: 0 auto;
width: 770px;
height: 50px;
background: url('../img/telo.jpg') 0 0 repeat-y white;
}

#button a img {
border: 0;
position: absolute;
right: 30px;
top: 0;
}







