.article {
	position: relative;
	margin: 10px auto;
	width: 95%;
	color: #444444;
	text-align: left;
}

.article .date {
	font-size: 11px;
	color: #000066;
}

.article strong {
	color: #444444;
	font-size: 11px;
}

.article em {
	color: #444444;
}

.article span {
	color: #000000;
}

.article img {
	margin-bottom: 5px;
}

.article .image {
	margin: 35px auto;
	text-align: center;
}

.article img.fleft {
	float: left;
	margin-right: 7px;
}

.article img.fright {
	float: right;
	margin-left: 7px;
}

.article a.more, .article a.more:hover {
	display: block;
	margin-top: 10px;
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.article a.more:hover {
	text-decoration: underline;
}

.article a.more img {
	vertical-align: bottom;
}

#flashcontent_play {
	margin-top: 10px;
/*	padding: 20px 0;*/
	text-align: center;
/*	background-color: #000000;*/
}

/* POROTA */

.article img.pimg {
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
	border: 1px solid #555555;
}

.article .gold {
	color: #E5A82D;
}

.article h1 {
	margin-bottom: 15px;
	color: #001599;
	font-size: 16px;
	font-weight: bold;
}

.article h2 {
	color: #E5A82D;
	font-size: 12px;
	font-weight: bold;
}

.article .rok {
	font-size: 10px;
	font-style: italic;
}

.article p {
	margin-top: 5px;
	color: #222222;
	text-align: left;
}

.article p.comment {
	font-size: 10px;
}

.article table.porota {
	margin: auto;
	margin-top: 25px;
	width: 100%;
}

.article table.porota td {
	width: 50%;
	padding-bottom: 17px;
	vertical-align: top;
	padding-right: 0;
	padding-left: 5px;
}
.article table.porota td.left {
	padding-right: 5px;
	padding-left: 0;
}

#pquote {
	color: #FFFFFF;
}

/* NOMINACE */

.nominace {
	position: relative;
}

.nominace strong {
	display: block;
	width: 440px;
}

.nominace p {
	margin-top: 5px;
}

/*
.nominace a, .nominace a:hover {
	position: absolute;
	right: 10px;
	top: 0;
	color: #000088;
	text-decoration: none;
}

.nominace a:hover {
	text-decoration: underline;
}
*/

hr {
	height: 1px;
	margin: 5px 0;
	color: #666666;
}

/* MAPA WEBU */

.sitemap {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}

.sitemap ul {
	list-style-type: square;
}

.sitemap ul li {
	margin: 5px 0;
}

.sitemap ul li.first a {
	color: #000099;
	font-weight: bold;
}




