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: 480px; /*moz-border-radius: 15px;*/
	height: 119px;
	
	border-right: 0px solid white;
	border-left: 0px solid white; 
	border-top: 0px solid white;
	border-bottom: 2px solid white;
		
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
	background: #F4F4F4;
	background-color: #F4F4F4;
	text-align: right;
	
	background-image: url(img/zahlavi.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div.zahlavi div {
	text-align: right;
	padding-right: 40px;
	padding-top: 80px;
}


div.seznam {
	width: 480px; /*moz-border-radius: 15px;*/
	
	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;
	
	background: #F4F4F4;
	background-color: #F4F4F4;
	text-align: center;
	
	color: Gray;
}
div.seznam div {
	text-align: left;
	padding: 1em 30px;
	height: 150px;
	vertical-align: top;

}
div.seznam div.podtrzeno {
	border-bottom: 2px solid white;
	height: auto;
	background-color: #FCFCFC;
}
div.seznam div img {
	float: left;
	margin-right: 20px;

}







div.copyright {
	width: 480px; /*moz-border-radius: 15px;*/
	height: 25px;
	
	border-right: 0px solid white;
	border-left: 0px solid white; 
	border-top: 2px 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;
}




H1 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	display: inline;
}






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

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