a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
  color: SlateBlue; 
}

a:hover.menu {
	text-decoration: none;
  color: gold; 
}

body {
background-color:white;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

.nadpis {
	font-family: verdana;
	font-size: 24pt;
	font-weight: bold;
	color: navy;
}

.text {
	font-family: verdana;
	font-size: 10pt;
}

.titulek {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.podtitulek {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	text-indent: 10;
}

.zvyrazni {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

#uvod {
	color: navy;
	font-weight: bold;	
	text-align: justify;
	line-height: 15pt;
}

#telo {
	text-align: justify;
}
	
#pup {
	position: absolute;
	visibility: hidden;
	z-index: 200;
	line-height: 160%;
}

.menu {
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-indent: 10;
}

#active {
	color: Gold;
}

.cara {font-size: 1px;}
