/* 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: 8pt;
    
}

Table.BaseTable
{
	width:752px;
	background-color: #F4F4F4;
}

BODY
{
    BACKGROUND-COLOR: #DDEDCD;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
BODY.tisk
{
	background-color: White;
	background-image: none;
}

h1, .nadpis1{
	FONT-SIZE: 12pt;
	margin: 0px;
	padding: 0px;
}


h2, .nadpis2{
	font-size: 10pt;
	BACKGROUND-COLOR: #DDEDCD;
	COLOR:#000066;
		font-weight : bold;
		padding: 2px;
		padding-left: 10px;
		margin-bottom: 10px;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #000066; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	 color: #569B13;
background-color: #569B13;
border: none;
height: 1px;
}
 

		
a
{
	color: Navy;
}


	
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;
	}	



.zahlavi
{
	width: 752px;
	height: 197px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.praveZahlavi
{
	float: right;
	width: 180px;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	padding-top: 12px;
}
.praveZahlavi a
{
	font-size: 12pt;
	color: White;
	font-weight: bold;	
	text-decoration: none;
}
.praveZahlavi a:hover
{
	text-decoration: underline;
}
.menu_holder
{
	background-color: #569B13;	
	text-align: center;
	
}
.menu
{
	width: 752px;
	height: 30px;
	align: center;
	margin: auto;
	text-align: left;
	
}
.menu a
{
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	/*width: 120px;
	>width: 149px;*/
	height: 24px;
	>height: 30px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 14px;
	padding-right: 30px;
	text-align: center;
}
.menu a.last
{
	background-image: none;
	padding-right: 10px;
}
.menu a:hover
{
	background-color: #F4F4F4;
	color: #569B13;	
}

.left_menu_td
{
	width: 210px;
	
}
.obsah_td
{
	width: 522px;
	/*>width: 552px;*/
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.left_menu
{
	margin-bottom: 20px;
	margin-top: 30px;
}
.left_menu a
{
	display: block;
	/*width: 190px;
	>width: 210px;*/
	/*height: 20px;
	>height: 24px;	*/
	margin-left: 40px;
	color: #000066;
	text-decoration: none;	
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: bold;
	background-image: url(images/left_menu_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.left_menu a:hover
{
	text-decoration: underline;
}
.left_menu a.static
{
	background-image: url(images/left_menu_static.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	>height: 22px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 31px;	
	margin-left: 9px;	
	margin-top: 10px;
}
.zapati
{
	width: 752px;
	height: 43px;
	background-image: url(images/zapati.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.zapati .export
{
	/*text-align: right;*/
	padding-top: 20px;
	padding-left: 4px;
}
.zapati .export a
{
	color: Black;
}
.nahledy1
{
	OVERFLOW:auto;
	HEIGHT:700px;
	width:180px;
	margin: 0px;
}	
.nahledy2
{
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.tisk .nahledy2
{
	overflow: visible;
	height: auto;
	width: auto;
}
p
{
	text-align: justify;
}