/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://www.webvpohode.cz/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.webvpohode.cz/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.webvpohode.cz/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: webvpohode Modified On 2012-04-17 08:43:20 */
/* 
    Document   : webvpohode1
    Created on : 17.3.2012, 12:23:14
    Author     : bunak
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}
* {
  margin: 0;
  padding: 0;  
}
.clear {
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  background-color: whitesmoke;
  color: #243524;
  /* pro MSIE */
  height:100%;
  overflow-y: auto;
}
input {
  color: #243524;  
}
a {
  /*font-family: 'Ubuntu', sans-serif;*/
  color: #243524;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  border-left: 0.8em solid #8f9a8e; /*#243524;*/
  padding-left: 0.3em;
  font-variant: small-caps;
  color: #8f9a8e;
}


h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}


.header {
  width: 100%;
  height: 275px;
  background-image: url(/uploads/webvpohode/hlavicka1.jpg);
  background-position: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99;
}
* html .header {position:absolute;} 
.headercont {
  max-width: 980px;
  min-width: 980px;
  width: 980px;
  height: 275px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.headercont .searchin {
  position: absolute;
  right: 0;
  top: 30px;
  height: 16px;
  font-size: 12px;
  color: #8f9a8e;
}
.headercont .searchin input {
  border: 0;
  border-bottom: 1px dotted #8f9a8e;
  width: 150px;
}
.headercont .searchin img {
  float: right;
  margin-left: 5px;
}
.search-button {
  background-color: none;
  border: none;
  background-image: url(/uploads/webvpohode/lupa.gif);
  background-repeat: no-repeat;
}
.headercont .menu {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.headercont .menu ul {
  list-style: none;
}
.headercont .menu ul li {
  float: left;
  /*margin-left: 15px;*/
}
.headercont .menu ul li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
}
.headercont .menu ul li a:hover {
  background-color: #243524;
  color: whitesmoke;
  text-decoration: none;
}
.headercont .menu ul li h3 {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #243524;
  color: whitesmoke;
  font-size: 14px;
  font-variant: normal;
  border: 0;
}
.headercont .menuactive {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #243524;
  color: whitesmoke;
  font-size: 14px;
  font-variant: normal;
  border: 0;
}
.subheader {
  width: 100%;
  height: 35px;
  position: fixed;
  top: 275px;
  z-index: 99;  
  background-color: #f8f8f8;
  box-shadow: 2px 2px 2px #8f9a8e;
  -moz-box-shadow: 2px 2px 2px #8f9a8e;
  -webkit-box-shadow: 2px 2px 2px #8f9a8e;
  box-shadow: 2px 2px 2px #8f9a8e;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#8f9a8e')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#8f9a8e');  
}
* html .subheader {position:absolute;} 
.submenu {
  max-width: 980px;
  min-width: 980px;
  width: 980px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}
.submenu .bread {
  float: left;
}
.submenu .menu2nd {
  float: right;
}
.submenu .menu2nd ul {
  list-style: none;
}
.submenu .menu2nd ul li {
  float: left;
}
.submenu .menu2nd ul li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
}
.submenu .menu2nd ul li a:hover {
  background-color: #8f9a8e;
  color: whitesmoke;
  text-decoration: none;
}
.submenu .menu2nd ul li h3 {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #8f9a8e;
  color: whitesmoke;
  font-size: 12px;
  font-variant: normal;
  border: 0;
}
.submenu .menu2nd .menuactive {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #8f9a8e;
  color: whitesmoke;
  font-size: 12px;
  font-variant: normal;
  border: 0;
}

.textbody {
  max-width: 980px;
  min-width: 980px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  min-height: 400px;
  line-height: 22px;
  position: relative;
  top: 310px;
  padding-bottom: 70px;
}
.textbody ul,ol {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px; 
}
.textbody .bodyleft {
  /*padding: 5px;*/
  width: 295px;
  float: left;
}
.textbody .bodyleft .onerecord {
  width: 100%;
  background-color: #fdfdfd;
  padding:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
  margin-bottom: 15px;
}
.textbody .bodyright {
  /*padding: 5px;*/
  width: 640px;
  float: right;
}
.textbody .bodyright img {
  margin: 20px
}
.textbody .bodyleft img {
  margin: 15px
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #8f9a8e;
  font-size: 18px;
  border-top: 5px solid whitesmoke;
  z-index: 99;  
}
* html .footer {position:absolute;}  
.footer .foottext {
  max-width: 980px;
  min-width: 980px;
  width: 980px;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;  
}
/*
.foottext img {
  float: left;
  margin-right: 3px;
}
*/
.foottext span {
  font-size: 12px;
}
.foottext .adver {
 float:right;
  line-height: 35px;
}
.adver img {
 float: right;
}
.foottext .webvpohode {
 float: left;
}
.webvpohode img {
  float: left;
  margin-right: 3px;
}


/* nasleduje css pro moduly cms */
#NewsPostDetailReturnLink {
  text-align: right;
  margin-top: 20px;
}
.fbsubmit { 
  width: 80px;
}