/*

CSS SOUBOR
Martin Pitřík

*/

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background-color: #000000;
min-width: 800px;
padding-bottom: 80px; 
}

.noscreen {
display: none;
}

.clear {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

p {
line-height: 20px;
padding-bottom: 10px;
}

a:hover {
color: black;
}

.uprostred {
margin: auto;
text-align: center;
}

h1, h2 {
display: none;
}

h3 {
color: #77a939;
font: 2.0em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
font-weight: bold;
padding-bottom: 5px;
}

h4 {
color: #77a939;
font: 1em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
font-weight: bold;
padding-bottom: 5px;
}

input {
width: 500px;
height: 25px;
border: 1px solid #74AF2B; 
border-radius: 10px;
}

textarea {
width: 500px;
height: 100px;
border: 1px solid #74AF2B; 
border-radius: 10px;
}

select {
width: 500px;
height: 25px;
border: 1px solid #74AF2B; 
border-radius: 10px;
}

#main {
width: 800px;
margin: 20px auto 80px auto;
position: relative;
}

#hlavicka {
height: 350px;
position: relative;
background: url('../img/hlava.jpg') no-repeat;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#menu {
width: 800px;
margin: 0 auto;
background: url('../img/menu.png') no-repeat;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

#menu ul {
list-style-type: none;
padding-left: 0px; 
}

#menu li {
display: inline;
}

#menu li a {
font: 1.3em Georgia, "Times New Roman", Times, serif;
color: black;
text-align: center;
text-decoration: none;
display: block;
float: left;
width: 20%;
height: 50px;
line-height: 50px;
}

#menu li a:hover {
color: black;
font-weight: bold;
}

.mezera { 
min-height: 1px;
}

.zeleny {
background-color: #74AF2B;
}

.cerveny {
color: #FF7F50;
}

.mezera:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

#stranka {
width: 760px;
color: #151515;
position: relative;
text-align: left;
background: white;
padding: 20px;
margin-top: 10px;
text-align: justify;
border-radius: 10px;
}

#stranka img {
width: 760px;
height: auto;
border: 1px solid #74AF2B;
border-radius: 10px;
}

#stranka ul {
list-style-type: circle;
padding-left: 20px; 
}

#stranka table img {
padding: 0;
max-width: 240px;
height: auto;
border: 1px solid #74AF2B;
border-radius: 10px;
}

#stranka table {
border: none;
border-spacing: 0px;
}

#stranka td {
width: 250px;
padding: 5px;
margin: 0;
vertical-align: top;
line-height: 20px;
}

#panel {
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 10px;
margin-top: 10px;
line-height: 15px;
position: relative;
background-color: #74AF2B;
border-radius: 10px;
}

#panel_horni {
width: 100%;
margin: 0 auto;
background-color: #74AF2B;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

#panel a {
color: black;
}

#panel a:hover {
font-weight: bold;
}

.novinka {
background-color: #dcdcdc;
position: relative;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
text-align: center;
}

.polozka {
background-color: #dcdcdc;
position: relative;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
color: black;
}

.polozka_titulek {
height: 20px;
background-color: #A2C971;
padding: 5px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.polozka_obsah {
height: 300px;
background-color: white;
padding: 5px;
}

.polozka:hover {
background-color: #A2C971;
}

#fb {
width: 60px;
float: left;
padding: 20px;
}

#fb img {
width: 60px;
height: auto;
margin-bottom: 10px;
border-radius: 10px;
}

.blok {
width: 310px;
float: left;
text-align: left;
padding-top: 5px;
line-height: 20px;
position: relative;
text-align: left;
padding: 20px;
}

#zapati {

}