/* ----------------------------------------------   HTML ELEMENTS------------------------------------------------- */
/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	font: 11px/165% arial;
	color: #ffffff;
	margin: 0;
	padding: 0 0 50px 0;
	background: #000000 url(../images/main-hea.jpg);
		background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
.top_comments {
	float: right;
	padding-top: 5px;
}
.subscribebg {
	background: url(../images/textbg.jpg) no-repeat;
	border: none;
	width: 216px;
}
input.subscribe {
	margin-left: 32px;
	background: transparent;
	width: 160px;
	padding-left: 5px;
	color: #666;
	border: none;
}
.subbut {
	float: right;
	vertical-align: top;
	border: 0px;
}
.mailbg {
	height: 87px;
	width: 403px;
}
/* Links */
a {
	text-decoration: none;
	color: #107b96;
}
a:hover {
	color: #fff;
}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 120%;
	padding-left: 40px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}
h4 {
	font-size: 120%;
	font-weight: normal;
}
h5 {
	font-size: 120%;
	font-weight: normal;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}
p, dl {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #895F30;
}
dd {
	padding-left: 25px;
}
/* Images */
.col-one img {
	margin: 3px;
	padding: 2px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre;
*/
	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
/* form elements */
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #528991;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #ffffff;
	background: #0a1b2f;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #ffffff;
}
input, textarea, select {
	background: #0a1b2f;
	border-width: 1px;
	border-style: solid;
	border-color: #cbf1f9;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #ffffff;
	background: #2a949d;
	border-width: 1px;
	border-style: solid;
	border-color: #73bbcb;
}
/* ------------------------------------------   LAYOUT------------------------------------------- */
#header-wrap {
	position: relative;
	background: url(../images/main-hea.jpg);
		background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 208px;
	text-align: left;
}
#header-photo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	height: 208px;
	width: 1004px;
	clear: both;
	/* border: 1px solid #F0F0F0;
*/
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
}
/*  Navigation */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 974px;
	height: 35px;
	left: 150px;
	top: 155px;
}
#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover {
	color: #fff;
	border-bottom: 1px solid #FFF;
}
#nav span.feed {
	padding: 0px 18px 0px 0px;
	background: url(feed0000.gif) no-repeat right center;
}
#header-wrap h1#logo-text a {
  display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px arial, Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -0.5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
/* change the values of top and left to adjust the position of the logo*/
	top: 20px;
	left: 15px;
}
#header-wrap h1#logo-text a:hover {
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: arial, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.8em;
	text-transform: none;
	color: #fff;
	width: 400px;
/* change the values of top and left to adjust the position */
	top: 38px;
	left: 15px;
}
/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 7px;
	right: 55px;
	padding: 0;
	margin: 0;
	width: 188px;
	height: 25px;
	background: url(searchbg.png);
	z-index: 999999;
	border: 0px solid #D8D8D8;
}
#header-wrap form#quick-search p {
	margin: 0;
	padding: 0;
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px;
	width: 210px;
	background: none;
	border: none;
	color: #fff;
	font-size: 10px;
}
#header-wrap form#quick-search label, #header-wrap form#quick-search .btn {
	display: none;
}
.content-shield {
	position: relative;
	top: 0px;
	margin: 0px auto;
	background:  url(../images/contentb.png);
	width: 1004px;
}
#content-outer {
	margin: 0px auto;
	background:  url(../images/contentb.png);
	width: 1004px;
}
#content-wrapper {
	padding-top: 20px;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background:  url(../images/contentb.png);
}
.col-one {
	margin-right: 20px;
	padding-left: 20px;
}
.col-mid {
	float: right;
	width: 350px;
	margin-left: -370px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-right: 5px;
}
.col-two {
	float: left;
	width: 210px;
	margin-top: 5px;
}
.col-three {
	float: right;
	width: 210px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 10px;
}
#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 1.1em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #1b2b33;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-one h2 a:hover {
	color: #637580;
}
#content .col-one ul li {
	list-style-image: url(bullet00.gif);
}
#content-wrapper .col-mid h2, #content-wrapper .col-two h2, #content-wrapper .col-three h2 {
	background: #0a1b2f;
	color: #fff;
	font: bold 10px arial, "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}
