﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Sem dávejte třídy týkající se hlavního rozložení stránek. */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

*
{
	margin: 0;
	padding: 0;
}

body, html    
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 9pt;
  background-color: White;
  color: Black;
}

p, img, table, tr, th, td, h1, h2, h3, h4, h5, ul
{
  border: 0px none;
  margin: 0px;
  padding: 0px;
}

a
{
  text-decoration: underline;
}
ul li a
{
  text-decoration: none;
}

a:link
{

}

a:visited
{
}

a:active
{
}

a:hover
{
 	text-decoration: underline;
}

p
{
  margin-top: 12px;
}

h1
{
  font-size: 14pt;
  color: #0B425F;
}

h2
{
  font-size: 10pt;
  color: #3B3B3B;
  font-weight: bold;
  margin-top: 14px;
}


table
{
  border: 1px solid #EB292A;
  width: 562px;
  margin-top: 8px;
}
table tr th
{
  background-color: #EB292A;
  color: White;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  font-size: 10pt;
  font-weight: bold;
}
table tr td
{
  vertical-align: middle;
  border: 0;
  padding: 10px;
  font-size: 10pt;
}

table.default
{
  border: 0;
  border-top: 1px solid black;
}
table.default tr td
{
  text-align: center;
  vertical-align: middle;
}

#noLineTable
{
  border-top: 0;
}

.xmain
{
  width: 1005px;
  margin: 0px auto;
}

.xheader
{
  margin: 0;
  padding: 0;
  font-size: 0;
  /* background-color: Green; /* debug */
}

.xmenu
{  
  height: 33px;
  background-color: #137FB8;
  margin: 1px 0px;
  text-align: center;
}
.xmenu ul
{
  margin-left: 82px; /* nahrada centrovani menu */
  /*margin: 0px auto; /* pane boze proc tohle nejde */
  height: 33px;
  float: left;
  /* background-color: Red; /* debug */
}
.xmenu ul li
{
  float: left;
  margin: 0px 0px 0px 10px;
  padding-left: 12px;
  list-style-type: none;
  background-image: url(img/menu_sep.png);
  background-position: left;
  background-repeat: no-repeat;
  /* background-color: Yellow; /* debug */
}
.xmenu ul li:first-child
{
  background-image: none;
}
.xmenu ul li a
{
  color: White;
  font-size: 11pt;
  font-weight: bold;
  line-height: 32px;
}

.xleft
{
  width: 205px;
  float: left;
  /*background-color: Lime; /* debug */
}

.xcontent
{
  float: none;
  margin: 13px 0px 13px 222px;
  /* background-color: Gray; /* debug */
}

.xright
{
  width: 201px;
  height: 100%;
  margin: 0px 0px 0px 13px;
  float: right;
  /* display: none; /* debug */
  /* background-color: Silver; /* debug */
}
