body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	color: black;
  text-align: center;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: #FF6400;
  font-weight: normal;
}

a:hover {
  color: rgb(0,0,204);
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

h1 {
  font-size: 140%;
  margin: 5px 0px 5px 0px;
  font-weight: normal;
  color: #4D4D4D;
}

h2 {
  font-size: 130%;
  margin: 5px 0px 5px 0px;
  font-weight: normal;
  color: #4D4D4D;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
  
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

hr {
  height: 1px;
  border: solid 1px silver;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

#page {
  position: relative;
  text-align: left;
  margin: auto;
  background-color: white;


}

#header {

}

#logo {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 125px;
  z-index: 3;
}

#titleWeb {
  font-size: 180%;
  background-color: #FF6400;
  color: white;
  margin-bottom: 20px;
}

#titleWeb a {
  text-decoration: none;  
  color: white;
}

#hrefHome {
  display: none;
}

.noprint {
  display: none;
}


/*********************************************************/
/********************* menu ******************************/
/*********************************************************/
#menuHor {
  width: 900px;
  height: 20px;
  background-color: #FF6400;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
  position: relative;
}

#menuHor li {
  float: left;
  padding: 0px 3px 0px 15px;
}

#menuHor ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menuHor ul li a {
  text-decoration: none;
  color: white;
  padding: 0px;
}

/*menu v levem sloupci*/

#menu {
  background-color: #EDEDED;
  padding: 10px 0px 20px 0px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#menu li {
  padding: 5px 7px 0px 15px;
}

#menu .topLevelMenu li a, #menuHor .topLevelMenu li a {
	font-weight: bold;
}
#menu .topLevelMenu li a:hover, #menuHor .topLevelMenu li a:hover {
	color: black;
}


#menu ul li a {
  text-decoration: none;
  color: #FF6400;
}

#menu ul li a:hover {
  color: rgb(0,122,194);
  /*text-decoration: underline;*/
}


/*submenu*/
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  margin-top: 4px;
}

#menu .topLevelMenu li a {
	font-weight: bold;
}

#menu .subLevelMenu {
	margin-left: 10px;
}

#menu .subLevelMenu li a {
	font-weight: normal;
}

#menu ul li a {
  text-decoration: none;
  color: black;
}

#menu ul .menuArrowDown {
  display: block;
  height: 1.2em;
}

#menu ul li a:hover {
  color: rgb(0,122,194);
  text-decoration: underline;
}
/*submenu horizontalniho menu*/
#menuHor .subLevelMenuHor {
	margin-left: 10px;
}

#menuHor .subLevelMenuHor li a {
	font-weight: normal;
}

#menuHor ul .menuArrow {
  display: block;
  height: 1.2em;
}

#menuHor li ul li {
  	border-bottom: #ffffff 1px solid;
  	padding: 2px 0px 2px 0px;
}

#menuHor li ul a {
  width: 200px;
  font-size: 11px;
  background-color: rgb(254,140,137);
  font-weight: normal;
  border-left: Silver;
  color: white;
}

#menuHor li ul {
  margin: 0px;
  position: absolute;
  width: 200px;
  left: -999em;
  background-color: rgb(254,140,137);
  z-index: 5;
}

#menuHor li ul ul {
	margin: -1em 0 0 200px;
}

#menuHor li:hover ul ul, #menuHor li.menuHover ul ul {
	left: -999em;
}

#menuHor li:hover ul, #menuHor li li:hover ul, #menuHor li.menuHover ul, #menuHor li li.menuHover ul {
	left: auto;
}

/*********************************************************/
/********************* layout ******************************/
/*********************************************************/
#leftColumn {
	float: left;
	width: 159px;
}
#leftColumn img {
	padding: 20px 0px 20px 0px;
}
#rightColumn {
	float: right;
	width: 130px;
	margin-left: 5px;
	padding: 10px 0px 0px 0px;
}
#rightColumn .sectionItem {
  border: none;
  margin-bottom: 10px;
  padding: 0px 10px 0px 0px;
}

#rightColumn img {
  margin-bottom: 10px;
}
/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {

}

#mainContent .content {
  margin: 0px;

}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {

}

#mainContent .articleTitle {
  margin: 5px 0px 4px 0px;
  color: rgb(19,105,156);
  font-weight: normal;
}

#mainContent .articleText {
  line-height: 1.5em;
}

.sectionItem {
  border-bottom: solid #4D4D4D 1px;
  margin-bottom: 20px;
  padding: 10px;

}

.perexImage, #imgSectionPerexImage {
  float: right;
  margin-left: 5px;
  padding: 1px;
  background-color: Silver;
}

.sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
  width: auto;  
}

.sectionItem .articlePerex p {
	margin: 0px;
}

#mainContent h3 {
   clear: both;
   color: rgb(19,105,156);
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;

}

#mainContent p {

}

#footer {
  width: 620px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: white;
}
#footer img {
	float: left;
	padding: 3px 0px 0px 0px;
}
#footer .text{
	font-size: 90%;
	color: rgb(208,208,208);
	margin: 0px 5px 0px 40px;
}

/****************************/
/********* section **********/
/****************************/



#divSectionPerex {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: solid 1px silver;
}

#divSectionPerex #imgSectionPerexImage {
  float: right;
}

.sectionTitle {
  text-align: left;
}

.grdArticles td {
	text-align: left;
	padding-bottom: 10px;
}

.grdArticles .sectionItem .articleTitle .articleDate {
	font-size: 70%;
	color: gray;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.grdArticles .sectionItem .articlePerex {

}


/****************************/
/********* article **********/
/****************************/

.articleSectionTitle {
  text-align: right;
}

/****************************/
/********* gallery **********/
/****************************/




.navigation {
	text-align: center;
}


.highlight
{
	background-color: #EDBE34;
}

.highlight a {
	text-decoration: none;
	font-weight: bold;
}


