
/* font-weight 100,200, ..,900; normal 400, bold 700 */

/* barvy:
	#450000 - hneda
	#90a090 - hnedozelena
	#e8ffe8 - sv. zelena
	#005040 - tm. zelena
	#680d68 - fialova
	#b40000 - cervena
#b9492e - cervenohneda
#00503d - tm. zelena
*/
/* 1920x1080  1920x1200 1920x1440 */
*>{margin:0;border:0;padding:0;}

/*common*/
.notext{text-indent:-99999px;}
.left{float:left;}
.right{float:right;}
.clr{clear:both;}
.hidden{display:none;}
.tcenter{text-align:center;}
.tleft{text-align:left;}
/*common*/

#body {
  
  font-size: 15px;
  /*font-family:"Times New Roman","urw bookman l", 
              "Century Schoolbook l", georgia, serif;*/
  width:1900px;height:1060px;
  position:absolute;left:50%;
  margin:0 0 0 -500px;
  border: 3px solid lightgreen;
}
body{
  color: #f5f5f5;
  background:#282828 /*url(/images/bg.png) repeat-y center*/;
  background: linear-gradient(to right, #222, #393939, #222);
  font-size:1em; /*15px;*/
  font-family:"Times New Roman","urw bookman l", 
              "Century Schoolbook l", georgia, serif;
  text-align:center;
  margin:0px; 
  /*color: #00503d;*//*background-color:rgb(0,0,0)*/;/*#00503d;*/
  /*border: 3px solid lightgreen;*/ 
}

.page
{
  border-bottom:1px solid #555;
  /*width:1176px;*/     width:1200px;
  margin:auto;    
  padding-top:0px; /*18px;*/
  padding-bottom:18px;
  position:relative;    
  /*background:#808080 url(/images/pageBg.png) repeat-y;*/
  margin-bottom:0px;
  margin-top:0px;  
}

.nadpis{
  padding-top:25px;
  padding-left:5px;
  position:relative;    
  margin:0px;
  text-align:left;
  font-size:2.2em; /*52px;*/
  color: #a0a0a0;
  text-shadow: 3px 3px 3px rgba(0,0,0,1);
}
.Vmenu{
  padding-top:18px;
  padding-bottom:18px;
  position:relative;    
  margin:0px;
  text-align:left;
  font-size:2em; /*25px;*/
}

/*text-shadow:
    _horizontalni_posun_
    _vertikalni_posun_
    (_rozostreni_)
    _barva_,
    (_dalsi_stiny_);
    */
.Vmenu a {
  color: #a0a0a0;
  text-shadow: 3px 3px 3px rgba(0,0,0,1);
  padding-left:20px;
  
}

a:link {text-decoration: none; border:0px;}
a:visited {color:#fff; text-decoration: none;}
a:hover {color:#000; text-decoration: none;}
a:active {color:red; text-decoration: none;}

.paticka
{
  margin-top:18px;
  margin-bottom:5px;
  color:white;
  text-transform: uppercase;
  text-align:center;
  font-size:0.6em; /*12px;*/
  line-height:15px;
}
