body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(129,129,129);
	color: white;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

p {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

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

.layout {
	border-collapse: collapse;
}

.alignRight {
	text-align: right;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}


#page {
  min-width: 1000px;
  width: 100%;
}

#header {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: white;
  margin: 0px;
  z-index: 1;
  padding: 19px 0px 20px 0px;
}

#logoCorial {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

/*********************************************************/
/********************* horni menu ************************/
/*********************************************************/

#menuTop {
  padding: 0px;
	background-color: rgb(231,113,56);
	height: 48px;
}

#menuTop table {
  border-collapse: collapse;
  margin-left: 15px;
  height: 48px;
}

#menuTop td {
  background-image: url('../images/menu-separator.gif');
  background-position: middle left;
  background-repeat: no-repeat;
}

#menuTop a {
  display: block;
  width: 60px;
  height: 26px;
	text-decoration: none;
	color: white;
  margin: 10px 10px 10px 15px;
}

#menuBottom {
  text-align: right;
  margin: 5px 0px 5px 0px;
  border-right: solid 1px white;
  margin-right: 25px; 
}

#menuBottom a {
  color: white;
  text-decoration: none;
  border-left: solid 1px white;
  padding: 0px 10px 0px 10px;
}

#menuBottom a:hover {
  color: white;
  text-decoration: underline;
}


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

#mainContent {
  position: relative;
  height: 410px;
  background-color: black;
  color: white;
  z-index: 1;
}

#mainContent .inside {
  padding: 20px;
}

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

#bottomBanner {
  height: 44px;
/*  background-image: url('../images/loga.jpg');
  background-position: top left;
  background-repeat: no-repeat;*/
  background-color: white;
  color: black;
  z-index: 1;
}

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

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

.articleTitle {
  position: absolute;
  top: 20px;
  left: 35px;
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 110%;
  z-index: 1;
}

.textBox {
  position: absolute;
  top: 50px;
  left: 35px;
  width: 700px;
  height: 300px;
 /* background-color: rgb(227,227,227); */
  background-color: rgb(255,255,255); 
  padding: 20px;
  overflow: auto;
  color: black;
  z-index: 1;
}

.leftColumn {
/*  width: 430px;*/
  line-height: 1.6em;
}

.rightColumn {
	float: right;
  width: 251px;
  margin-left: 10px;
}

.address {
  margin-top: 10px;
}

.trademarks, .moreInfo {
  margin-top: 10px;
}

.ocWww {
  margin-top: 15px;
  overflow:hidden;
  clear: left;
}

.action {
  border: solid 1px rgb(255,105,0);
  padding: 10px;
  margin-top: 10px;
  color: rgb(255,102,0);
  font-weight: bold;
  float: left;
}

#copyright {
  text-align: right;
  color: silver;
  font-size: 80%;
  padding: 2px;
}

#copyright a {
  font-weight: normal;
  color: silver;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/*****************************************************************/
/************************* home page *****************************/
/*****************************************************************/

#smallArticles {
  position: absolute;
  width: 86px;
  top: 21px;
  z-index: 1;
}

#smallArticles a {
  display: block;
  padding-bottom: 7px;
}

#advertLeft {
  position: absolute;
  top: 21px;
  left: 110px;
  height: 367px;
  border: solid 1px gray;
  z-index: 1;
}

#welcomeText {
  position: absolute;
  top: 20px;
  left: 400px;
  width: 339px;
  line-height: 2em;
  font-size: 110%;
  z-index: 1;
}

#welcomeText p {
  margin-top: 15px;
}

#actions {
  position: absolute;
  width: 339px;
  left: 400px;
  bottom: 20px;
  background-color: rgb(230,112,55);
  color: white;
  z-index: 1;
}

#actions h2 {
  margin: 10px 10px 0px 10px;
  font-size: 100%;
}

#actions .content {
  margin: 10px;
}

#actions .more {
  display: block;
  margin: 0px 10px 10px 10px;
  color: white;
  font-weight: bold;
}

#advertRight {
  position: absolute;
  top: 20px;
  left: 740px;
  z-index: 1;
}

#flashIntro {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