/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 3px 5px 3px 60px;
	padding: 0;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 2px 10px;
	margin: 0;
	background: #07151c;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #535f65;
}
ul.sidemenu li a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
ul.sidemenu li a:hover {
	color: #fff;
	background: none;
	border: none;
}
ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
ul.sidemenu ul li {
	background: none;
}
/* footer */
#footer-wrapper {
	background:  url(../images/contentb.png) repeat-y;
	clear: both;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	color: #0b4955;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
#footer-wrapper a {
	color: red;
	background: transparent;
}
#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-wrapper ul.footer-list li {
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 100%;
	line-height: normal;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: red;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: red;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover, #footer-wrapper ul.footer-list li li a:hover, #footer-wrapper ul.footer-list li a:hover span, #footer-wrapper ul.footer-list li li a:hover span {
	color: #f4feff;
	text-decoration: none;
}
#footer {
	width: 994px;
	margin-left: 5px;
	border-bottom: 2px solid #fff;
	background: #0a1b2f;
	padding-bottom: 10px;
}
#footer-bottom {
	background: #000101;
	clear: both;
	width: 100%;
	margin: 0 auto;
	color: #405356;
	width: 1004px;
}
#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #08d2fd;
	background: transparent;
}
#footer-bottom .bottom-left a:hover, #footer-bottom .bottom-right a:hover {
	text-decoration: underline;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
	font-size: 95%;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 5px;
	font-size: 95%;
}
.bottom-col {
	width: 100%;
	float: left;
	font: 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
}
/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #ffffff;
	border: 1px solid #152730;
	background: #0a1b2f;
}
.postmeta a {
	background: transparent;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding-top: 3px;
	margin-left: 5px;
	color: #bababa;
}
.post-info a {
	color: #fff;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* clearing */
.clearer {
	clear: both;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clearsmall {
	padding-bottom: 10px;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clearer {
	clear: both;
}
.col-mid .sponsors img.ml {
	margin-bottom: 4px;
	padding: 1px;
	margin-right: 4px;
	overflow: hidden;
}
.clearhigh {
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
/* tabs */
.tab_container {
	margin: 0px 10px;
	padding: 0px;
	border: 5px solid #000;
}
.tab_container_in {
	margin: 0px;
	padding: 10px 0px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tab_menu_container {
	margin: 0px 10px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	background-color: #000;
}
#tab_menu li {
	margin: 0px;
	padding: 5px 5px 2px 0px;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
}
#tab_menu .first {
	padding: 5px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #fff;
	color: #000000;
	text-decoration: none;
}
.tab_content_list {
	display: none;
}
#tab_content_tags a, #tab_content_tags a:visited {
	color: #fff;
	text-decoration: none;
}
#tab_content_tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
.tab_container ul {
	list-style: none;
}
.clearhigh {
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
#box-ads {
	margin: 0px;
	padding: 15px 0px 0px 25px;
	float: left;
	width: 388px;
}
#box-ads h3 {
	font-weight: bold;
	font-size: 12px;
}
#box-ads .top-tab {
	float: left;
	height: 35px;
	width: 388px;
}
#box-ads .tab-content {
	float: left;
	width: 388px;
	padding: 10px;
}
#box-ads .tab-content h3 {
	font-size: 14px;
	font-family: 'Trebuchet MS', georgia, arial;
	font-weight: bold;
	line-height: 23px;
	color: #15afd2;
	margin: 0px;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
	width: 388px;
	text-transform: uppercase;
}
#box-ads .bot-tab {
	float: left;
	height: 22px;
	width: 388px;
}
.adsponsor {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	width: 332px;
}
.adsponsor h3 {
	font-weight: bold;
	font-size: 12px;
}
.featurepost {
	Background: #C7F3FE url(featureb.jpg) repeat-x;
	padding: 25px;
}
.fnews_wrap {
	width: 400px;
	border: 1px solid #fff;
}
td, td {
	font: 11px/165% arial;
}
.srameckem {
	border: 1px solid #0a1b2f;
	font: 11px/165% arial;
}
/************ menu ************/
.horizontalcssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	float: left;
	padding: 10px 15px 8px 10px;
	background: url(../images/nav_nact.png) repeat-x;
	font: bold 10px  Arial, 'Trebuchet MS', Tahoma, Helvetica, Geneva, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	width: 160px;
/*width of sub menu levels*/
	font: bold 10px  Arial, 'Trebuchet MS', Tahoma, Helvetica, Geneva, Sans-serif;
	background: url(../images/nav_nact.png) repeat-x;
