html { 
  height: 100%;
  width: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font-family: Arial, sans-serif;
  font-weight: normal;
  background: #000 url('images/bg2016.jpg') fixed no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 15px;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
}

p { 
  line-height: 150%;
  font-weight: normal;
  padding-bottom: 10px;
}

.pos_fixed {
    position: fixed;
    bottom: 30px;
    left: 1000px;
    border: 1px red solid;
    width: 20px;
    padding: 20px;
}

.nav3 {
    border-left: 3px solid #9a1515;
    border-bottom: 3px solid #9a1515;
    font-weight:bold;
}

img { 
  border: 0;
}

h1 { 
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  color: #9a1515;
  text-align:center;
}

h2 { 
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  margin: 10px 0px;
  text-align: left;
}

h3 { 
  font-size: 16px;  
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  margin: 10px 0px;
  text-align:center;
}

a { 
  outline: none;
  text-decoration: underline;
  color: #9a1515;
  font-weight: bold;
}

a:hover, li a:hover { 
  text-decoration: none;
  outline: none;
  color: #000;
  font-weight: bold;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.clanek { 
  width: 250px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}

.film { 
  width: 400px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}

.program { 
  width: 400px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

.cyrcle { 
  margin:0 auto;
  background:url('../images/cyrcle.png') no-repeat;
  width:600px;
  height:600px;
}

.innercyrcle {  
  width:580px;
  height:600px;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon-top.gif') no-repeat;
    background-color: #000;
}

.button { 
  background: #3a7305;
  width: 110px;
  height: 35px;
  display: block;
  float: right;
  text-align: center;
  text-decoration:none;
  color: #fff;
  padding-top: 5px;
  margin:0px 1px;
}

.button a:hover { 
  background: url('../images/buttonhover.png') no-repeat;
}

.nav { 
  margin: 0px auto; 
}

#main {
  width: 100%;
  padding-bottom: 30px;
  margin: 0px auto;
}

.header { 
  background: none;
  min-width: 100%;
}

#logo { 
  width: 920px;  
  background: none;
  color: #ffffff;
  padding: 0px;
  margin: 0px auto;
  vertical-align: middle;
}

.logopic { 
  padding: 10px 10px 0px 0px;
}

.logofooter { 
  width:140px;
  padding: 10px;
}

.icon { 
  height: 40px;
}

.sayno { 
  width: 300px;
  padding-top: 5px;
}

.nav2 { 
  height: 35px;  
  width: 950px;
  color: #9a1515;
  text-align: center;
  margin: 0 auto;
  clear: both;
  font-size: 13px;
  background: none;
  padding-top:10px;
} 

.green { 
  color: #3a7305;
  font-weight: bold;
}

.main_site_content { 
  width: 920px;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 0px 0px 20px;
  text-align: justify;
} 

#site_content { 
  width: 920px;
  overflow: hidden;
  margin: 0px auto 20px auto;
  background: white;
  padding: 20px;
  color: #000;
  text-align: justify;
} 

#maxwidth { 
  width: 100%;
  background: white;
} 

#sidebar_container { 
  float: right;
  width: 465px;
  padding: 0;
  height: 500px;
}

.scroller_anchor{height:0px; margin:0; padding:0;}

.scroller{margin:0px 10px 0px 0px; width:270px;}

.menuright0 {
  padding-bottom:5px;
  border-bottom: 1px solid #ffffff;
  clear:both;
}

.menuright0 a {
  text-decoration:none;
  font-size: 16px;
  color: #9a1515;
}

.menuright0 a:hover {
  color: #9a1515;
}

.menuright {
  padding-bottom:2px;
  border-bottom: 1px solid #ffffff;
  clear:both;
}

.menuright a {
  text-decoration:none;
  font-size: 12px;
  color: #000;
}
1
.menuright a:hover {
  color: #9a1515;
}

.activemenuright {
  border-bottom:none;
  clear:both;
}

.activemenuright a {
  text-decoration:none;
  font-size: 16px;
  color: #9a1515;
}

.podmenuright {
  color: #9a1515;
  border-bottom: 1px solid #ffffff;
  clear:both;
}

.podmenuright a {
  text-decoration:none;
  color: #000;  
}

.podmenuright a:hover {
  text-decoration:underline;
}

.activemenuimg {
  float:left;
  width:80px;
  padding:5px;
}

.menuimg {
  float:left;
  width:50px;
  padding:5px;
}

.menutext0 {
  padding:25px 0px 25px 10px;
  text-align:center;
  color: #000;
}

.menutext1 {
  padding:20px 0px 15px 10px;
  text-align:center;
  color: #000;
}

