
div.center{
  margin: auto;
  width: 630px; 
}

.no-border{
 border-width: 0px!important;
}



/******************************************************************************/
/*.uvod{
  font-size: large;
  color: rgb(129,0,0); 
  min-height: 400px;
  _height: 400px;
}*/

.riadok{
  padding: 5px 0px 5px 0px;
}
select{
  width: 120px; 
}
select.koncovka{
  width: 60px;
}
.errors{
  color: Crimson;
  padding: 5px 0px 5px 0px;
  position: relative;
  left: 0%;
  font-weight: bold;
}
.green{
  color: green;
  padding: 5px 0px 5px 0px;
  position: relative;
  left: 0%;
  font-weight: bold;
}
.notice{
  font-size: 80%;
  text-align: center;
}

.small{
  font-size: 80%;
  font-weight: normal; 
}


tr{
  background-color: beige;
}
.tr1{
  background-color: rgb(244,244,244);
  border: solid maroon 1px; 
}

td{
  padding: 3px 3px 3px 3px;
  border: solid maroon 1px;
}

tr:hover{
  background-color: DarkSalmon;
  color: white;
}

a{
  font-weight: bold;
}
a:link{
  color: 	black;
}
a:visited{
  color: Maroon;
}
a:hover{
  color: white;
  background-image: url('/images/menu.jpg');
  background-repeat: repeat-x;
}

tr a{
  color: white;
}
.deactivated{
  text-decoration: line-through;
  background-color: DimGray;
}

div span{
  font-weight: bold;
}

/******************************** okno poznamka ****************************/
/*.poznamka{
  border: solid maroon 1px;
  background-color: rgb(245,245,245);
  width: 413px;
  height: 312px;
}
/*.nadpis{
  height: 40px;
  background-image: url('../images/tbheader-small.jpg');
  background-repeat: repeat-x;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  padding: 6px 0px 0px 0px;  
}*/


/*************** sila hesla ********************/
div#sila-hesla{
  color: white;
  float: left;
}
div#sila-hesla-max{
  width: 300px;
  text-align: center;
}
div.sila-hesla-info{
  display: none;
  float: left;
  padding-left: 15px;
}
div.neakceptovatelne{
  width: 27px;
  background-color: rgb(255,0,0);
}
div.slabe{
  width: 54px;
  background-color: rgb(255,102,0);
}
div.postacujce{
  width: 81px;
  background-color: rgb(255,255,0);
}
div.silne{
  width: 108px;
  background-color: rgb(0,255,0);
}
div.bezpecne{
  width: 134px;
  background-color: rgb(0,153,0);
}

div.nadpis-sila{
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana;
}

div.neakceptovatelne-c{  
  background-color: rgb(255,0,0);
  color: white!important;
}
div.slabe-c{
  background-color: rgb(255,102,0);
  color: white!important;
}
div.postacujce-c{
  background-color: rgb(255,255,0);
}
div.silne-c{
  background-color: rgb(0,255,0);
}
div.bezpecne-c{
  background-color: rgb(0,153,0);
  color: white!important;
}