* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
  background-color: rgb(70,136,26);
  background-image: url('background.jpg');
  background-repeat:no-repeat;
  background-position:center top;
 background-attachment:fixed;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Fonts
-----------------------------------------------------------------------------*/
@font-face
{
font-family: menuFont1;
src: url('font/Smokum-Regular.ttf');
}

@font-face
{
font-family: menuFont2;
src: url('font/Smokum-Regular.eot');
}

@font-face
{
font-family: specFont1;
src: url('font/px_sans_nouveaux.ttf');
}

@font-face
{
font-family: specFont2;
src: url('font/px_sans_nouveaux.eot');
}




/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
  background-image: url('header.png');
  background-repeat: no-repeat;
  padding-top: 10px;             
} 

/* Header langid
-----------------------------------------------------------------------------*/
.header #langid {
	margin-left: 780px;
  margin-top: -7px;
  position: absolute;
}

/* Header htext
-----------------------------------------------------------------------------*/
.header #htext {
	text-align: center;
  margin-top: 80px;
  margin-left: 210px;
  width: 550px;
  font: bold 24px menuFont1,menuFont2,arial,verdana;
  color: rgb(255,255,160);
  text-shadow: 3px 3px 3px #000000;
  position: absolute;
}

/* menubar
-----------------------------------------------------------------------------*/
.menubar {
	height: 40px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;

}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 205px 0 205px;
}

.cont {
	margin-top: 10px;
  padding: 5px;
  border: 1px solid rgb(204,153,0);
  background-image: url('test.jpg');
  background-repeat: repeat;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
  margin-left: -100%;
	position: relative;

}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;

}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 990px;
	margin: -45px auto 0;
	height: 30px;

  font: bold 24px menuFont1,menuFont2,arial,verdana;
  color: rgba(0,0,0,0.9);
  text-decoration: none;
  text-shadow: 2px 2px 2px #666666;
  padding: 2px 5px;
  text-align: center;

	position: relative;
  
  background: #dc0000 url('./hormenu.jpg');
  border: 1px solid rgb(190,142,96);
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.footer a {
  font-family: menuFont1,menuFont2,arial,verdana;
  color: rgba(0,0,0,0.9);
  text-decoration: none;
  text-shadow: 2px 2px 2px #666666;
}
/*
-----------------------------------------------------------------------------*/

#menu {
width: 990px;
height: 40px;
clear: both;
}
 
ul#nav {
float: left;
width: 990px;
margin: 0;
padding: 0;
list-style: none;
background: #dc0000 url('./hormenu.jpg');
border: 1px solid rgb(190,142,96);
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
 
ul#nav li {
display: inline;
}
 
ul#nav li a {
float: left;
font: bold 20px menuFont1,menuFont2,arial,verdana;
line-height: 30px;
color: #ffffff;
text-decoration: none;
text-shadow: 2px 2px 2px #000000;
margin: 5px;
padding: 0 20px;
background: rgba(0,0,0,0.1);
border: 1px solid rgb(190,142,96);

-moz-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a {
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px #330000;
background: rgba(0,0,0,0.3);
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}


/* CSSTerm.com Simple CSS menu */

.menu_simple {
background-image: url('jahodamenu.png');
overflow: hidden;
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    font: bold 20px menuFont1,menuFont2,arial,verdana;
    text-shadow: 3px 3px 3px #000000;
    width:200px;
    list-style-type: none;
    text-align: center;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    
    padding: 8px 20px 3px 20px;
    height: 29px;

    display:block;
}
 
.menu_simple ul li a:visited {
    color: rgba(255,255,255,0.7);
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: rgba(0,0,0,0.7);
    text-shadow: 5px 5px 5px #000000;
}

/* Modulbox
-----------------------------------------------------------------------------*/
.modulbox {
  overflow: hidden;
}

.modulbox H1{
  color: #ffffff;
  text-align: center;
  background-image: url('xxx.png');
  padding-top: 9px;
  padding-bottom: 13px;
  font-family: menuFont1,menuFont2;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 3px 2px 3px #000000;
}

