/* CSS Document */
body {
text-align: center;
margin-top: 0px;
background: url('images/bg2.gif');
}
.container {
width: 840px;
border: 1px solid black;
margin: 0px auto;
}

.nadpis {
position: relative;
top: 50px;
margin-left: 20px;
font-family: trebuchet ms;
color: green;
font-size: 24px;
}

.menu {
width: 840px;
float: left;
margin-top: 273px;
text-align: left;
background: #6399c5;
padding-top: 11px;
}

.menu ul {
margin-left: 0px;
width: 839px;
display: inline;
}

.menu li {height: 35px;
float: left;
list-style: none;
}

.menu li a {
font-family: trebuchet ms;
color: black;
font-size: 16px;
text-decoration: none;
margin-top: 7px;
margin-left: 7px;
margin-right: 7px;
}

.menu li a:hover {
text-decoration: underline;
}


.obsah {
width: 839px;
min-height: 400px;
font-family: trebuchet ms;
text-align: left;
float: right;
background: url('images/bgmenu2.png');
margin-top: 0px;
margin-bottom: 0px;
}

h1 {
font-family: trebuchet ms;
color: green;
font-size: 25px;
width: 100%;
border-bottom: 5px solid green;
}

h2 {
font-family: trebuchet ms;
color: green;
font-size: 20px;
}


.text {
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}

.patickatext {
margin-top: 17px;
}

.paticka {
width: 840px;
height: 60px;
margin: 0px auto;
font-family: trebuchet ms;
font-size: 12px;
float: none;
clear: both;
border-top: 1px dashed black;
background: url('images/patickabg2.png');
}