.body {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	background-color: #E3E3E3;
	width: 1024px;
}

.hlavicka {
	width: 1024px;
	margin: 0px;
	border: 0px solid #CCCCCC;
}

.data {
	width: 1024px;
}

.menu {
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1024px;
}

.okno {
		margin-right: 2px;
		float: center;
		width: 1024px;
		margin-left: auto;
		border: 0px solid #DCDCDC;
}

.paticka {

	width: 1024px;
	height: 120px;
	background-color: #c6c6c6;
	text-align: center;
} 
	
.link {
	COLOR: #808080;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	font-size: x-small;
	border-bottom: 1px solid #808080;
	text-decoration: none;

}

.link:hover {
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	font-size: x-small;
	background: #000000;
}


.link2 {
	COLOR: Blue;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	font-size: small;

}

.link2:hover {
	COLOR: #FFFFFF;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	font-size: small;
	background: #000000;
}