/* 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;
	
	font-weight: bolder;
}
td
{
	vertical-align: top;	
}
p 
{
	font-family: Verdana;	
}
Table.BaseTable
{
	/*background-color:#cccccc ;
	width:710px;*/
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT, A
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
}

BODY
{
    BACKGROUND-COLOR: white;
    margin: 0px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

h1, .nadpis1{
	FONT-SIZE: 14pt;
	font-weight: bold;
	COLOR: #1775D2;
	margin-bottom: 6px;	
}


h2, .nadpis2{
	FONT-SIZE: 11pt;
	COLOR: #1775D2; 
	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: #1775D2;	
}

A:link	{	
	text-decoration:	none;
	
	}	
		
A:visited	{	
	text-decoration:	none;
	
	}	
		
A:active	{	
	text-decoration:	none;
	
	}	
		
A:hover	{	
	text-decoration:	none;
	color: #FFCC00;
	}
	
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;
	}	





	
.seda
{
	background-color: #CCCCCC;	
}
.modra
{
	background-color: #1775D2;
	color: White;
}
.zluta
{
	background-color: #FFCC00;
	font-family: Georgia;
	font-weight: bold;
	font-size: 9pt;
}
.filtrbg
{
	background-color: #999999;
	
}

.zahlavi
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filtrbg
{
PADDING-RIGHT: 0px;PADDING-LEFT: 10px;PADDING-BOTTOM: 0px;PADDING-TOP: 10px;	
}
.filtr td
{
	font-size: 7pt;
	color: #EEEEEE;
}

.filtr input, .filtr select
{
	font-weight: normal;	
	margin-top: 2px;
	margin-bottom: 2px;
	width: 120px;
}
.filtr input.filtrnab_button
{
	font-weight: bold;	
}
.filtr .Praha input
{
	height: 10px;	
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}
.filtr input
{
	height: 18px;
}
.filtr select
{
	height: 14px;
}
.FiltrNab_Button
{
	
	background-color: #FFCC00;
	font-family: Georgia;
	font-weight: bold;
	font-size: 7pt;
	border: 1px solid black;
}

.menu
{
	
	color: White;	
	height: 45px;
	vertical-align: middle;
	margin-top: -1px;
}
.menu table td
{
	background-color: #00006B; /*#00008B;*/
	height: 45px;
	vertical-align: middle;
	
	background-image: url(images/sipka_menu.gif);
	background-repeat: no-repeat;	
	background-position: 20px 17px;
}
.menu table td.last
{
	background-image: none;
}

.menu table td.menu_selected
{
	background-color: #1775D2;
}

.menu a
{
	color: White;
	font-family: Lucida Sans Unicode;
	font-weight: bold;
	font-size: 9pt;
	/*text-transform: uppercase;*/
	
	/*padding-left: 20px;*/
	margin-left: 40px;	
	margin-right: 20px;	
	/*padding-right: 20px;*/
}
.menu table td:first-letter
{
	text-transform: uppercase;
	
}
.menu a:hover
{
	color: #FFCC00;
}
.pred_menu
{
	margin-bottom: 1px;	
}
.obsah_td
{
	padding-left: 20px;
	padding-right: 20px;
}
.obsah
{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.td_img img
{
	border: 2px solid 	#00006B;
}
.obsah p
{
	font-weight: normal;	
}
.obsah .kontakty td
{
	font-weight: normal;
}