@charset "windows-1250";
/* CSS Document */

 /* popis tela */
body {
	background-attachment: fixed;            /* pozadi se neroluje */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DFCA9A;
	}                           
        
/* tabulky */

.tabulkamain  {
	border: 0px;
	background-color: #D0BC8F;
	background-image: url(../design/pozadi_n.gif);
	background-repeat: no-repeat;
	}


.tabulkatext  {	
	width: 98%;
	table-align: center;
	border: 1px;
	background-color: none;
	border-style: solid;
	border-color: #990000;
	}

		  
 

/* texty */
.tbilim   {font: 8px Verdana; color: white; font-weight: normal;}
.tbilism   {font: 9px Verdana; color: white; font-weight: normal;}
.tbilimb   {font: 9px Verdana; color: white; font-weight: bold;}
.tbili   {font: 11px Verdana; color: white; font-weight: normal;}
.tbilib  {font: 11px Verdana; color: white; font-weight: normal;}
.tbilibold  {font: 11px Verdana; color: white; font-weight: bold;}
.tcernym  {font: 8px Verdana; color: black; font-weight: normal;}
.tcernysm   {font: 9px Verdana; color: black; font-weight: normal;}
.tcerny  {font: 11px Arial; color: black; font-weight: normal;}
.tcernyb  {font: 12px sans-serif; color: black; font-weight: normal;}
.tcernybb  {font: 12px sans-serif; color: black; font-weight: bold;}
.tcernyk  {font: 11px Arial; color: black; font-weight: normal;}
.tcervenyb  {font: 11px Verdana; color: #FFFFFF; font-weight: bold;}
.tcerveny  {font: 10px Verdana; color: #990000; font-weight: bold;}
.tcervenybig  {font: 12px Tahoma; color: #990000; font-weight: bold;}
.tcervenybigger  {font: 14px sans-serif; color: black; font-weight: bold;}
.tcervenyk  {font: 9px Verdana; color: #990000; font-weight: normal;}
.nadpisek  {font: 14px Tahoma; color: #003399; font-weight: bold;}

/* odkazy */
/*a.link {  font: 11px Verdana; color: white; font-weight: bold; text-decoration: none;} 
a:hover { color: white; text-decoration: underline;}*/

a.link {  font: 16px Tahoma; color: black; font-weight: bold; text-decoration: none;} 
a:hover { font: 16px Tahoma; color: white; font-weight: bold; text-decoration: underline;}

