/* CSS Document */

body {
font-family: Arial, sans-serif;
font-size: 10pt; 
background: #c1c1c1;
margin: 0;
padding: 30px 0px 10px 0px;
text-align: center;
min-width: 730px;
color: black;
}

ul.menu {
margin: 0 0 0 10px;
padding: 0;
_padding-left: 5px;
color: white;
}

ul.menu>li {
list-style: square;
}

.cleaner {
clear:both;
display: none;
}

.menu-pol {
color: white;
font-weight: bold;
text-decoration: none;
}

.menu-pol:hover {
color: #ccc;
}

p {
margin: 0;
padding: 0;
}

p.bottom {
padding: 20px 25px 0 0;
font-size: 0.7em;
color: #900;
}

a {
color: #900;
}

a:hover {
color: #666;
}

a.bottom {
color: #900;
text-decoration: none;
}

a.bottom:hover {
color: #666;
}

a.zpet {
font-weight: bold;
color: #900;
text-decoration: none;
}

a.zpet:hover {
color: #666;
}

.zpet {
text-align: center;
margin-top: 10px;
}

.uvod {
font-weight: bold;
text-align: center;
margin-bottom: 40px;
color: #900;
}

/* layout styly */

#hlavni {
width: 730px;
margin: 0 auto;
text-align: left;
}

#hlavicka {
height: 190px;
background: url("../img/hlavicka.jpg") no-repeat;
}

#menu {
height: 160px;
width: 110px;
margin-top: 3px;
float: right;
}

#vlajecky {
margin-top: 10px;
}

#pruh-top {
height: 15px;
background:  url("../img/pruh-top-bg.jpg") no-repeat;
}

#middle {
_margin-top: -1px;
background:  url("../img/middle-bg.jpg") repeat;
}

#text {
width: 702px;
margin-left: 10px;
text-align: justify;
}

#pruh-bottom {
height: 55px;
background:  url("../img/pruh-bottom-bg.jpg") no-repeat;
text-align: right;
}