.menutext2 {
  padding: 15px 0px 17px 10px;
  text-align:center;
}

.menutext {
  padding:22px 0px;
  text-align:center;
}

.borderleft {
  border-left:3px solid #9a1515;
}

table.vyrobky td {
  padding-left:10px;
  height:10px;
  border:1px solid #ffffff;
  color: #9a1515;
  font-weight:bold;
}

.side_panel {
  width: 270px;
  float: right;
  text-align: justify;
  font-size:12px;
}

.side_panel2 {
  width: 450px;
  float: right;
  text-align: left;
}

#main_content { 
  text-align: justify;
  width: 435px;
  padding-right: 15px;
  margin: 0px;
  float: left;
  color: #ffffff;
}

#content { 
  text-align: justify;
  width: 600px;
  margin: 0px;
  float: left;
  color: #000;
  padding-top:10px;
  padding-right:10px;
}

#content2 { 
  width: 450px;
  margin: 0px;
  float: left;
}

li a {
  color: #ffffff;
  text-decoration:none;
}

.numbering {
  width: 40px;
  padding-right: 10px;
}

.box {
  margin: 0px;
}

div.box {
  position: relative;
}

div.box img {
  position: absolute;
  top: 0;
  left: 0;
}

div.box p {
  margin-left: 50px;
}

.board {
  padding: 15px 20px;
  color: #FFF;
  font-weight: normal;
  background: url('../images/ruce_circle.png'); 
}


#blog_container h4 {
  font: normal 170% 'News Cycle', arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;}

#blog_container h4.select {
  width: 475px;}

.blog {
  background: url('../images/calendar.png') no-repeat;
  width: 54px;
  height: 46px;
  float: left;
  margin: 0 15px 0 0;
}

.blog h2 {
  font: normal 90% arial, sans-serif;
  text-shadow: none;
  text-align: center;
  margin: 0;
  padding: 4px 0 0 0;
  color: #FFF;
}
  
.blog h3 {
  font: 140% arial, sans-serif;
  text-shadow: none;
  margin: -5px 0 0 0;
  text-align: center;
  color: #222;
}

.footer { 
  min-width: 1024px;
  color: #000;
  background: white;
  font-weight: bold;
  margin: 50px auto;
}

.footer p { 
  padding-bottom: 0px;
}

.mapa { 
  float: left;
  font-size: 15px;
  width: 400px;
  padding-bottom: 10px;
}

.mapa p { 
  text-indent: 5%;
}

.copyright { 
  height: 40px;
  padding-top: 10px;
  text-align: center;
  clear: both;
  font-weight: normal;   
}

.copyright a { 
  color: #9a1515;
  text-decoration: none;
}
.copyright a:hover { 
  color: #ffffff;
  text-decoration: underline;
}

.map a { 
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
  padding-top: 5px;
}

hr { 
  color: #ffffff;
  height: 1px;
}

.map div p a { 
  font-weight: normal;
  text-decoration: none;
}

.footer a { 
  color: #000;
  text-decoration: none;
}

.footer a:hover { 
  color: #9a1515;
  text-shadow: none;
  text-decoration: underline;
}


.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

#nav3 a			{color:#0088bb;}
#nav3 a.a_otevren, #nav3 a.a_zavren	{font-weight:bold; text-decoration:none;}
#nav3 a.a_otevren	{color:#00bb00;}
#nav3 a.a_zavren		{color:#ff0000;}
#nav3 ul.ul_otevren	{}
#nav3 ul.ul_zavren	{display:none;}
  
ul.images {
  width:465px;
  height:500px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}

ul {
  font-size:12px;  
}

li {
  text-indent:10px;
  list-style-position: inside;  
}

ul li {
  text-indent:5px;
  list-style-position: inside;  
}

ul li ul li {
  text-indent:20px;
  list-style-position: inside;  
}

ul li ul li ul li {
  text-indent:15px;
  list-style-position: inside;  
}

                              

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 220px; 
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 0px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 5 0 0 0; 
}

ul.sf-menu { 
  display: block;
  width: 100%;
  position: relative;

}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 120px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* Theming the menu */
ul#nav { 
  float: left;
  padding-top:8px;
}

ul#nav ul { 
  background: #ffffff;
  margin-top: 10px;
  padding-bottom: 15px;
}

ul#nav li a { 
  padding: 0px 12px;
  font: 15px Arial, sans-serif;
  text-decoration: none;
  color: #9a1515;
  margin-right: 2px;
  font-weight: bold;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #000;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #000;
  font-weight: bold;
  padding: 7px 12px 6px 12px;
}

ul#nav ul li a:hover { 
  color: #9a1515;
  margin-right: 2px;
}

/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
}