/* FOR G - šablona stylů */
/* www.forg.eu */

.tabulka  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
}

.tabulka_leva  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	background-repeat: no-repeat;
}

.tabulka_prava  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	background-repeat: no-repeat;
	color: #ffffff;
}

.tabulka_leva_text  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #000000;
}

.tabulka_prava_text  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #ffffff;
}


/* Nabídka */

.menu_tabulka  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
}

.menu_bod  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	font-weight: bold;
	border-top: 2px solid #b5d1e7;
}

.menu_text  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	padding: 5 5 5 10;
	font-weight: bold;
	border-top: 2px solid #b5d1e7;
}

.menu_sub  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	padding: 3 3 3 10;
	border-top: 2px solid #b5d1e7;
}


/* Pomocné styly */

.cesta  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #ffffff;
	padding: 10 10 10 0;
}

.text  {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	padding: 7 0 0 0;
	color: #ffffff;
}

.designby  {
	font-family: "Arial","Verdana";
	font-size: 7pt;
	color: #000000;
	padding: 5 5 5 5;
}

.form {
	font-family: "Arial","Verdana";
	font-size: 8pt;
}


/* Hypertextové odkazy */

.cesta a  {
	text-decoration: none;
	color: #ffffff;
}

.cesta a:hover  {
	text-decoration: underline;
	color: #ffffff;
}

.menu_text a  {
	text-decoration: none;
	color: #000000;
}

.menu_text a:hover  {
	text-decoration: underline;
}

.menu_sub a  {
	text-decoration: none;
	color: #000000;
}

.menu_sub a:hover  {
	text-decoration: underline;
}

.text a  {
	text-decoration: none;
	color: #ffffff;
	
}

.text a:hover  {
    text-decoration: underline;
	color: #ffffff;
}

.designby a  {
	text-decoration: none;
	color: #384571;
}

.designby a:hover  {
	text-decoration: underline;
}

.obr  {
	border-color: #000000;
}