/* 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:750px;
}

BODY
{
    BACKGROUND-COLOR: #E5E5E5;
    margin-top: 20px;
    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: 11px;
	COLOR: white; 
	background-color: #1406FC;
	font-weight : bold;
	padding: 4px;
	margin: 0px;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #1406FC; 
	font-weight : bold;
}


HR
{
	background-color: #1406FC;
    border-width: 0px;
    height: 1px;
    color: #1406FC;
}
 

		
a
{
	color: #1406FC;
}


	
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: 750px;
	height: 151px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	background-color: White;
	text-align: left;
	
}
.motto
{
	position: absolute;
	margin-left: 330px;
	margin-top: 5px;
	color:#1406FC;/* #FD0100;*/
	font-size: 12pt;
	font-weight: bold;
}
.ico
{
	position: absolute;
	margin-left: 70px;
	margin-top: 125px;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
.menu
{
	width: 750px;
	height: 21px;
	>height: 23px;
	background-color: #808080;/* #FD0100;	*/
	text-align: left;
	overflow: hidden;
	border-bottom: 2px solid white;
	/*margin-bottom: 2px;*/
}
.menu a
{
	width: 118px;
	>width: 150px;
	height: 18px;
	>height: 21px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	border-right: 2px solid white;
}
.menu2 a
{
	 /*background-color:#C3C5C4;*/
}
.menu a:hover
{
	background-color: #1406FC;
}

.left_menu_td
{
	width: 172px;
	background-color: #1406FC;
}
.obsah_td
{
	width: 552px;
	>width: 578px;
	padding: 13px;
	background-color: White;
}
.left_menu
{
	margin-bottom: 20px;
	
}
.left_menu a
{
	display: block;
	width: 152px;
	>width: 172px;
	height: 20px;
	>height: 24px;	
	color: white;
	text-decoration: none;	
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
	border-bottom: 1px dotted white;
}
.left_menu a:hover
{
	background-color: #808080;/*#FD0100;*/
}
.left_menu a.static
{
	
	background-color: #808080;/*#FD0100;*/
}
.zapati
{
	width: 750px;
	border-top: 2px solid white;
	text-align: right;
}
.zapati .export
{
	text-align: right;
	padding-top: 4px;
}
.zapati .export a
{
	color: Black;
}
