body {
	font-family: Arial, Helvetica, sans-serif;
	top:0px;
	}
div.head{
	height: 176px;
	width: 760px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-image: url(images/titul.jpg);
	background-repeat: no-repeat;
}
div.tlacitka{
   margin-top: -25px;
   height: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	
}

div.obsah{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	width: 660px;
	height: 300px;
	text-align: justify;
	color: #000000;
	background-image: url(images/bgr.jpg);
}

caption {
	font-weight: bolder;
	font-size: medium;
	}



p{
 font-size: 12px;
}
ul{
	font-size: 12px;
}
ol{
	font-size: 12px;
}
table {
   margin-top: 20px;
   font-size: 12px;
	border: 1px solid Black;
	border-collapse: collapse;
	}

	
td {
   font-size: 12px;
	border: 1px solid Black;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

a{
  
	color: black;
	}
a:link { 
  
	color: black;
}
a:visited {
	color: Gray;
}
a:hover{
	color : #FF7F50;
}	
a.tlacitko,  a:visited.tlacitko{
	position:absolute;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
	display: block;
	margin: 2px 2px 2px 2px;
	width: 150px;
	height: 15px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left: thin solid White;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: thin;
	font-size: 12px;
	background-color: Gray;
	color:white;
	}
 a:hover.tlacitko{
	text-decoration: none;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
	display: block;
	margin: 2px 2px 2px 2px;
	background-color: #DCDCDC;
	color: #8FBC8F;
	}

h1 {
	font-size: 24px;
	color: Black;
	margin-left: 10px;
	margin-right: 10px;
	top:30px;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: Black;
	margin: 10px 10px 10px 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
h3 {
	font-size:16px;
	color : inherit;
	margin : 10px 10px 10px 10px;
	border-bottom : 1px dashed White;
}