/* CSS Document */


/* Komponenta NEWS */

.newsTable {
	width: 100%;
}

.newsTable td {
	padding: 0px;
}

.newsTableTitle {
	font-weight: bold;
	padding-bottom: 3px;
	font-size: small;
}

.newsTableTitle a, .newsTableTitle a:visited {
	text-decoration: underline;
	font-weight: bold;
}

.newsTableTitle a:hover {
	text-decoration: none;
}

.newsTableDate {
	clear: both;
	margin-bottom: 2px;
	margin-top: 0px;
}

.newsTablePlace {
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
}

.newsTablePerex {
margin-bottom: 5px;
}

.newsTableMore {
	margin-bottom: 20px;
}

.newsTableMore a, .newsTableMore a:visited {
	text-decoration: underline;
}

.newsTableMore a:hover {
	text-decoration: none;
}

.newsTableImage {
text-align:center;
}

.rightBox .newsTableTitle {
	font-size: x-small;
}

