body {
color: Black;
font-family: "Trebuchet MS";
font-size: 80%; 
text-align: center;
}

div#body {
margin: 15px auto;
text-align: left;
border: 0px solid black;
}

div#menu {
background-color: silver;
float: left;
border: 0px solid gray;
text-align: left;
}

div#menu p {
font-size: 80%; /* pouze posune písmo v tlačítkách!! */
}

div#menu li {
font-size: 80%;
}

div#obsah {
background-color: #FFFFF0;
float: right;
border: 1px solid silver;
margin-bottom: 20px;
padding-top: 5px;
overflow: auto;
}

p {
margin: 10px 25px 10px 25px;
line-height: 130%;
}

p.box {
margin: 10px;
padding: 5px;
border: 0px solid #ff8247;
background-color: #FFD700;
text-align: center;
font-size: 130%;
font-weight: normal;
color: gray;
}

ol, ul {
margin: 15px 25px -10px 50px;
padding: 0px;
}

li {
margin: 4px 5px; /* mezera mezi odrážkami + jejich odsazení */
padding: 0;
line-height: 130%;
list-style-type: square;
}

ul ul li {
list-style-type: disc;
}

h1 {
margin: 0px 15px 15px 15px;
font-size: 130%;
font-weight: normal;
color: silver; 
}

h2 {
margin: 0px;
padding: 0px 0px 0px 35px;
font-size: 130%;
font-weight: bold;
color: 	brown;
}

h3 {
margin: 5px 15px;
padding: 0 0 3px 5px;
font-size: 110%;
font-weight: normal;
color: #8B0000;
}

a:link {
color: gray;
}

a:visited {
color: silver ;
}

a:hover {
color: black;
}

div#menu ul {
margin: 160px 20px 10px 20px;
padding: 0;
}

div#menu ul li {
margin: 5px 0;
padding: 0;
list-style-type: none;
font-weight: bold;
}

div#menu a {
display: block;
height: 20px;
padding: 3px 0px 0px 10px;
background: #FFD700;
border: 1px solid silver;
color: 	brown;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none
}

div#menu a:hover {
background: silver;
border-top: 1px solid #FFD700;
border-bottom: 1px solid #FFD700;
color: #1C1C1C
}

div#menu a:active {
background: silver;
border-top: 1px solid #FFD700;
border-bottom: 1px solid #FFD700;
color: gray
}

div#titulni a {
background: silver;
border-top: 1px solid #FFD700;
border-bottom: 1px solid #FFD700;
color: gray;
}

p#patka {
margin: 0px;
padding: 5px;
border: 0px solid black;
background-color: transparent;
clear: both;
font-size: 90%;
color: gray;
text-align: center;
}

p#patka a {
color: gray !important;
}
