/**
  * Default vzhled hlavnich prvku
  */ 


body {
  font-family: Verdana, helvetica, sans-serif;
  =font-size: 90%;
}

h1 {
  font-size: 110%;
}

h2 {
  font-size: 100%;
}

h1 A {
/*  text-decoration: none; */
/*  color: #000; */
}

.textnotes {
  font-size: 80%;
}


ul {
  list-style: square;
}

/**
  * layour == rozlozeni cele stranky 
  */

#header {
  background: #f0f0e0;
  text-align: center;
  padding-top:    15px;
  padding-bottom: 15px;

  /* zarovnani stranky doprostredka */
  margin:0 auto;
  min-width:700px;
  max-width:800px;
  =width:800px;


}

#mainbox {
  margin:0 auto;
  min-width: 700px;
  max-width:800px;
  =width:800px;
  background: #eee;
  margin-top: 4px;
}

#menu {
  display: none;
}

#content {
  margin:0 0 0 0; 
  padding:0; 
}

#content_inner {
  margin:0; 
  padding: 0.5em 1em; 

}

#footnote {
  text-align: center;
  font-size: 70%;
}

#footnote a {
  color: #fff;
  text-decoration: none;
}

/**
  * news
  */

.vtop {
  vertical-align: top;
  white-space: nowrap;
}

.news_outline {
  margin: 4px 0px 4px 0px;
  padding: 1px 0px 1px 0px;
}

.news_date {
  white-space: nowrap;
  vertical-align: top;
  padding: 10px 0px 0px 0px;
}

.news_cnt {
  padding-left: 20px;
  padding-top: 10px;
}

/**
  * 
  */


.bench {
  border-collapse: collapse;
}

.bench td {
  border: solid #aaa 1px;
  padding: 2px 6px 2px 6px;
}

.bench th {
  font-weight: normal;
  font-size: 90%;
  padding: 2px 6px 2px 6px;
  border: solid #aaa 1px;
}

/**
  * Diskusni forum
  */

table.forum {
  width: 550px; 

  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #aaa; 
}
            	
.forum th { 
  background: #4466aa;
  padding: 2px 7px 2px 7px; 
  color: #fff;
  font-weight: normal;
  text-align: left;
}

.forum td {
  background: #fff;
  border: 1px solid #aaa;
  padding: 2px 7px 2px 7px; 
}

.search {
}

.search input.submit {
  height: 28px;
}

.search input.text {
  position: relative;
  top: -2px;
  =top: 0px;
  height: 20px;
  background-image: url('./images/search.png');
  background-position: right;
  background-repeat: no-repeat;
}

.search_result {
  color: #000;
  background: #ff0; 
}
.forumFooter A {
  color: #1c2247;
}

.forumMessageHeader {
  color: #666;
  font-size: 90%;
}

.forumMessageFooter {
  text-align: right;
  font-size: 90%;
}

.forumMessageFooter A {
  color: #1c2247;
  text-decoration: none;
}

/**
  * Registracni formular
  */

#regcnt table {
  border: solid #aaa 1px;
  width: 99%;
}

#regcnt .stCol {
  width: 50%;
}

#regcnt .text {
  width: 95%;
}

#regcnt .oheader {
  font-size: 80%;
  text-align: right;
  width: 99%;
}

#regcnt .oheader div {
  padding: 5px 25px 5px 25px;
}

#regcnt .ousko1 {
  float: left;

  font-weight:bold;
  background: #46a;
  color: #fff;
  width: 180px;
  text-align: center;
}

#regcnt .mandatory {
  background-image: url('./images/asterix.png');
  background-position: right;
  background-repeat: no-repeat;  
}

#help { 
  font-size: 90%;
  height: 60px;
  overflow: auto;
  border: solid #aaa 1px;
}

#help ul {
  margin-left: 25px;
  padding: 0px;
}

#help div {display: none;}

#cenik {
  width: 300px;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid #aaa 1px;
}

#cenik th {
  padding: 2px 7px 2px 7px; 
  font-weight: normal;
  color: #fff;
  background-color: #46a
}

#cenik td {
  padding: 2px 7px 2px 7px; 
  border: solid #aaa 1px;
  text-align: center;
}

.nolink {
  text-decoration: none;
  color: #000;
  border-bottom: dotted #aaa 1px;
}

a img {
  border: 0;
}