/* CSS Document */
body {
	font-family: "Courier New", Consolas;
	color: black;
	font-size: small;
	background-color: white;
}
a:link {
	font-family: "Courier New", Consolas;
	color: navy;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Consolas;
	color: navy;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Consolas;
	color: red;
/*	font-weight: bold;
	text-decoration: underline; */
}
#horni-supermenu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", Consolas;
	font-size: small;
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: rgb(153,204,255); 
	border-top: 1px rgb(0,0,0) solid; 
	border-bottom: 1px rgb(0,0,0) solid; 
}
#cela-stranka {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(245,245,245);
}
#hlavicka {
	text-align: center;
	background-color: rgb(204,255,204);
	border-top: 1px rgb(0,0,0) solid; 
	border-bottom: 1px rgb(0,0,0) solid; 
}
#horni-menu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", Consolas;
	font-size: small;
	text-align: center;
	background-color: rgb(255,255,204);
	border-top: 1px rgb(169,169,169) dotted; 
	border-bottom: 1px rgb(169,169,169) dotted; 
}
#leve-menu {
	width: 210px;
	float: left;
	font-weight: bold;
}
#hlavni-text {
	width: 959px;
/*	border-left: 1px rgb(169,169,169) dotted; 

 */
	float: left;
	text-align: justify;
	font-family: "Courier New", Consolas;
	font-size: medium;
	border-top: 1px rgb(0,0,0) solid; 
  
}
#paticka {
	clear: left;
	background-color: rgb(204,255,255);
	text-align: center;
	font-family: "Courier New", Consolas;
	font-size: small;
	font-weight: bold;
	border-top: 1px rgb(0,0,0) solid; 
	border-bottom: 1px rgb(0,0,0) solid; 

}
p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}