/* CSS Document */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-image: url('img/stranka.jpg');
background-repeat: repeat-x;
background-color: #949494;
}
#logo {
width: 1012px;
height: 270px;
background-image: url('img/logo.jpg');
background-repeat: no-repeat;
background-position: center;
text-align: right;
}

#stranka {
width: 1012px;
background-image: url('img/text.jpg');
}
#levacek, #pravacek {
float: left;
text-align: left;
}
#levacek {
width: 227px;
height: 562px;
background-repeat: no-repeat;
background-position: right;
margin: 0px 10px 200px 0px;
}
#menu {
font-size: 75%;
width: 220px;
font-weight: bold;
}
#menu p{
color: #ffffff;
margin: 10px 0px 10px 21px;
}
#menu a, #menu p{
color: black;
text-decoration: none; 
}
#menu a:hover{
color: black;
}
#pravacek {
font-size: 75%;
width: 750px;
}
#pravacek em{
color: #ff6600;
}
table {
font-size: 100%;
}
#spodek {
clear:both;
width: 1000px;
height: 74px;
font-size: 75%;
color: white;
font-weight: bold;
background-image: url('img/podpis.jpg');
background-repeat: no-repeat;
background-position: bottom;
margin-top: 100px;
}
#spodek a{
color: white;
text-decoration: none;
}
#spodek a:hover{
color: orange;
}
#cleaner {
display: none;
height: 20px;
clear:both;
}
#polsko {
width: 200px;
height: 173px;
background-color: white;
background-repeat: no-repeat;
background-position: center;
margin: 60px 0px 60px 0px;
padding-left: 25px; 
}

