/* HIDDEN ELEMENTS */
span.price, span.id, .hidden {display: none;}


/* MAIN ELEMENTS */
body {
background: white;
margin: 0;
padding: 0;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}

p {
margin-top: 10px;
}

a {
color: red;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: underline;
}

a img {
border: none;
}

table {
border-collapse: collapse;
}

.eshop td {
text-align: left;
border: 1px solid;
}

td {
vertical-align: top;
padding: 2px 3px;
border: 0px solid #CCCCCC;
}

/* LAYOUT ELEMETNS */
#Telo {
display: block;
margin-left: auto;
margin-right: auto;
width: 780px;
border: 0px solid;
}

#Paticka {
width: 780px;
border: 0px solid;
font-size: 7pt;
}

#Hlavicka {
width: 780px;
background: url(../pictures/header-top.jpg) no-repeat;
border: none;
}

#Menu {
width: 200px;
height: 240px;
float: left;
padding: 10px 10px 10px 10px;
background: url(../pictures/header-menu.jpg) no-repeat;
border: none;
line-height: 17px;
}

#Include {
width: 540px;
float: right;
padding: 10px 10px 10px 10px;
border: none;
}
