@charset "windows-1250";
.akce {
	float: right;
	width: 300px;
	font-size: 14px;
	background-color: #EFECE7;
}

.akce-nadpis {
	color: #FFFFFF;
	background-color: #884F0F;
	width: 300px;
	text-indent: 20px;
	font-weight: bold;
}
.akce-obsah {
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
}
.akce-obsah p {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90720A;
}
.akce-obsah hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.akce-obsah a {
	color: #884F0F;
	text-decoration: none;
	display: block;
}
.akce-obsah a:hover {
	background-color: #90730B;
	color: #FFFFFF;
}
.akce-obsah img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
