body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
/*	background-image: url(_pic/prechod.gif);
	background-repeat: repeat-y;
	background-position: center; */
	background-color: #ffffff;
  text-align:center; 
	margin: 0px;
	padding: 0px; }

#intro {
	background-image: url(_pic/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 540px;
}

#pagewidth {
  width: 1000px;
  text-align: left; 
	background-image: url(_pic/vodoznak.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
  margin-left: auto;
  margin-right: auto; }

#header {
  position: relative; 
  height:274px;
  width:100%;
  background-image: url(_pic/top.jpg);
  background-repeat: no-repeat;
  background-position: center; }

#leftcol {
	font-family: Segoe UI, Arial, sans-serif;
  font-size: 13px;
  width: 184px;
  float: left;
  position: relative;
  background-image: url(_pic/prechod-navigace.gif);
  background-repeat: repeat-y;
  padding: 10px 0px 10px 110px; }

#maincol {
  float: right;
  display: inline; 
  position: relative;
  width: 674px;
  font-size: 13px;
  padding: 5px 15px; }
 
#footer {
  height: 20px; 
  border-top: 1px dotted silver;
  text-align: right;
  clear: both;
  font-size: 11px;
  line-height: 20px;
  margin: 20px 0px 0px 0px;
  width: 1000px; } 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }

.clearfix { display: inline-block; }

#leftcol ul { margin: 0px; padding: 0px; }

#leftcol ul ul { margin: 0px 0px 0px 20px; padding: 0px; }

ul.menutitle {
  list-style-type: none;
  font-size: 14px;
  font-weight:bold;
  margin-bottom: 2px;
  color: rgb(135,96,40);
  padding:1px;
  cursor: pointer;
  text-transform: lowercase; }

ul.submenu {
  font-size: 13px;
  list-style-type: none;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
}
#leftcol a {
  text-decoration: none;
  color: rgb(135,96,40);
}
#leftcol a:hover {
  color: rgb(71,35,17);
}

#maincol h1 {
  font-size: 18px; }
#maincol p { margin: 5px 0px; padding: 0px;  }

a.intro_odkaz {
  text-decoration: none;
  color: rgb(71,35,17);
  font-size: 12px;
}

a.intro_odkaz:hover {
  text-decoration: none;
  color: rgb(117,83,43);
  font-size: 12px;
}

