/* 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:  Verdana,Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    
}

Table.BaseTable
{
	background-color: white;
	width:750px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT, A
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
}

BODY
{
    BACKGROUND-COLOR: #0328CE;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0px;
}

h1, .nadpis1{
	width: 460px;
	height: 23px;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;	
	color: #0629C1;
	text-align: left;
	
	margin-bottom: 0px;
}
h1 span, .nadpis1 span
{
	display: block;
	padding-top: 5px;
	padding-left: 20px;
}


h2, .nadpis2{
	FONT-SIZE: 9pt;
	COLOR: #0D3CFC; 
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	color: #0629C1;
	font-weight : normal;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	COLOR: #663333;
	height:1px;
}
 

		
a { color:#0D3CFC;}

A:link	{	
	text-decoration:	none;

	}	
		
A:visited	{	
	text-decoration:	none;
	
	}	
		
A:active	{	
	text-decoration:	none;
	
	}	
		
A:hover	{	
	text-decoration:	underline;
	
	}
	
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;

}


.zahlavi
{
	width: 750px;
	height: 197px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}
.zapati
{
	width: 750px;
	height: 25px;
	background-image: url(images/zapati.gif);
	background-repeat: no-repeat;
}
.menu
{
	width: 750px;
	height: 25px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;	
	text-align: left;
	border-bottom: 20px solid white;
}	
.menu_obsah
{
	padding-top: 5px;
}
.menu_obsah a
{
	height: 20px;
	color: White;
	/*border: 1px solid red;*/
	margin: 0px;	
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	width: 124px;
	float: left;
}
.left_menu_td
{
	width: 156px;
}

.left_menu
{
	width: 156px;
}
.left_menu a
{
	display: block;
	background-image: url(images/left_menu_item_bg.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 24px;
	color: #0629C1;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 20px;
	
}
.left_menu a span
{
	display: block;
	padding-top: 5px;
}
.left_menu a.main
{
	background-image: url(images/left_menu_mainitem_bg.gif);
	
	color: #E3FBFF;
	
	
}
.filtr
{
	background-image: url(images/filtr_bg.gif);
	background-repeat: no-repeat;
	width: 460px;
	height: 100px;	
}
.filtr td
{
	color: #546BCB;
}
div.obsah
{
	width: 460px;
	text-align: left;
}
div.obsah p
{
	text-align: justify;
}
.table_tym td
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

.funkce
{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.tymtext
{
	margin-top: 2px;
	font-weight: bold;
}
