body {
	text-align: center;
  padding: 0px 10px 0px 10px;
/*nast. body odsazení zleva i zprava 10px--*/
	font-family: arial;
	background-color: #c35330; 
  font-size: 17px;   
}
/*       #6e2009                               */
#blok {
	margin: 0 auto;
	width: 950px;
  height: 750px;
  top: 0px;
  background-color: white; 
	position: relative;
	border: 1px solid black;       
}
#hlava {
	width: 950px;
	height: 200px;
	position: relative;
	top: 0px;
	background: url(grafika/grm.jpg);
	background-repeat: no-repeat;
	border: 0px solid black;
}

#menu {
	width: 578px;
	height: 20px;
	position: absolute;
	left: 350px;
	top: 200px;
	border: 0px solid black;
	text-align: left;
}
#obsahbox { 
  margin: 0 auto;
  text-align: left; 
	width: 830px;
  height: 350px;
	position: absolute;
	top: 350px;
	left: 60px;
	border: 0px solid black;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

#logo {
  position: absolute;
  width: 500px;
  top: 170px;
  left: 0px;
	text-align: left;
	z-index: auto;
	border: 0px solid black;
	vertical-align: text-top;
}       
.copyright {
	font: normal 10px tahoma;
	text-decoration: none;
}
.text {  
	position: relative;
	padding-top: 0px;
	padding-left: 300px;
	top: 50px;
	left: 0px;
}


/*menu------------------------------------------------------------------------*/
.indentmenu {
	font: bold 13px Arial;
	width: 100%;
/*leave this value as is in most cases*/
}
.indentmenu ul {  
	margin: 0;
	padding: 5px 11px;
	float: left;
	width: 100%;
	background: black url(grafika/indentbg.jpg) center center repeat-x;   
  text-align: center;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: inherit;   
  background-color: dark grey;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #f14a15;
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
/*	background: black url(grafika/indentbg2.gif) center center repeat-x;   */
}
/*formáty------------------------------------------------------------*/
h1  {
	text-align: left;
	position: relative;
	margin-top: 60px;
	font-size: 25px;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 20px;
	text-align: center;
}
/*Tecky pro hlavni nabidkdu v uvodu-----------------------------------------*/
.tecky {
	border-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	position: relative;
	color: dark grey;
	width: 400px;
	padding: 2px;
	left: 40px;
	top: 20px;
}
#fadeshow1 {
  position: absolute;
  top: 200px;
	left: 600px;
	Z-index: auto;
}
