﻿/* GLOBALNI */
body 
{
	background-image : url('../../img_new/px/default.gif');
	
	width : 100%;
	margin : 0px;	
	padding: 0px;	
	
	/*background-color : RGB(10,63,126);*/
	/*border: 1px solid Red;*/
	/*filter:alpha(opacity=10);-moz-opacity:.25;opacity:.25;*/
}
img
{
	border : none;
	display : block; /*bacha pokud neni dela dole mezeru v IE*/
}
a
{
	text-decoration: 	none;
}
.w /* je tu proto aby paticka byla bez pozadi*/
{
	background-color : White;	
}


/* VYSKY A SIRKY */
.pozadi
{
	height : 672px;	
	width : 100%;
}
.pozadi
{
	background-image : url('../../img_new/default2/pozadi_default.png');
	background-repeat : repeat-x;
}

/* POZICE */
.pozadi
{
	position : absolute; 
	top : 0px;
	left : 0px;	
}
.rowPt1, .rowPt2
{
	background-image : url('../../img_new/default/pt.gif');
	background-repeat : repeat-x;
}
.rowPt1
{
	height: 1px;
}
.rowPt2
{
	height: 2px;
}




.tableBg
{
	/*width : 923px;*/
	/*height : 624px;*/
	margin-top : 5px;
}

/* MENU pro default.aspx */
.menu 
{
	font-family: Verdana; 
	color: White;
	font-size: 11px;
	width : 100%;
	height : 29px;
}
.menu td
{
	vertical-align : middle;
	text-align : center;
}
.menu a 
{
	color: White;
}
.menu a:hover 
{
	text-decoration: underline;
}

.Btn 
{
	font-family : Tahoma; 
	color : Black;
	font-size: 10px;	
	border : 1px solid RGB(112,112,112);
	background-image : url(./../../img_new/default/btnBg.gif);
	background-position : top;
	background-color : RGB(229,229,229);
	height : 18px;
	margin-top : 0px;
}

/* HLEDEJ */
#hledej
{
	width : 100%;
	height : 28px;
}
#hledej a
{
	font-family : Tahoma; 
	color : RGB(64,64,64);
	font-size : 10px;
}
#txtHledej
{
	width : 100px;
	height : 12px;
	float : left;
	margin-left : 8px;
}

/* NOVINKY */
.newsUp, .newsDown 
{
	margin-left : 9px;
	/*border: 1px solid Red;*/
	text-align : left;
}
.date, .news
{
	font-family : Tahoma; 
	font-size : 11px;
}
.date 
{
	color : Black;
}
.news 
{
	font-weight: bold;
	color : RGB(10,63,118);
}

/* Default2 */
#loading
{
	display : none;
	position : absolute;
	top : 5px;
	left : 5px;
	height : 21px;
	width : 10px;
}
.StinL
{
	background-image : url('../../img_new/default/stinL.png');
	background-repeat : repeat-y;
	width : 19px;
}
.StinLD
{
	background-image : url('../../img_new/default/stinLD.png') ;
	background-repeat : no-repeat;
	width : 19px;
}
.StinP
{
	background-image : url('../../img_new/default/stinP.png');
	background-repeat : repeat-y;
	width : 11px;
}
.StinPD
{
	background-image : url('../../img_new/default/stinPD.png');
	background-position : left top;
	background-repeat : no-repeat;
	width : 11px;
}
