
/* 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: 10pt;
    
}

Table.BaseTable
{
/*	width:770px;*/
}

.tisk
{

}

BODY
{
    BACKGROUND-COLOR: white;
    margin: 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: 16pt;
	/*COLOR: #FF4200; */
	font-family: Nina;
	font-weight : normal;
	margin-top: 14px;
	margin-bottom: 14px;	
}
h2:first-letter
{
	text-transform: uppercase;
}
.black
{
	/*color: #2F2F2F;*/
}

h3, .nadpis3{
	FONT-SIZE: 11pt;
	font-family: Nina;
	/*COLOR: #555555;*/ 
	font-weight : bold;
	margin-top: 4px;
	margin-bottom:4px;
}
h4
{
	font-weight: bold;
	margin: 0px;
}
DIV.textundernadpis{
	
		padding-left: 11px;

}
.hr
{
	/*background-color: #F4F4F4;*/
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
HR
{
	/*background-color: #F4F4F4;*/
    border-width: 0px;
    height: 1px;
 /*   color: #F4F4F4;*/
}
 

		
a
{
	color: black;
}
a:hover
{
	color: #666666;	
}


	
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_holder
{
	display: none;
	
}

.zahlavi
{
	display: none;
}
.lang
{
	display: none;
}
.menu
{
	display: none;
	
}

.left_menu_td
{
	display: none;
	width: 0px;
	background-color: Green;
}
.obsah_td
{
	
	/*width: 726px;
	>width: 770px;
	padding: 0px 22px 22px 22px;
	background-color: White;
	min-height: 300px;
  _height: expression(this.scrollHeight < 300? "300px" : "auto" );*/
}

.obsah_td2
{
	/*width: 511px;
	
	padding: 0px 22px 22px 22px;
	background-color: White;
	min-height: 300px;
  _height: expression(this.scrollHeight < 300? "300px" : "auto" );*/
}
.obsah_td p, .obsah_td2 p
{
	text-align: justify;
}
.right_sloupec_td
{
	border-left: 1px solid #F4F4F4;
	width: 199px;
	padding: 0px 10px 22px 14px;
	background-color: White;
}

.zapati
{
	display: none;
}


.top_pruh
{
	height: 38px;
	>height: 48px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 8pt;
	padding: 10px 22px 0px 22px;
	background-color: White;
	/*width: 726px;
	>width: 770px;*/
	align: center;
	margin: auto;
	text-align: left;
}


.makler_foto
{
	margin-right: 10px;
}


/* TRANSMENU */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;	
	text-align: left;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content 
{
	position:absolute;	
	/*margin-left: 20px;*/
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;	
	z-index:2;
	background: #FF4200;	
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#fff;
    font-size:10pt;
    /*font-family:sans-serif;*/
    text-decoration:none;
	/*font-weight: bold;*/
	border:none;
	cursor:pointer;
	cursor:hand;	
	
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background 
{

	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	text-decoration: underline;
	

	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	/*margin-left:10px;*/
	display: none;
	}


.static 
{
	/*background-color: white;
	color: Black;*/
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-left: -7px;		
	padding-left: 4px;
}
.transMenu .item.hover .static
{
	text-decoration: underline;
}
/* END TRANSMENU */

.DetNab_nadpis
{
	color: black;

	
}
.DetNab_data
{
	color :black;

}
.detail_nadpis
{
		color: black;

}
