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: rgb(19,105,156);
  font-weight: normal;
}

a:hover {
  color: #AA1515;
}

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;
}

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 rgb(19,105,156);
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}


#page {
  position: relative;
  width: 780px;
  text-align: left;
  margin: auto;
  margin-top: 20px;
  background-color: rgb(106,121,131);
}

#titleWeb {
  display: block;
  width: 780px;
  height: 262px;
  position: absolute;
  z-index: -1;
  font-size: 200%;
  color: white;
}

#titleWeb a {
  display: block;
  text-decoration: none;  
  color: white;
  padding: 10px;
}

#titleWeb .headline {
  font-size: 80%;
  font-weight: normal;
}

#header {
  width: 780px;
  height: 110px;
  background-image: url('/images/header-cz.gif');
  background-repeat: no-repeat;
}

#hrefHome {
  display: block;
  position: absolute;
  width: 780px;
  height: 110px;
  top: 0px;
  left: 0px;
}

/*********************************************************/
/********************* leve menu ************************/
/*********************************************************/

#menu {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#menu ul {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menu a {
	text-decoration: none;
	font-weight: normal;  
	padding: 2px 10px 2px 3px;
	font-size: 90%;
	color: rgb(106,121,131);
}

#menu a:hover {
	color: #AA0000;
}

#menu li {
	margin-top: 5px;
}

.imgSection {
	position: absolute;
	top: 20px;
	left: 20px;
}

/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
  width: 700px;
  margin: 0px 40px 20px 40px;
  padding-top: 7px;
  background-color: White;
  position: relative;
}

#mainContent .content {
  margin: 5px 5px 5px 185px;
  overflow: auto;
  height: 374px;
  width: 508px;
  border-left: silver 1px solid;
}

#mainContent .content .inside {
  margin: 10px;
}

#mainContent h1 {
  color: black;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 140%;
  text-align: right;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {
  font-style: italic;
  padding-bottom: 20px;
}

#mainContent .articleTitle {
  margin: 0px 0px 2px 0px;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#mainContent .sectionItem .perexImage {
  float: right;
}

#mainContent .sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

#mainContent .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 {
  clear: both;
  border-top: solid 1px rgb(165,174,181);
  text-align: left;
  font-size: 80%;
  color: rgb(165,174,181);
  width: 700px;
  margin: 10px 40px 10px 40px;
}

#footer h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: rgb(165,174,181);
}

#footer .developer {
	float: right;
}

/*************************/
/********* form **********/
/*************************/

.label {
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 500px;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}

/****************************/
/********* section **********/
/****************************/

#grdSections {
	border-bottom: solid 1px silver;
	margin-bottom: 20px;
}

#grdSections td {
	vertical-align: top;
	width: 25%;
}

#grdSections .sectionItem {
	text-align: center;
	border: none;
}

#grdSections .sectionItem .perexImage {
	border: solid 1px silver;
	float: none;
}

#grdSections .sectionItem .title {
	display: block;
}

/****************************/
/********* article **********/
/****************************/

