/**
  * Default vzhled hlavnich prvku
  */ 


body {
  background-color: #2e3436;
  font-family: Verdana, helvetica, sans-serif;
  =font-size: 90%;
/*  overflow: -moz-scrollbars-horizontal; */
}

h1 {
  font-size: 130%;
  font-variant: small-caps
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 105%;
}

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

.textnotes {
  font-size: 80%;
}

/******************************************************************************/


.roundtop { 
	background: url(./images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(./images/br.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important; 
}

/******************************************************************************/


ul {
  list-style: square;
}

td {
  padding: 3px 10px 3px 10px;
}

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

#header {
/*  background: #f0f0e0; */
  text-align: center;
  
  padding: 0;
  margin: 0;

  /* zarovnani stranky doprostredka */
  margin:0 auto;
  width:800px;
  =width:800px;
  height: 110px;

}

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

position:relative; 
/*padding:.5em; */

  

}
/********************************* menu **************************************/

#menu {
  text-align:center;
  margin: 0 auto; 
  padding: 0;
  width: 700px;
}


div.menu-outer {
  float: left; 
  width: 120px; height: 27px;
  margin: 0 20px 0 0; 
  background: url( "./images/bars.png" ) 0 -55px no-repeat;
  background-color: #204a87;

}

div.menu-outer a {
  display: block; 
  margin: 0 0 0 0;
  padding: 3px 0 0 0;
  =padding: 2px 0 0 0;
  width:100%; 
  height:100%;
  overflow:hidden;
  color:#eeeeec;
  text-decoration: none;
  background: url( "./images/bars.png" ) top left no-repeat;
}

div.menu-outer span {
  display: block;
  margin:0; 
  padding: 7px 0 0 13px;
}

div.menu-outer a:hover {
  background-image: none; 
  color:#000;
}

div.menu-outer a:active {
  color: black;
}


/******************************* content *************************************/

#content {
  clear: both;
  margin:0 0 0 20px; 
  padding:0; 
  background: #eee;
  min-height: 250px;
}

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

}

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

/*****************************************************************************/

.news_outline {
  padding: 12px 0px 12px 0px;
}

/**
  * faq
  */

.add { list-style-image: url(./images/newfeature.gif); }
.rem { list-style-image: url(./images/bugfix.gif);     }
.chg { list-style-image: url(./images/changes.gif);    }
.imp { list-style-image: url(./images/important.gif);  }

#help { height: 60px; overflow: auto; border: dashed gray 1px;}
#help div {display: none;}


/**
  * Diskusni forum
  */

table.forum {
  width: 725px; 

  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #aaa; 
}
            	
.forum th { 
  background: #204a87;
  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;
  width: 150px;
}

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

table.cenik {
  width: 450px; 

  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #aaa; 
}
            	
.cenik th { 
  background: #204a87;
  padding: 2px 7px 2px 7px; 
  color: #fff;
  font-weight: normal;
  text-align: center;
}

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