/* CSS Document */

body,th,td {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(pozadi.jpg);
}
#top {
	background-color: #C70067;
	height: 86px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(images/top-hlavicka.jpg);
	margin-bottom: 2px;
}
#flash {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 8px;
	color: #FFF;
}
#footer a {
	text-decoration: underline;
	color: #C70067;
}
#footer a:hover {
	background-color: #C70067;
	text-decoration: underline;
	color: #000;
}

