body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	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: black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

h2 {
  font-size: 130%;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

hr {
  height: 1px;
  border: solid 1px gray;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}


#page {
  width: 100%;
  text-align: left;
}

#headline {
	display: none;
}

#titleWeb {
  font-size: 200%;
  border-bottom: 2px solid black;
  margin-bottom: 20px;
}

#titleWeb .headline {
  font-size: 80%;
  font-weight: normal;
}

#header {
	display: none;
}

#hrefHome {
  display: none;
}

#menuTopBanner {
	display: none;
}

#leftColumn, .rightColumn {
	display: none;
}

/*********************************************************/
/********************* leve menu *************************/
/*********************************************************/

#menuLeft {
  display: none;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
}

#mainContent h1 {
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 140%;
}

#mainContent .articlePerex {
  font-style: italic;
  padding-bottom: 20px;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.grdArticles .sectionItem .articleTitle .articleDate {
	font-size: 80%;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.grdArticles .sectionItem .itemIcon {
	display: none;
}

#mainContent .sectionItem .perexImage {
  float: right;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent h3 {
   clear: both;
   color: black;
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

#welcomeArticle {
  margin-bottom: 20px;
  border-bottom: 1px silver solid;
  padding-bottom: 10px;
}

#welcomeArticle .content {
  text-align: justify;
}

#welcomeArticle h2 {
  margin: 0px 0px 5px 0px;
}

#welcomeArticle .blueBox {
  display: none;
}

#newsColumn h2 {
  margin: 0px 0px 5px 0px;
}

#newsColumn .content {
  margin: 0px 0px 0px 0px;
}

#newsColumn .articleItem {
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

#newsColumn .articleItem .articleTitle a {
  font-weight: bold;
}

#newsColumn .articleItem .articleDate {
  font-weight: bold;
}

#newsColumn .articleItem .articlePerex {
  font-style: normal;
  display: inline;
}

#footer {
	display: none;
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: gray;
}

#footer .maxx {
  display: none;
}

/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}


.consultingQuestion .forumDate {
	font-weight: normal;
	float: right;
}

.consultingQuestion .forumUserName {
	color: black;
	float: right;
	padding-right: 5px;
	font-weight: normal;
}

.consultingQuestion .forumSubject {
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}

.consultingQuestion {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px gray;
}

.consultingAnswer {
	padding-top: 5px;
}

.grdConsultingArticle .more {
	display: none;
}
