/* 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: 512px;
background-image: url('img/menu.jpg');
background-repeat: no-repeat;
background-position: right;
}
#menu {
font-size: 75%;
width: 220px;
font-weight: bold;
}
#menu p{
color: #ffffff;
margin: 10px 0px 10px 50px;
}
#menu a, #menu p{
color: #404235;
text-decoration: none; 
}
#menu a:hover{
color: #ffffff;
}
#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;
}
#spodek a{
color: white;
text-decoration: none;
}
#spodek a:hover{
color: orange;
}
#cleaner {
display: none;
height: 20px;
clear:both;
}
