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;
}

#banneryVlevo {
    position: absolute;
    width: 176px;
    height: 290px;
    top: 400px;
    left: 0px;
}


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: 0px 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);
}

.layout {
	border-collapse: collapse;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
  
}


#page {
  width: 780px;
  text-align: left;
  margin: 0px auto 0px auto;
  padding-top: 36px;
  background-image: url('/images/banner-nahore.gif');
  background-position: top right; 
  background-repeat: no-repeat;
}

#adBox2 {
	width: 647px;
	height: 205px;
	margin: auto;
}

#titleWeb {
  display: block;
  width: 780px;
  height: 262px;
  position: absolute;
  z-index: -1;
  font-size: 200%;
  background-color: rgb(19,105,156);
  color: white;
}

#titleWeb a {
  display: block;
  text-decoration: none;  
  color: white;
  padding: 10px;
}

#titleWeb .headline {
  font-size: 80%;
  font-weight: normal;
}

#header {
  position: relative;
  width: 780px;
  height: 226px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
}

#hrefHome {
  display: block;
  position: absolute;
  width: 780px;
  height: 262px;
  top: 0px;
  left: 0px;
}

/*********************************************************/
/********************* horni menu ************************/
/*********************************************************/

#menuTop {
	color: #194D90;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 40px;
	list-style: none;
}

#menuTop a {
	display: block;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border-left: solid 1px #194D90;
}

#menuTop a:hover {
}

#menuTop li {
	float: left;
}

#menuTop li ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menuTop li ul li {
  	border-bottom: rgb(19,105,156) 1px solid;
  	border-top: 1px solid #FFFFFF;
  	padding: 2px 0px 2px 0px;
}

#menuTop li ul a {
  width: 180px;
  border-left: none;
/*  border-right: solid 1px rgb(19,105,156);
  border-left: solid 1px rgb(19,105,156);*/
  font-size: 11px;
  background-color: #F0EAE3;
}

#menuTop li ul {
  margin: 0px;
  padding: 1px;
  position: absolute;
  background: white;
  width: 190px;
  left: -999em;
  background-color: #F0EAE3;
z-index: 99;
}

#menuTop li ul ul {
	margin: -1em 0 0 150px;
}

#menuTop li ul ul li a {
	border-left: solid 1px white;
}

#menuTop li:hover ul ul, #menuTop li.menuHover ul ul {
	left: -999em;
}

#menuTop li:hover ul, #menuTop li li:hover ul, #menuTop li.menuHover ul, #menuTop li li.menuHover ul {
	left: auto;
}


/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
}

#mainContent .content {
  padding-top: 30px;
  margin-left: 43px;
  margin-right: 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-size: 90%;
	padding-bottom: 20px;
}

#mainContent .articleTitle {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  font-size: 100%;
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent .sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.sectionItem .perexImage {
  float: left;
  margin-right: 10px;
}

.sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
}

.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(235,235,235);
  text-align: right;
  font-size: 80%;
  color: gray;
}

#footer a {
  text-decoration: none;
  font-weight: normal;
  color: gray;
}
*/

/*************************/
/********* 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 **********/
/****************************/

/****************************/
/********* gallery **********/
/****************************/

.grdPictures {
	width: 99%;
}

.grdPictures td {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 20px;
}

.grdPictures .title {
	display: block;
	text-decoration: underline;
	font-weight: normal;
}

.grdPictures .picture {
	background-color: silver;
	padding: 1px;
}

/*******************************************/
/************* quick login form ************/
/*******************************************/

#login {
	float: right;
	text-align: right;
}

#login .tx {
	width: 80px;
	margin-right:6px;
}

#login form {
	margin: 36px 0px 0px 0px; 
	border: 0px;
	font-size: 89%;
}

#login .tx {
	border: #194D90 1px solid;
	padding: 0px 2px 0px 2px;
	font-size: 95%;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #194D90;
} 

.button, .buttonOver {
	border: 0px;
	font-size: 89%;
	cursor: hand;
}

.buttonOver {
	background-color: #194D90;
	color: #ffffff;
}

.button {
	background-color: #D93B3B;
	color: #ffffff;
}

#login .loginLabel {
	color: #194D90;
}

.orderFormDiv .label {
	display: block;
}

.button, .buttonOver {
	border: 0px;
	cursor: hand;
	padding: 2px;
}

.requeredField {
	color: #AA0000;
	font-size: 90%;
}

#menuVlevo {
	font-size: 85%;
}


.roletyBox {
	font-size: 80%;
	text-align: center;
	margin-top: 20px;
	width: 205px;
	font-weight: normal;
}