html,body {
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin: 0px;
	padding: 0px;
	
	background: white;
	color: black;
	font-family: "verdana ce", verdanace, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	
	text-align: center;
	vertical-align: top;
}

/* nulování */
div {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}



div.zahlavi {
	width: 780px; /*moz-border-radius: 15px;*/
	
	border-right: 0px solid white;
	border-left: 0px solid white; 
	border-top: 0px solid white;
	border-bottom: 4px solid white;
		
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background: #F4F4F4;
	background-color: #F4F4F4;
	text-align: right;

}
div.zahlavi div {
	text-align: right;
	padding: 20px;
}


div.foto {

	
	border-right: 0px solid white;
	border-left: 0px solid white; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
		
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	

	text-align: center;
	

}
div.foto p {
	text-align: center;
	padding: 5px;
	margin: 0px;
}
div.foto div {
	text-align: center;
	padding: 40px;
}








div.copyright {
	width: 780px; /*moz-border-radius: 15px;*/
	height: 25px;
	
	border-right: 0px solid white;
	border-left: 0px solid white; 
	border-top: 4px solid white;
	border-bottom: 0px solid white;
		
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background: #F4F4F4;
	background-color: #F4F4F4;
	text-align: right;

}
div.copyright div {
	text-align: right;
	padding-right: 40px;
	padding-top: 5px;
}











a {
	text-decoration: none;
	color: Gray;
}
a:hover {
	text-decoration: none;
	color: Blue;
}

span.zvyrazni {
	font-weight: bold;
	color: Green;
}
.gray {
	color: Gray;
}
