body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: #787878;
	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;
}

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: bold;
  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;
  width: 900px;
  text-align: left;
  margin: auto;
  background-color: white;
  border: solid #4D4D4D 1px;
}

#header {
  position: relative;
  width: 900px;
  height: 125px;
}

.logoHeader {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 125px;
  z-index: 3;
}

#titleWeb {
  position: absolute;
  top: 20px;
  left: 70px;
  font-size: 150%;
  background-color: rgb(0,122,194);
  color: white;
  z-index: 1;
}

#titleWeb a {
  text-decoration: none;  
  color: white;
}

#hrefHome {
  display: block;
  position: absolute;
  width: 100px;
  height: 125px;
  margin: auto;
}




/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menuTop {
  background-color: #FF6400;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
}

#menuHorizontal {
  padding: 0px 0px 0px 0px;
  position: relative;
}

#menuHorizontal, #menuHorizontal ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 0px;
}

#menuHorizontal a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  border-right: solid 1px white;
  color: white;
  padding: 0px 10px 0px 10px;
  margin: 5px 0px 5px 0px;
}

#menuHorizontal a:hover {
  color: black;
}

#menuHorizontal li {
	float: left;
}

#menuHorizontal li ul li {
  	border-bottom: rgb(180,196,214) 1px solid;
  	border-top: 1px solid #FFFFFF;
}

#menuHorizontal li ul a {
  display: block;
  width: 150px;
  border-right: solid 1px rgb(180,196,214);
  border-left: solid 1px rgb(180,196,214);
  background-color: #FF6400;
  color: white;
  margin: 0px;
  padding: 2px 10px 2px 10px;  
}

#menuHorizontal li ul {
  margin: 0px;
  padding: 0px;
	position: absolute;
	background: white;
	width: 170px;
	left: -999em;
	background-color: transparent;
}

#menuHorizontal li:hover ul, #menuHorizontal li li:hover ul, #menuHorizontal li.menuHover ul, #menuHorizontal li li.menuHover ul {
	left: auto;
}



#menuLeft {
  background-color: #EDEDED;
  padding: 10px 0px 20px 5px;
}

#menuLeft ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menuLeft ul li {
  padding: 5px 7px 7px 5px;
}

#menuLeft a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

#menuLeft ul li a:hover {
  color: rgb(0,122,194);
}

#menuLeft ul li ul {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  list-style: none;
}

#menuLeft ul li ul li {
  padding: 0px 0px 5px 0px;
}

#menuLeft ul li ul li a {
	font-weight: normal;
}

#menuLeft ul .menuArrowDown {
  display: block;
}


/*********************************************************/
/********************* layout ******************************/
/*********************************************************/

#leftColumn {
	float: left;
	width: 159px;
}

#leftColumn img {
	padding: 20px 0px 20px 0px;
}

#leftColumn .searchBox {
	margin: 10px 0px 5px 10px;
	padding: 0px;
}

#rightColumn {
	float: right;
	width: 145px;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#rightColumn .sectionItem {
  border: none;
  margin-bottom: 10px;
  padding: 0px 10px 0px 0px;
}

#rightColumn .grdArticles h2 {
	font-size: 100%;
}

#rightColumn img {
  margin-bottom: 10px;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
  float: left;
}

#mainContent .content {
  margin: 10px 0px 10px 10px;
  width: 570px;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {
  padding-bottom: 5px;
}

#mainContent .articleTitle {
  margin: 5px 0px 4px 0px;
  color: rgb(19,105,156);
  font-weight: bold;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

.sectionItem {
  border: 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;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#footer {
	width: 900px;
	margin: auto;
	clear: both;
	padding: 20px 0px 25px 0px;
	text-align: left;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: rgb(208,208,208);
}

#footer img {
	margin-left: 5px;
}

#footer .text{
	font-size: 90%;
	color: rgb(208,208,208);
}

/****************************/
/********* section **********/
/****************************/



#divSectionPerex {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: solid 1px silver;
}

#divSectionPerex #imgSectionPerexImage {
  float: right;
}

.sectionTitle {
  text-align: left;
}

.grdArticles .sectionItem {
	text-align: left;
}

.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;
}


/*******************************/
/********* discussion **********/
/*******************************/

.grdArticleDiscussion, #forumNewMessageBox {
	background-color: beige;
	width: 100%;
}

.grdDiscussion td {
	border-bottom: solid 1px silver;
}

.grdArticleDiscussion .articlesListAlternating {
	background-color: #dbdbbf;
}

.grdArticleDiscussion .forumDate, .grdDiscussion .forumDate {
	white-space: nowrap;
	width: 100px;
}

.grdArticleDiscussion .forumSubject, .grdDiscussion .forumSubject {
	font-weight: bold;
}

.articleDiscussionTitle {
	font-weight: bold;
}

#divArticleDiscussion .divButtons {
	text-align: right;
}

#divArticleDiscussion .divButtons a, #hrefWholeArticle {
	padding: 4px;
	display: block;
	font-weight: bold;
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	color: white;
	background-color: #868466;
	text-decoration: none;
	width: 150px;
	text-align: center;
}

#divArticleDiscussionBox {
	height: 150px;
	width: 99%;
	overflow: hidden;
}

#divButtonWholeArticle
{
	margin-top: 10px;
	border-bottom: dotted 2px #868466;
}

#hrefWholeArticle {
	margin-top: 0px;
	font-weight: normal;
}

#forumNewMessageBox {
	clear: right;
	margin-top: 15px;
}

#forumNewMessageBox form {
	padding: 10px;
}

#forumNewMessageBox form .inputItem {
	width: 100%;
}

#forumNewMessageBox form table .inputItem {
	width: auto;
}

.languageSwitch {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-top: 10px;
}

.languageSwitch ul {
	margin: 10px;
}
