body {
    /*background-image: url("images/background.png");*/
		color: #663300;
		background-attachment: fixed; /* pozadí neroluje */
    background-position : bottom right;
    background-repeat : no-repeat;
    background-color: #FFC547;            
		padding: 0;
		margin: 0;
		border: 0;
		text-indent: 0;
		font-size: 120%;
}

div#vlevo {
  	position: relative;
	float: left;
	margin-left: 5em;	
}
div#vpravo {
	position: relative;
	float: right;
	margin-right: 5em;
	}

div#seznam {
	float: none;
	display: block;
	clear: both;
	}
div#cle {
	float: none;
	display: block;
	clear: both;
	}


div#navigace {
		color: black;
    background-color: #804000;
		padding: 5px;
  	width: 15%;
  	position: absolute; top: 15%; /* left: 5px;  */
}

div#navigace img {
  	height: 0.8em;
}

div#navigace a:link{
color: #FFFF33;
font-size:1em;
}

div#navigace a:active{
color: silver;
font-size:1em;
}

div#navigace a:visited{
color: #FFC547;
font-size: 1em;
}




div#hlavicka {
		text-align: center;
		color: #FFCD61;
		padding: 0%;
    background-color: #804000;
		margin: 0%;
		font-family: arial;
		position: absolute;
		width: 100%;
		height: 15%;
}

div#hlavicka h1 {
   font-size: 2em;
   margin-bottom: 0.2em;
   margin-top: 0.2em;
}

div#hlavicka h2 {
   font-size: 1.3em;
   margin-bottom: 0.2em;
   margin-top: 0.1em;
}

div#hlavicka img {
   position: absolute;
   width: 5em;
   height: 5em;
   top: 3%;
}

div#hlavicka img#logo {
   LEFT: 3%;
}






div#okno {
  	position: absolute; top:15%; left:17%; right: 2%;
    text-align: left;
    border: 3px;
    border-color: #E09900;
    border-top-style:solid;
    border-right-style:none;
    border-bottom-style:none;
    border-left-style:none;
    font-size: medium;
    font-family: times, serif;
   

}

div#okno h2{
text-align: center;
}

div#okno a{
text-decoration: none;
}

div#okno h1{
text-decoration: none;
text-align: center;
}

div#okno textarea{
width: 100%;
height: 25em;
}

div#okno textarea#neplatne{
height: 10em;
}

.odsazeny {
text-indent: 15px;
}

.stred {
text-align: center;
}

.okraj5 {
margin: 5%;
}

img#uvod {
width: 20%;
height: 20%;
display: block;
margin-left: auto;
margin-right: auto
}

img.foto {          /* pro ilustrační fotku a text vpravo*/
width: 25%;
height: 25%;
float: left;
display: block;
margin-right: 10%;
margin-top: 0px;
margin-left: 5px;
margin-bottom: 1em;
}

img.foto2 {       /*fotka uprostřed do textu*/
width: 20%;
height: 20%;
display: block;
margin-left: auto;
margin-right: auto;
}

img.foto3 {          /* pro ilustrační fotku a text vlevo*/
width: 25%;
height: 25%;
float: right;
display: block;
margin-right: 5px;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 1em;
}

img.foto3v {          /* pro ilustrační fotku a text vlevo, foto na výšku*/
width: 20%;
height: 20%;
float: right;
display: block;
margin-right: 5px;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 1em;
}

img.foto4 {       /*fotka uprostřed do textu- novinky*/
width: 25%;
height: 25%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1EM;
}

img.foto5 {       /*fotka uprostřed větší*/
width: 40%;
height: 40%;
display: block;
margin-left: auto;
margin-right: auto;
}

.samostatne {
clear: both;
}

.popis {
color: rgb(102,0,204);
font-weight: bold;
}

div#okno p {
text-indent: 20px;
text-align: justify;
}

div#okno .tucne {
font-weight: bold;
}

div#okno p.novinky {
font-weight: bold;
font-size: large;
text-align: center;
}