* {
	margin: 0;
	padding: 0;
}

body {	
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Exo 2", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
	font-size: 17px;
	color: #222222;
}

.cara {
width:100%; height:1px; background-image:url('hr.png'); background-size: 100%; background-repeat: no-repeat; margin-top:20px; margin-bottom:20px;
  }

.poznamka	{
		font-style: italic;
		margin-left: 40px;
		}
p {
	margin: 0% 0% 0% 0%;
	text-align: justify;
	width: 100%;
	line-height: 167%;
	font-size: 100%;
}

img {
max-width:100%;
}

ul	{
	list-style-type:square;
	position:relative;
	left:20px;
	line-height: 167%;
  margin-top:5px;
  margin-bottom:10px;
}
a:link {
	color: #005d9e;
}

a:hover {
	text-decoration: none;
	color: #b8c9e8;
}
a:visited {
	color: #005d9e;
}

h1 { font-size: 2em; font-weight: bold; color: #000000;}
h2 { font-size: 1.5em; font-weight: bold; color: #000000; margin-top:5px; margin-bottom:10px;}
h3 { font-size: 1.2em; font-weight: bold; color: #000000;}
h4 { font-size: 1em; font-weight: bold; color: #000000;}

.box_text {
     	width: 100%;
	padding-left:0px;
     	position: relative;
     	float: left;
	clear:both;
    }
.stranka {
     	width: 66%;
      margin: auto;
    }
    
@media print {
 body {
 font-size:14px;
 }
}

@media screen and (max-width: 1000px) {
   .stranka {
    min-width:96%;
  }
   body {
    font-size:1em;
  }
  #nazacatek {
    display:none;
  }
  #nazacatek2 {
    display:none;
  }
}

.odst	{
	padding: 0px 20px 0px 20px;
	border-left: 2px solid #0063a8;
}