/* 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: 747px;
	
	border-left: 9px solid white;
	border-right: 9px solid white;
	background-color: White;
}

.tisk
{
	display: none;
}

BODY
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
    BACKGROUND-COLOR: #DCE7EE;
    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{
	FONT-SIZE: 12pt;
	COLOR: #0965AE; 
		font-weight : bold;
		margin-top: 0px;
		margin-bottom: 6px;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: #663333; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #DCE7EE;
    border-width: 0px;
    height: 1px;
    color: #DCE7EE;
}
 

		
a
{
	color: #046EAA;
}
a:hover
{
	color: #349EDA;	
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 729px;
	>width: 747px;
	height: 150px;
	>height: 160px;
	border-left: 9px solid white;
	border-right: 9px solid white;
	border-top: 9px solid white;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: White;
	margin:0px;
}


/*.zahlavi .podnadpis
{
	margin-left: 120px;
	font-size: 11px;
	font-family: Verdana;	
}
.zahlavi .adresa
{
	margin-left: 25px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
}*/
.menu
{
	width: 729px;
	>width: 747px;
	border-left: 9px solid white;
	border-right: 9px solid white;
	padding:0px;
	/*height: 69px;*/
	>height: 26px;
	padding-top: 5px;
	/*background-color: Olive;	*/
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;

	/*background-image: url(images/menu.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
}
.menu a
{
	/*width: 120px;
	>width: 149px;
	height: 24px;
	>height: 30px;
	display: block;
	float: left;*/
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}
.menu a:hover
{
	/*background-color: Fuchsia;*/
	color: #DCE7EE;
}

.left_menu_td
{
	display: none;
	/*width: 200px;
	background-color: Green;*/
}
.obsah_td
{
	padding-top: 10px;
	width: 729px;
	padding-bottom:10px;
}
.left_menu
{
	margin-bottom: 20px;
	
}
.left_menu a
{
	display: block;
	width: 180px;
	>width: 200px;
	height: 20px;
	>height: 24px;	
	color: white;
	text-decoration: none;	
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 4px;
}
.left_menu a:hover
{
	background-color: Black;
}
.left_menu a.static
{
	background-color: Blue;
}
.zapati
{
	width: 747px;
	height: 23px;
	background-image: url(images/zapati.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.zapati .export
{
	text-align: right;
	padding-top: 33px;
}
.zapati .export a
{
	color: Black;
}

.bytynapronajem, .bytynapronajem2
{
	display: block;
	width: 158px;
	>width: 162px;
	
	height: 208px;
	>height: 212px;
	background-color: #FFED43;
	color: Red;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 2px solid #0965AE;
}


/* 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: #0965AE;	
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#fff;
    font-size:11pt;
    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 {
	color: #DCE7EE;
	

	}

/* 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;
	margin-left: -7px;		
	padding-left: 4px;
}
.transMenu .item.hover .static
{
	color:#F41D24;
}
/* END TRANSMENU */