body {
	font-family: Verdana, 'Calibri', 'Arial CE', 'Helvetica CE', Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0px;
	background: #eee;
	line-height: 1.5em;
	text-align: center; }

#obal {
     background: #fff;
     text-align: left;
     margin: 20px auto 0 auto;
     padding: 0px 0 20px 0;
     width: 980px; }

#hlavicka {
     text-align: center;
     background: url('../grafika/hlavicka.jpg') no-repeat 50% 0%;
     height: 180px; }

#hlavicka h1 { 
     padding: 0px 30px 0px 30px;
     text-align: left;
     font-size: 2.8em;
     padding-top: 22px; }

#hlavicka h2 {
     padding: 0px 30px 0px 30px;
     text-align: left;
     border: none;
     font-size: 2.4em;
     padding-top: 10px; }
     
#data { 
     text-align: left ;
     font-size: 1.0em;
     padding: 0 30px 0 30px; }

#menu {
     margin: 0 20px 0 20px;
     font-weight: bold;
     font-size: 1.2em;
     background-color: #eee; }
     
#menu a {
     height: 25px;
     line-height: 25px;
     padding: 0 15px 0 15px; }
     
.clear {
     clear: both; }
     
a {
     text-decoration: none; }

a:hover {
     text-decoration: underline; }

h2 {
     margin-bottom: 4px;
     border-bottom: 2px dotted #eee; }
     
p {
     margin-top: 0px; }
     
.nahoru {
     font-size: 0.8em;
     float: right; }
     
#galerie {
     border-collapse: collapse;
     width: 100%; }
     
#galerie td {
     text-align: center;
     vertical-align: middle;
     width: 20%; }

#galerie td img {
     border: 2px solid #ccc; }
     
#paticka {
     margin-top: 8px;
     width: 350px;
     text-align: center;
     margin-left: auto;
     margin-right: auto; }

img {
     border: none; }
     
     
