/* CSS Document */

<!--
body {
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
font-size: 14px;
color: #000000;
background-color: #FFFFFF;
} 

.telo {
width: 800px;
background: url(data/telo.jpg);
}

.top {
background: url(data/top.jpg);
height: 180px;
text-align: left;
}

.paticka {
background: url(data/paticka.jpg);
margin-top: 50px;
height: 60px;
font-size: 10px;
}

.titulek {
margin-left: 140px;
font-weight: bolder;
font-size: 22px;
font-family: sans-serif;
}

.menu {
background: url(data/menu.jpg);
height: 100px;
}

.menu_t {
color: black;
font-weight: bold;
font-size: 14px;
margin-top: 80px;
text-decoration: none
}

.obsah {
text-align: left;
padding-left: 25px;
}

h1 {
font-size: 22px;
font-weight: bolder;
color: rgb(255,51,0);
margin-top: -10px;
}

h2 {
font-size: 18px;
font-weight: bolder;
color: rgb(255,112,0);
margin-top: -10px;
}

td {
background-color: rgb(208,224,255);
}

.katalog {
background-color: rgb(255,255,255);
}

.reference {
font-size: 19px;
color: rgb(255,0,51);
text-decoration: none
}
-->

