.border {
  border: 2px solid #000080;
}
.border-center {
	border-top: 1px solid #666666;
	border-right: 1px dashed #666666;
	border-bottom: none;
	border-left: 1px dashed #666666;
	padding: 10px;
}
.border-left-up {
  border-top: 1px solid #666666;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}
.border-right-up {
  border-top: 1px solid #666666;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}
.border-left-down {
  border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}
.border-right-down {
  border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}
.nadpis-akce {
	font: bold 14px sans-serif;
	color: #ffffff;
}
.nadpis {
	font: bold 11px sans-serif;
	color: #000000;
}
.nadpis1 {
	font: bold 10px sans-serif;
	color: #000000;
}
.text-bold {
	font: bold 11px sans-serif;
	color:#666666;
}
.text-normal {
	font: normal 10px sans-serif;
	color: #666666;
}
.odkaz {
    font: bold italic 11px sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}
a:active {
	text-decoration: none;
}

