@CHARSET "UTF-8";

body,td,th {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

a {
	color: red;
}

a.aktualita,.aktualita {
	color: #D62118;
	text-decoration: none;
	font-weight: bolder;
}

.left a {
	text-decoration: none;
	color: black;
}

.left-box .head a {
	color: white;
}

.menu-item a {
	font-weight: bolder;
	text-decoration: none;
	color: black;
	font-family: Arial Black;
	font-size: 17px;
}

a:hover {
	color: #D62118;
}

a.aktualita:hover {
	color: red;
}

h1 {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

ul,ol {
	margin: 0px;
	padding-left: 20px;
}

.a11 {
	color: red;
}

.aktualFrame {
	padding: 10px;
	min-width: 400px;
	border: 1px solid black;
	background-color: #ECFFEC;
	background-image: url(/resources/img/akce-aktual.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.aktualFrameHover {
	padding: 10px;
	min-width: 400px;
	border: 1px solid red;
	background-color: #ECFFEC;
	background-image: url(/resources/img/akce-aktual-f.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


