/* CSS Document */

#vrchni {
	margin: 0 0 0 0px;
	padding: 0px;
	border: thin solid Black;
	height: 158px;
	width: 776px;
	background: url("obrazky/soutok3.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#navigace {
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#navigace-zaklad {
	margin: 5px 0px 5px 0px;
	padding: 1px;
	text-align: left;
	font-size: 14px;
}

#obsah {
	width: 603px;
	margin: 0;
	padding: 0;
	border: 0px;
	border-right-color: Maroon;
	border-right-style: double;
	border-right-width: thick;
	background-image: url("obrazky/strana3.jpg");
	background-repeat: no-repeat;
	background-position: inherit;
	background-color: #FFC66F;
}


#obsah-zaklad {
  
	width: 550px;
	margin:0;
  padding: 0.5em 1em;
  font-size: 100%;
}



hr.cleaner {
	    clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

hr { color: Maroon;
}


li {
	list-style-type: inherit;
	list-style: none outside;
	display: block;
	list-style-position: outside;
}

h1 {
	white-space: pre;
	font-style: oblique;
	text-shadow: #996666;
	letter-spacing: normal;
	line-height: normal;
	font-size-adjust: inherit;
	color: Maroon;
}

.zvyrazneni1 { color: red;
               font-weight: bold;
}

#aktivni {
  margin: 4px;
	padding: 4px;
	border: thin groove;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
} 

#navigace-zaklad a  {
  margin: 4px;
	padding: 4px;
	border: thin groove;
	font-weight: bold;
	text-decoration: none;
}

#navigace-zaklad a:link { background: #ED8107; color: #fff } /* nenavštívený */
#navigace-zaklad a:visited { background: #ED8107; color: #fff } /* navštívený*/
#navigace-zaklad a:hover { background: #EBBF82; color: #4D1D00; }  /* odkazy přejížděné myší */

a:visited.mail    {
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
  color: red;
}

 a:hover.mail    {
  border: none;
	font-weight: normal;
	text-decoration: underline;
  background-color: red;
	color: white;
}

#zaklad {
  
	width: 776px;
	margin: 1em auto;
	border: 1px solid black;
	text-align: left;
	background-color: #FFC66F;
}

/* paticka */

#patka {
	width: 776px;
	height: 30px;
	text-align: center;
	font-size: x-small;
	background-color: #FFC66F;
	color: #848484;
}


  hr.pathr {
    	clear: both;
    	height: 1px;
    	margin: 1px 0 0 0;
    	padding: 2;
    	border: 1px;
    	color: Maroon;
    }

body {
     font-family: "Times New CE", Times CE, "Times New Roman" serif;
	   margin: 0px;
	   padding: 0px;
	   text-align: center;
	   background: url("obrazky/podklad2.jpg");
	   
}

