body {
background-color: #E58936;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

.logo {
position: relative;
top: 0px;
left: 50px;
width: 901px;
height: 213px;
background-image: url(../pictures/logo.jpg);
background-repeat: no-repeat;
}

.stred {
position: relative;
top: 0px;
left: 50px;
width: 901px;
min-height: 360px;
background-image: url(../pictures/stred.jpg);
background-repeat: repeat-y;
text-align: justify;
}

.menu {
position: absolute;
/*top: 170px;*/
top: 20px;
left: -43px;
width: 191px;
/*height: 280px;*/
height: 260px;
}

.obsah {
position: relative;
width: 690px;
left: 160px;
top: 20px;
text-align: justify;
padding-bottom: 20px;
}

.pata {
position: relative;
top: 0px;
left: 50px;
width: 901px;
height: 120px;
background-image: url(../pictures/paticka2.jpg);
background-repeat: no-repeat;
}

.pata-obs {
position: absolute;
top: 28px;
left: 20px;
width: 850px;
height: 25px;
text-align: center;

}

.menu a {
display: block;
background-image: url(../pictures/menubox.png);
background-repeat: no-repeat;
width: 191px;
height: 41px;
padding-top: 4px;
padding-left: 60px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}

.menu a:hover {
display: block;
background-image: url(../pictures/menuboxh.png);
background-repeat: no-repeat;
width: 191px;
height: 41px;
padding-top: 4px;
padding-left: 60px;
color: #303030;
font-weight: bold;
text-decoration: none;
}

.obsah a {
color: #A28B75;
}

.obsah a:hover {
color: #000000;
text-decoration: none;
}

h2 {
color: #A28B75;
margin-top: 0px;
/*background-color: #E58936;*/
}

.zprava-err {
background-color: #FFFFCC;
border: 2px dashed #FF8112;
padding: 5px 10px 5px 10px;
margin: 0px 10px 10px 0px;
color: #FF8112;
font-weight: bold;
}