HTML {
  font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

BODY {
  margin-top: 3px;
  margin-left: 3px;
  color: #333333;  
  background-color: #ffffff;
}

BODY.Index {
  text-align:center;
}

IMG {
  border: none;
}

BODY.Index IMG {
  margin-top: 70px;
}

UL {
  list-style-type: square;
  margin-top: 0px;
}

LI {
  margin-bottom: 8px;
}

A {
  color: #ff0000;
  background-color: inherit; 
  text-decoration: none; 
}

A:hover {
  color: #999999;  
  background-color: inherit;  
  text-decoration: underline; 
}

A.actPage {
  color: #333333;
  background-color: inherit; 
  text-decoration: none; 
}

A.actPage:hover {
  color: #333333;  
  background-color: inherit;  
  text-decoration: none; 
}

TD {
  font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  color: inherit;
  background-color: inherit;  
}

SPAN {
     text-align: justify;
     display: block;	 
}

INPUT, SELECT {  
       font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
       font-size: 12px;
}


.MainArea {
  width: 100%;
}

.Main {  
  width: 860px; 
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  table-layout: fixed;
}

TD.MainHeader {
  height: 78px;
  width: 690px; 
  background: url(../images/hlavicka.png) no-repeat;  
  padding-top: 60px;
  padding-bottom: 3px;
  border-bottom: 1px solid #888888;	
}

.MainLeft {
  vertical-align: top;
  width: 170px;
  border-right: 1px solid #888888;
  padding-left: 15px;
  padding-top: 15px;
}

.MainMenu {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  table-layout: fixed;
}

TD.MainMenuSep {
  height: 5px;
}

TD.PageArea {
  vertical-align: top;
}

.FormTable {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid #888888;
  background-color:#f1f1f1;
}

.FormTable TD {
  padding: 0px 20px 8px 15px;
  vertical-align: top;
}

.ParTitle {
  font-size: 18px;
  color: #777777;
  background-color: inherit;  
  padding-bottom: 4px;
}

TD.MainFooter {
  font-size: 10px;
  color: inherit;
  background-color: inherit;
  vertical-align: bottom;  
}

DIV.TabActive {
  width: 70px;
  height: 20px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  float: left;
}

DIV.TabActive A {
  text-decoration: none;
  color: #333333;
}

DIV.TabActive A:hover {
  text-decoration: none;
  color: #333333;
}

DIV.TabInactive {
  width: 70px;
  height: 20px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  background-color:#f1f1f1; 
  text-align: center;
  float: left; 
}

DIV.TabInactive A {
  text-decoration: none;
  color: #333333;
}

DIV.TabInactive A:hover {
  text-decoration: none;
  color: #999999;
}

DIV.TabSep {
  width: 4px;
  height: 20px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888; 
  float: left; 
  margin-bottom: 20px;
}

DIV.TabSpace {
  width: 300px;
  height: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #888888; 
  float: left; 
  margin-bottom: 20px;
}

.ListTable {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

.ListTable TD {
  vertical-align: top;
  border: 1px solid #888888;
  padding: 4px;
}

.ListTable TD.ListTableHeader {
  font-weight: bold;
  background-color:#f1f1f1;   
}

.ListTable TD.ListTableHeaderC {
  font-weight: bold;
  background-color:#f1f1f1;   
  text-align: center;
}

TD.emphRow {
  background-color:#f8ecec;
}

DIV.commentBlock {
  border:1px solid #999999;
  padding:4px;
  visibility: hidden;
  display: none;
}

DIV.ClrBth {
  height: 1px;
  font-size: 1px;
  width: 1px;
  clear: both;
}

DIV.NewsBox {
  margin: 0px 20px 10px 20px;	
  padding: 10px 10px 0px 10px;
  border: 1px solid #999999;
  background-color: #eeeeee;
}