

body	{
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	margin: auto;
	background: #D1DCE2; 
	font-size: 10px;
}
body.index {background: #ffffff;}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */
a 						{color: #000000; text-decoration: underline;}
a:hover 				{color: #000000; text-decoration: underline;}
a:visited 			{color: #000000;}
a:link 				{color: #000000;}
a:focus 				{color: #000000;}
a.mail 				{background: url(../img/ico/ico_mail.gif) no-repeat 0px 1px; padding-left: 19px;  font-weight: normal;}
a.out					{background: url(../img/ico/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 				{background: url(../img/ico/ico_tisk.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 		{background: url(../img/ico/ico_favourites.gif) no-repeat 0px 0px; padding-left: 25px;}
a.rss 				{background: url(../img/ico/ico_rss.gif) no-repeat left 3px; padding-left: 25px;}
a.arrow 				{background: url(../img/ico/ico_arrow.gif) no-repeat left 0em; padding-left: 18px;}
a.delete				{color:#ff0000;}
a.update				{color: Navy;}

/* --- ikonky souboru --- */
.ai 				{background: url(../../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file	{background: url(../../img/ico/unknown.png) no-repeat left; padding-left: 20px;}

/* --- zakladni html prvky ---*/
em, i					{font-style: normal;}
p 						{text-align: left; margin: 10px 0px 10px 0px; }
code 					{font-size: 140%; font-weight: bold;}
hr						{display: block; clear: both; margin: 10px 0px 10px 0px; color: #084385; background: #084385; height: 1px; border: 0px; text-align: center;}

/* --- seznamy --- */
ul						{list-style: none; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}
ol						{list-style: none; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}

/* --- obrazky --- */
img 					{border: 0px;}
img.border 			{border: 1px solid #FF9092;}
img.icon				{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft			{margin-right: 10px;}
img.toright			{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}

/* --- tabulky --- */
table						{}
table tr td 			{}
table tr th 			{}


/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6 		{clear: both; color: #000000; font-size: 1.2em; margin: 0px;  font-weight: normal;}
h1									{padding: 0px;	margin: 10px 0px 6px 0px; font-size: 1.7em; font-family: Tahoma; line-height: 1.3em;}
h2									{padding: 0px;	margin: 5px 0px 5px 0px; font-size: 1.45em;  font-family: Tahoma; line-height: 1.3em;}
h3 								{font-size: 1.3em; margin: 10px 0px 10px 0px; font-family: Tahoma;  line-height: 1.5em;}
h4									{font-size: 1.0em;}
h2 span							{display: none;}
h3 span							{display: none;}

/* --- formulare --- */
input				{}
input.long		{width: 300px;}
input.short		{width: 150px;}
form				{margin: 0px; padding: 0px;}
legend			{padding: 3px 5px 3px 5px;	color:#ffffff; background:#2f84b8; margin: 0px;}
fieldset 		{border: 1px solid #2f84b8; margin: 0px; padding: 10px 10px 10px 10px;}
textarea.long 		{width: 500px; height: 450px;}
textarea.short 	{width: 500px; height: 150px;}

/* --- globalni tridy --- */
.clear			{clear: both; font-size: 0px; padding: 0px; margin: 0px; line-height: 0px;}
.smaller			{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #666E70;}
.white 			{color: #000000;}
.blue 			{color: #004080;}
.red				{color: #9f0000;}
.yellow			{color: #FFE386;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.center_block	{margin:auto;}
.left				{text-align: left;}
.toblock			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright			{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.nopadding		{padding: 0px;}
.bold				{font-weight: bold;}
.underline		{text-decoration: underline;}
.big				{text-transform: uppercase;}
.nobold			{font-weight: normal;}
.error			{display: block; color: #EC1A24; font-weight: bold; text-align: center;}
.error a			{color: #EC1A24;}
.hidden			{display: none;}
.bad				{background-color: Red; color: white;}
.bad a			{color: white;}

.strankovani			{display: inline; text-align: left;	margin: 0px 0px 10px 0px;}
.strankovani a			{background: #e6e6e6;border: 1px solid black; margin-left: -1px; padding: 0px 6px 0px 6px; text-decoration: none; font-weight: bold; color: #000000; font-family: arial;}
.strankovani a:hover	{background: #fcfc28; text-decoration: none;	color: #333333;}

#layout{
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: auto;
	font-size: 1.2em;
	width: 932px;
}
#layout #main_ads{
	width: 160px;	
	float: right;
	text-align: center;
}
#layout #main_left{
	width: 754px;
	float: left;
}

#layout #main_left #main{
	width: 752px;
	border: 1px solid #B7C7D1;
	background: #F8FAFB;
	padding: 0px 9px 20px 9px;
}
#layout #main_left #main #top_banner{margin: auto; padding: 5px 0px 10px 0px; text-align: center;}
#layout #main_left #main #top_text{color:#808080; font-size: 0.9em; padding: 5px 0px 5px 5px;}

#layout #main_left #main #top_logo_ads{padding: 0px 0px 5px 5px; float: right; width: 100px; text-align: right;}

#layout #main_left #main #top_box_left {width: 600px; float: left;}
#layout #main_left #main #top_box_left #top_logo{padding: 0px 0px 0px 0px; width: 181px; height: 53px;}
#layout #main_left #main #top_box_left #tabs{}
#layout #main_left #main #top_box_left #tabs a {display: block; padding:1px 7px 1px 7px; font-weight: bold; float: left;  text-align: center; font-size: 11px; margin-right: 2px; text-transform: uppercase;}

#layout #main_left #main #top_box_left #tabs a#tab1	{color: #193D52; background-color: #FFAE00;  margin-right: 2px;  border-bottom:1px solid #CE7800;  border-right:1px solid #CE7800; }
#layout #main_left #main #top_box_left #tabs a#tab1.noborder	{border-bottom:1px solid #FFAE00;}
#layout #main_left #main #top_box_left #tabs a#tab2	{color: #193D52; background-color: #99CCFF;  border-bottom:1px solid #508FBF;  border-right:1px solid #508FBF;  }
#layout #main_left #main #top_box_left #tabs a#tab2.noborder	{border-bottom:1px solid #99CCFF;}
#layout #main_left #main #top_box_left #tabs a#tab3	{color: #193D52; background-color: #61E150;  border-bottom:1px solid #508FBF;  border-right:1px solid #508FBF;}
#layout #main_left #main #top_box_left #tabs a#tab3.noborder	{border-bottom:1px solid #61E150;}
#layout #main_left #main #top_box_left #tabs a#tab4	{color: #193D52; background-color: #E59284;  border-bottom:1px solid #508FBF;  border-right:1px solid #508FBF;}
#layout #main_left #main #top_box_left #tabs a#tab4.noborder	{border-bottom:1px solid #E59284;}
#layout #main_left #main #top_box_left #tabs a#tab5	{color: #193D52; background-color: #BF996A;  border-bottom:1px solid #508FBF;  border-right:1px solid #508FBF;}
#layout #main_left #main #top_box_left #tabs a#tab5.noborder	{border-bottom:1px solid #BF996A;}
#layout #main_left #main #top_box_left #tabs a#tab6	{color: #F1F8FC; background-color: #2F84B8; 	background-image: url(img/menu_homepage_back.png);  background-repeat: repeat-x;  border-bottom:1px solid #2F84B8;  border-right:1px solid #0A4E8E;}
#layout #main_left #main #top_box_left #tabs a#tab6.noborder	{border-bottom:1px solid #2F84B8;}

#layout #main_left #main #motto {color:#aaaaaa;font-weight:bold;}

#layout #main_left #main #tabs_bar 		 {padding:0px 0px 0px 7px; height: 12px; font-size: 11px; color:#214B76; height: 20px;}

#layout #main_left #main #tabs_bar.bar1 {background: #FFAE00; color:#214B76;  border-bottom:1px solid #2F84B8; border-right:1px solid #2F84B8;}
#layout #main_left #main #tabs_bar.bar2 {background: #99CCFF; color:#214B76;  border-bottom:1px solid #2F84B8; border-right:1px solid #2F84B8;}
#layout #main_left #main #tabs_bar.bar3 {background: #61E150; color:#214B76; border-bottom:1px solid #2F84B8; border-right:1px solid #2F84B8;}
#layout #main_left #main #tabs_bar.bar4 {background: #E59284; color:#214B76; border-bottom:1px solid #2F84B8; border-right:1px solid #2F84B8;}
#layout #main_left #main #tabs_bar.bar5 {background: #BF996A; color:#214B76; border-bottom:1px solid #2F84B8; border-right:1px solid #2F84B8;}
#layout #main_left #main #tabs_bar.bar6 {background: #0C4E8C url(../img/bcg_topbar.gif) repeat-x 0px 0px; color: #F1F8FC;  border-bottom:1px solid #0C4E8C;}
 
#layout #main_left #main #tabs_bar_ads { margin-top: 1px;}

#layout #main_left #main #league	a {text-decoration:none}
#layout #main_left #main #club		a {text-decoration:none}
#layout #main_left #main #service	a {text-decoration:none}
#layout #main_left #main #league	a:hover {text-decoration:underline}
#layout #main_left #main #club		a:hover {text-decoration:underline}
#layout #main_left #main #service	a:hover {text-decoration:underline}


#layout #main_left #main #league		{float: left; width: 150px; margin: 0px 8px 0px 0px;}
#layout #main_left #main #club		{float: left; width: 150px; margin: 0px 8px 0px 0px;}
#layout #main_left #main #service	{float: left; width: 250px; margin: 0px 8px 0px 0px;}
#layout #main_left #main #code				{float: left; width: 175px;}
#layout #main_left #main #code p				{text-align: justify;}
#layout #main_left #main #SMS_code	{font-size: 20px; text-align: center; font-weight: bold; padding: 10px; border: 1px solid #000000; font-family: Trebuchet MS;}

#layout #main_left #main #promo		{float: left; width: 580px;}

#layout #main_left #main #service	#services_list p {margin-top:0px;margin-bottom:6px}
#layout #main_left #main #service	#services_list .cena {color:#2f84b8; font-weight: bold; font-family: Trebuchet MS;}


#layout #main_left #main #league .list			{padding: 0px 0px 0px 19px; margin: 0px; line-height: 1.5em; background: url(../img/arrow.gif) no-repeat 0px 4px;}
#layout #main_left #main #club .list			{padding: 0px 0px 0px 19px; margin: 0px; line-height: 1.5em; background: url(../img/arrow.gif) no-repeat 0px 4px;}
#layout #main_left #main #service .list		{padding: 0px 0px 0px 19px; margin: 0px; line-height: 1.5em; background: url(../img/arrow.gif) no-repeat 0px 4px;}


#layout #main_left #bottom{
	width: 770px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #B7C7D1;
	font-size: 0.9em;
	color: #555555;
	background: #E5EFF4;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-top: 12px;
}

#layout #main_left #bottom p {
  text-align:center;
  padding-left:10px;padding-right:10px;
  margin:3px 0px 3px 0px;
}

#layout #main_left #bottom a{color: #2f84b8; font-weight: bold;}



#layout #main_left #bottom2{
	width: 770px;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
	padding: 5px 0px 15px 0px;
}