border: 1px solid #000000;
}
.horizontalcssmenu ul li a:hover {
	background: url(../images/nav_curr.png) repeat-x;
}
.horizontalcssmenu ul li ul li a:hover {
	background: url(../images/nav_curr.png) repeat-x;
}
.horizontalcssmenu .arrowdiv {
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}
* html p#iepara {
/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a {
	height: 1%;
}
/* End */



#nastenka{
	background-color : #0a1b2f;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : center;
	z-index : 0;
}
#nastenka a{
color: #ffffff;
}
#nastenka hover{
text-decoration: underline;
}
.vztah_1
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	border: 1px solid #0a1b2f;
	background-color : Yellow;
	font-weight : bolder;
}
.vztah_2
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	border: 1px solid #0a1b2f;
	background-color : Silver;
	font-weight : bolder;
}
.vztah_3
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	border: 1px solid #0a1b2f;
	background-color : White;
	font-weight : bolder;
}
.vztah_4
{
	color : Black;
	background-color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	font-weight : bolder;
	border: 1px solid #0a1b2f;
}
.vztah_5
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	border: 1px solid #0a1b2f;
	background-color : #1E90FF;
	font-weight : bolder;
}
.posta_0
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border: 1px solid #0a1b2f;
}

.posta_1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	border: 1px solid #0a1b2f;
}
.posta_2
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E7741F;
	border: 1px solid #0a1b2f;
}
.posta_3
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E7741F;
	border: 1px solid #0a1b2f;
}
.posta_4
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #E7741F;
	border: 1px solid #0a1b2f;
}
.posta_6
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFA828;
	border: 1px solid #0a1b2f;
}
.posta_7
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Yellow;
	border: 1px solid #0a1b2f;
}
.posta_8
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #00BFFF;
	border: 1px solid #0a1b2f;
}
.posta_9
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #2EBE2F;
	border: 1px solid #0a1b2f;
}

.informace20{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #1E90FF;
}
.informace19{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 13px;
	color : White;
}
.informace18{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 13px;
	color : Red;
}
.informace17{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : right;
}
.informace16{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace15{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : center;
}

.informace14{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	font-weight : bolder;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace13{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	text-align : left;
	border: 1px solid #0a1b2f;
} 
.informace12_ko{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Red;
	font-weight : bold;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace12_ok{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #32CD32;
	font-weight : bold;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace1_ko{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Red;
	font-weight : bolder;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace1_ok{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Yellow;
	font-weight : bolder;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace11{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Red;
	text-align : left;
} 
.informace10{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : left;
} 
.informace9{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	font-weight : bolder;
	text-align : left;
} 
.informace8{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	text-align : center;
	font-weight : normal;
	background-color : #1E90FF;
	font-style : italic;
}
.informace7{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
	text-align : center;
	font-weight : bolder;
	background-color : Gold;
}
.informace6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	text-align : left;
	font-weight : normal;
}
.informace5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	text-align : center;
	font-weight : normal;
}
.informace4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	text-align : center;
	font-weight : bolder;
}
.informace2-2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Red;
	border: 1px solid #0a1b2f;
	text-align : center;
	font-weight : bolder;	
}
.informace2-1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #32CD32;
	border: 1px solid #0a1b2f;
	text-align : center;
	font-weight : bolder;
}
.informace2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : White;
	border: 1px solid #0a1b2f;
	text-align : center;
}
.informace1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bolder;
	border: 1px solid #0a1b2f;
	text-align: center;
}

 /* hidden submenu style */
 .wmSubMenuHidden {
   position:absolute;
   visibility:hidden;
   z-index:1;
 }

 /* share link style for both menus */
.wmLink {
display:block;
width:100%;
padding:2px 2px 3px 2px;
text-decoration:none;
color:#000000;
}

A:link.wmLink, A:visited.wmLink{
	color: Black;
	text-decoration: none;
	text-transform: none;
}

 .wmLink:hover {
    text-decoration:none;
}

 /* horizontal menu styles */
 .hItemOn  {
	width: 100%;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
}

 .hItemOff {
	width: 100%;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BBDDFF;
}
 .hItemOn_main  {
	width: 100%;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
}

 .hItemOff_main {
	width: 100%;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BBDDFF;
}
#center{
	margin: 0 auto;
	text-align : center;
}
#nadpis5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 11px;
	color : #32CD32;
	margin-bottom : 10px;
}
#nadpis4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 11px;
	color : Red;
	margin-bottom : 10px;
}
