body {
margin-top: 10px; /* odsadí okraje o 10 pixelů od okraje prohlížeče */
padding: 0px;
font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
font-size: 13px;
color: Black;
background-color: #FFFFFF;
text-align: center;
} 
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: underline;
	color: Black;
}
.top {
	/*vrcní proužek */
	width: 800px;
	height: 100px;
	background-color: #99CCFF;
	background: url(../images/toplogo2.jpg);
	margin: 0 auto;
}
.top div#levyroh { /*levý roh vrchního proužku */
	float: left;
	width: 20px;
	height: 20px;
} 
.top div#nadpis {
	/* stred vrchního proužku */
	position: relative;
	width: 760px;
	height: 100px;
	padding: 0px;
	float: left;
}
.top div#nadpis h1 {
	/* pozice nadpisu */
	font-size: 43px;
	margin-top: 25px;
	padding-left: 100px;
	text-align: left; 
	/*font-family: fantasy;*/
	font-weight: normal;
} 
.top div#pravyroh { /*levý roh vrchního proužku */
	float: right;
	text-align: left;
	width: 20px;
	height: 20px;
} 
.top a {
	text-decoration: none;
	color: Black;
}
.top a:hover {
	text-decoration: none;
	color: Black;
}