.modulbox div{
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid rgb(162,100,58);
  padding: 5px;
  background-image: url(test.jpg);
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* Modulbox
-----------------------------------------------------------------------------*/
.modulbox-center {
  overflow: hidden;
}

.modulbox-center H1{
  color: #ffffff;
  background-image: url('mainhead.png');
  padding-top: 9px;
  padding-bottom: 13px;
  font-family: menuFont1,menuFont2;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 3px 2px 3px #000000;
}

.modulbox-center div{
  border: 1px solid rgb(162,100,58);
  padding: 5px;
  background-image: url('test.jpg');
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.modulbox-center div ul li {
list-style-image: url('./bookmark.png');
list-style-position: inside;
font-size:16px;
line-height:14px;
}

.modulbox-center div p {
font-size:16px;
line-height:20px;
}

.modulbox-center div table {
width: 100%;
font-size:12px;
}

.modulbox-center div table th{
background: rgba(153,51,0,0.3);
-moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
padding: 3px 3px 3px 3px;
}

.modulbox-center div table td{
background: rgba(153,51,0,0.1);
-moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
padding: 3px 3px 3px 3px;
}

.modulbox-center div ul li ul li {
list-style-position: inside;
margin-left: 20px;
}

.fleft {
  padding-left: 15px;
  text-align: left;
}

.fright {
padding-right: 15px;
  text-align: right;
}

.fcenter {
  text-align: center;
}

/* deco lano
-----------------------------------------------------------------------------*/
.deco {
background-image: url(deco.png);
overflow: hidden;
height:10px;
}

/* deco lano center
-----------------------------------------------------------------------------*/
.deco-center {
background-image: url(deco-center.png);
overflow: hidden;
height:10px;
}

/* form box
-----------------------------------------------------------------------------*/
.formbox ul, .formbox li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.formbox form ul li {
	margin: 5px 0;

}

.formbox form ul li:last-child {
	text-align:center;
	margin:10px 0 10px 0;
}
 
.formbox input {
	padding:5px 5px;
	border:1px solid #d5d9da;
	border-radius:5px;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:160px; /* width:328px; 400 (#container) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
	font-size:1em;
	outline:0; /* remove webkit focus styles */
}

.formbox input:focus {
	border:1px solid #b9d4e9;
	border-top-color:#b6d5ea;
	border-bottom-color:#b8d4ea;
	box-shadow:0 0 5px #b9d4e9;
}

.formbox label {
	color:#555;
  font-family: menuFont1,menuFont2;
  font-size: 16px;
  font-weight: bold;
}

.formbox span {
	background:#f6f6f6;
	padding:3px 3px;
	display:block;
	border-radius:5px;
	margin-top:5px;
}

.formbox button {
  padding:3px 3px;
	width:170px;
  font-family: menuFont1,menuFont2;
  font-size: 16px;
  font-weight: bold;
  border-radius:15px;
}

.formbox button:active {
	
}

a.menuf{
   font-size: 8px;
  font-family: specFont1,specFont2;
}

/* last update
-----------------------------------------------------------------------------*/

.last-update{
   font-size: 8px;
   font-family: specFont1,specFont2;
   width: 580px;
   text-align: right;
}

/* banner
-----------------------------------------------------------------------------*/
.banner {
  background-image: url(banner-center.png);
  overflow: hidden;
  height: 200px;
}

.banner img {
  margin-left: 45px;
  margin-top: 30px;
  height: 110px;
  width:150px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  
}

.banner h2 {
  width: 325px;
  font-family: menuFont1,menuFont2;
  font-size: 24px;
  margin-left: 210px;
  margin-top: -115px;
  position: absolute;
}

.banner div {
  width: 325px;
  margin-left: 210px;
  margin-top: -95px;
  position: absolute;
}

.banner div.termin {
  width: 150px;
  margin-left: 45px;
  margin-top: -115px;
  font-weight: bold;
  text-align: center;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.3);
  position: absolute;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.banner a {
  font-size: 18px;
  font-family: menuFont1,menuFont2;
  padding: 1px 1px 1px 1px;
  width:148px;
  color: rgb(153,51,0);
  text-align: center;
  text-decoration: none;
  background-color: rgba(255,255,255,0.5);
  margin-left: -150px;
  margin-top: 140px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  position: absolute;
}

.banner a:hover {
  color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.5);
}

.calendar-dnes {
background: rgba(204,153,102,0.5);
}

.calendar-akce1 {

border-left: 3px solid rgb(153,0,0);
}

.calendar-akce2 {

border-left: 3px solid rgb(0,153,0);
}

.calendar-akce3 {
border-left: 3px solid rgb(0,0,153);
}

.calendar-b {
background: rgba(204,153,0,0.5);
}

.calendar {
border: 1px solid rgb(255,255,255);
border-collapse: collapse;
width: 100%;
}

.calendar a {
color: rgb(255,255,255);
text-decoration: none;
font-weight: bold;
}

.calendar a:hover {
color: rgb(0,0,0);
}

.calendar a.up {
color: rgb(0,0,0);
text-decoration: none;
font-weight: bold;
}

.calendar a.up:hover {
color: rgb(255,255,255);
}


.calendar td{
border-right: 1px solid rgb(255,255,255);
border-bottom: 1px solid rgb(255,255,255);
}

#pocitadlo {
  text-align: center;
  height: 30px;
  font-size: 26px;
  margin-top: 10px;
  font-family: menuFont1,menuFont2;
  font-weight: bold; 
  border: 0 none rgba(0,0,0,0.1); 
}

#pocitadlo span {
  color: rgb(153,51,0);
  text-align: center;
  text-decoration: none;
  padding: 0 5px 0 5px;
  background-color: rgba(0,0,0,0.1);
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}

div.odkazy {
  margin: 1px;
}

div.odkazy ul {
  list-style-type: none;
  width: 185px;
}

div.odkazy li {
  height: 25px;
  padding: 6px 1px 1px 1px;
  text-align: left;
  margin-bottom: 2px;
  overflow: auto;
}

div.odkazy li img {
  float: left;
  width: 16px;
  height: 16px;
  margin: 2px 10px 2px 2px;
} 
 
div.odkazy a {
  color: #000000;
  text-decoration:none;
  font: bold 12px Helvetica, Verdana, sans-serif;
}

div.odkazy a:hover {
    color: #ffffff;
    background: #000000;
}


/* info box
-----------------------------------------------------------------------------*/
.infobox ul, .infobox li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.infobox form ul li {
	margin: 5px 0;

}