/* 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;
	background-color: White;
}

BODY
{
    BACKGROUND-COLOR: #2A1770;
    margin-top: 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
{
	BACKGROUND-COLOR: #2A1770;
	
	FONT-SIZE: 10pt;
	COLOR: white; 
	font-weight : bold;
	margin-top: 4pt;
	margin-bottom: 6pt;
	height: 17px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.tisk h2
{
	background-color: white;
	background-image: none;
	color: Black;	
}
.hp h2, .hp h3
{
	margin-bottom: 0px;
}

h3, .nadpis3{
	BACKGROUND-COLOR: #DE1E25;
	
	FONT-SIZE: 10pt;
	COLOR: white; 
	font-weight : bold;
	margin-top: 4pt;
	margin-bottom: 6pt;
	height: 17px;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	COLOR: #663333;
	height:1px;
}
 

		
a
{
	color: #2A1770;
}


	
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: 158px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.menu
{
	width: 750px;
	height: 30px;
	background-color: Olive;	
	text-align: left;
}
.menu a
{
	width: 120px;
	>width: 149px;
	height: 24px;
	>height: 30px;
	display: block;
	float: left;
	color: Silver;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.menu a:hover
{
	background-color: Fuchsia;
}

.left_menu_td
{
	width: 185px;
	/*_width: 187px;*/
	background-color: #2A1770;
	border-left: 2px solid white;
}
.obsah_td
{
	width: 533px;
	>width: 563px;
	background-image: url(images/obsah_bg.gif);
	background-repeat: repeat-x;
	padding: 15px;
}
.left_menu
{
	margin-bottom: 20px;
	
}
.left_menu a
{
	display: block;
	width: 165px;
	>width: 185px;
	height: 18px;
	>height: 22px;	
	color: white;
	text-decoration: none;	
	font-size: 10pt;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	background-image: url(images/left_menu_item.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}
.left_menu a:hover
{
	background-color: #DE1E25;
}
.left_menu a.static
{
	background-color: #DE1E25;
	background-image: url(images/left_menu_static.gif);
}
.left_menu a.static:hover
{
	background-color: #2A1770;
}
.left_menu .mezera
{
	height: 21px;
	>height: 22px;
	border-bottom: 1px solid white;	
}
.zapati
{
	width: 750px;
	height: 2px;
	font-size: 0px;
	overflow: hidden;
	text-align: left;
	background-color: White;
}
.zapati .export
{
	text-align: right;
	padding-top: 40px;
}
.zapati .export a
{
	color: Black;
}
.posledniAktualizace
{
	text-align: right;
	color: White;
	width: 750px;
}
.pocetNemovitosti
{
	text-align: right;
	color: White;
	position: relative;
	top: 22px;
	>top: 20px;
	left: -2px;
}