
/* Definice stylu pro zakladni HTML elementy */
body
{
	background-color:white;
	font-family : sans-serif; 
	font-size:12px;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
}
/* Definice umisteni jednotlivych sloupcu,rel.pozice */
#leftcol
{
	width:160px;
	padding:10px;	
	background-color:white;
}

#maincol
{
	padding:10px;	

	text-align:left;
	background-color:white;	
}
.nabidka_href1	{
	font-size:13px;
	font-weight:bold;
	font-family : tahoma,sans-serif; 
	width:130px;
	padding-left:20px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:19px;
	background-color:white;
}

.nabidka_href_over1	{
	font-size:13px;
	font-weight:bold;
	font-family : tahoma,sans-serif; 
	width:130px;
	padding-left:20px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:19px;
	background-color:#E2FDE1;
}

.nabidka_href	{
	font-size:13px;
	font-weight:bold;
	font-family : tahoma,sans-serif; 
	width:130px;
	padding-left:20px;
	border-bottom:1px solid black;
	height:19px;
	background-color:white;
}

.nabidka_href_over	{
	font-size:13px;
	font-weight:bold;
	font-family : tahoma,sans-serif; 
	width:130px;
	padding-left:20px;
	border-bottom:1px solid black;
	height:19px;
	background-color:#E2FDE1;
}

a.nabidka	{
	text-decoration:none;
	color:blue;	
}

.nabidka_head	{
	font-size:17px;
	font-weight:bold;	
}
/*--------------------------------
             oramovani 
--------------------------------*/
.ramecek_white
{
	border:1px solid white;
	padding:10px;	
}

.ramecek_black
{
	border:1px solid black;
	padding:10px;	
}

/*--------------------------------
   	 Zarovnani, velikosti... 
--------------------------------*/
.w760
{
	width:880px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

/* Chybove hlasky */
.error
{
	font-weight:bold;
	color:red;
	font-size:28px;	
}

.paticka
{
	background-color:white;
}
