body{
	background-color : #00ffff;
	font-family : Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	background-position : 10px 60px;
}
h1.title {
	font-weight : bolder;
	font-size : 3em;
	color : Red;
	position : absolute;
	top : 40px;
	left : 340px;
}
p.autor{
	position : absolute;
	top : 5px;
	left : 560px;
	font-weight : bold;
	font-size : 0.8em;
	width : 230px;
	color : Red;
}
div.head{
	height:100px;
	position : absolute;
	top : 0px;
	left : 10px;
	width : 750px;
	margin-right : 10px;
}
div.menu{
	position : absolute;
	top : 150px;
	left : 10px;
	width : 180px
}
div.menu2{
	position : absolute;
	top : 150px;
	left : 780px;
	width : 180px
}
div.obsah{
	position : absolute;
	top : 120px;
	left : 210px;
	width : 550px;
	color : Black;
    text-align : justify;
}
div.obsah2{
	font-size: 12pt;
	color : Agua;
	font-style : italic;
	text-align: justify;
}
img.logo{
	position : absolute;
	top : 5px;
	left : 30px;
}
div.patka{
	font-size : 9pt;
	color : Yellow;	
	margin-left : 3px;
	margin-right : 3px;
	text-align : center;	
}
div.tab01{
	border : 0;
	width : 90%;
	font-size: 10px;
}
div.tab02{
	font-size : 10pt;
}
hr {
     height: 2px; 
     color: Yellow; 
     background-color: Yellow; 
     border: 0px solid Yellow;
     width: 80%
}
a{
	color: blue;
}
a:link { 
	color: Blue;
}
a:visited { 
	color : #CB630E;
}
a:hover{
	color : #CB630E;
}	
 a.tlacitko,  a:visited.tlacitko{
	font-size : 9pt;
	color : Blue;
	text-decoration : none;
	/* border-bottom : 1px solid #686868; */
	/* font-weight : bolder; */
	/* padding : 0px 5px 0px 0px; */
	 display : block; 
	 margin : 3px 0px 5px 0px; 
}
 a:hover.tlacitko{
	font-size : 11pt;
	color : Black;
	text-decoration : none;
	font-weight : bolder;
	padding : 0px 5px 0px 0px;
	display : block;
	margin : 5px 0px 10px 0px;
	background-color : Yellow;   
}
.menu p{
	padding : 10px 10px 10px 10px;
	border-left : 0px dotted White;
	border-right : 0px dotted White;
	border-top : 0px dotted White;
	border-bottom : 0px dotted White;
}
.menu2 p{
	padding : 10px 10px 10px 10px;
	border-left : 0px dotted White;
	border-right : 0px dotted White;
	border-top : 0px dotted White;
	border-bottom : 0px dotted White;
}
h1 {
	font-size: 16pt;
	color : Red;
	margin-left:10px;
	margin-right:10px;
	margin-top : 10px;
	text-align : center;
	text-decoration: underline;
}
h2 {
	font-size:12pt;
	font-style : italic;
	color : Black;
	margin : 10px 10px 10px 10px;
}
h3 {
	font-size:1.2em;
	color : Blue;
	margin : 10px 10px 10px 10px;
	border-bottom : 0px dashed Blue;
	text-decoration: underline;
}
h4 {
}
h5{
	margin:0; font-size: 12pt;
	color : #000000;
	font-family:Arial; font-style:italic 
}
h6{ 
	margin:0; font-size: 10pt;
	color : Teal;
	font-family:Arial; font-style:oblique; text-decoration: underline; text-align:center;
}