	/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

BODY, A, TH, TD, INPUT,SELECT,FONT,DIV
{
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    
}

td.topokraj
{
	width: 748px;
	height: 4px;
	background-image: url(images/topline.gif);
	background-repeat: no-repeat;
}
td.leftokraj
{
	width: 4px;
	background-image: url(images/leftline.gif);
	background-repeat: repeat-y;
}
td.rightokraj
{
	width: 4px;
	background-image: url(images/rightline.gif);
	background-repeat: repeat-y;
}
td.bottomokraj
{
	width: 748px;
	height: 4px;
	background-image: url(images/bottomline.gif);
	background-repeat: no-repeat;
}

Table.BaseTable
{
	background-color:#ffffff ;
	width:740px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT, A
{
/*    FONT-FAMILY: Arial, Helvetica, sans-serif;*/
    
}

BODY
{
    BACKGROUND-COLOR: #8A98B3;
    
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

h1, .nadpis1{
	FONT-SIZE: 12pt;
	COLOR: #153B84;
	font-weight : bold;
	background-image: url(images/h1_sipka.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-align: left;	
	padding-left: 20px;
	margin-bottom: 6px;
}
.zahlavi h1
{
	background-image: none;
	padding: 0px;
	margin: 0px;
}

h2, .nadpis2{
	FONT-SIZE: 11pt;
	COLOR: #BF181F; 
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #663333; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	COLOR: #663333;
	height:1px;
}
 

a
{
	color: #153B84;
}		


A:link	{	
	text-decoration:	none;

	}	
		
A:visited	{	
	text-decoration:	none;
	
	}	
		
A:active	{	
	text-decoration:	none;	
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


UL
{
	margin-left: 15px;
}	

UL LI	{	
	list-style-type:	square ;
	
	}	

UL LI LI
{
	margin-left: 5px;
	list-style-type: disc;
}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	



table.Okno
{
border-width: 1px;
border-bottom-width:2px;
border-style: solid;
border-color: #663333;
background-color :#ffcc66;
width:120px;

}


	
.menu
{
	height: 32px;
	width: 740px;
	background-color: #BF181F;
}
.menu_obsah
{
	padding-top: 8px;
}
.menu a
{
	background-image: url(images/menu_sipka.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: White;
	padding-left: 25px;
	font-weight: bold;
	margin-right: 12px;
	font-size: 9pt;
}
.zahlavi
{
	width: 740px;
	height: 159px;
	background-image: url(images/zahlavi_new.jpg);
	background-repeat: no-repeat;
}
.left_menu_td
{
	width: 158px;
	vertical-align: top;
	background-color: #153B84;
}
.left_menu a
{
	display: block;
	width: 132px;
	_width: 158px;	
	padding-left: 26px;
	_height: 23px;
	height: 19px;
	border-bottom: 1px solid white;
	color: #eeeeee;
	font-weight: bold;
	padding-top: 4px;
}
.left_menu a.bezcary
{
	border-bottom: none;
	
}
.left_menu a.main
{
	background-image: url(images/left_menu_sipka.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.left_menu a.main:hover
{
	text-decoration: none;
	cursor: default;	
}
.submenu
{
	display: none;	
}
.obsah_td
{
	width: 582px;
	background-image: url(images/zahlavi2.jpg);
	background-repeat: no-repeat;
}
.obsah
{
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
}
.zapati
{
	_height: 32px;
	height: 26px;
	width: 740px;
	background-color: #BF181F;
	border-top: 1px solid white;
}
.zapati td
{
	color: White;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 6px;
	
}
.aktualizace
{
	text-align: right;
	font-size: 7pt;	
}