/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

BODY, A, TH, TD, INPUT,SELECT,FONT,DIV, p
{
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    
}

p, .text_aktuality
{
	line-height: 20px;
	text-align: justify;
}

Table.BaseTable
{
	width:950px;
	background-color: White;
}

.tisk
{
	display: none;
}

BODY
{
    BACKGROUND-COLOR: #003893;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    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{
	color: #1B4EA0;
	font-size: 10pt;
	font-weight: bold;
	
	line-height: 20px;
	padding-top: 0px;
	margin: 6px 0px 6px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-transform: uppercase;
}
h2.novinky
{
	background-image: url(images/h2_novinky.gif);
	padding-left: 25px;
}
h2.aktuality
{
	background-image: url(images/h2_aktuality.gif);
	padding-left: 25px;
}

h3, .nadpis3{
	FONT-SIZE: 9pt;
	COLOR: black; 
	font-weight : bold;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #A6AFD3;
    border-width: 0px;
    height: 1px;
    color: #A6AFD3;
}
 

		
a
{
	color: #003893;
}
a:hover
{
		color: #3068C3;
}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 950px;
	height: 165px;

	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.menu_holder
{
	width: 950px;
	height: 30px;
	align: center;
	margin: auto;
	background-image: url(images/menu.gif);
}
.mainMenu, .mainMenu ul
{
list-style-type:none;
padding: 0px;
margin: 0px;


}


.mainMenu li
{
	float: left;



}
.mainMenu li a
{
display: block;
color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 14px 7px 13px;
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.mainMenu li a.last
{
	background-image: none;
}
.mainMenu li a:hover
{
	background-color: #647BB7;
	color: White;
}
.mainMenu li:hover, .mainMenu li.hover
{
	background-color: #647BB7;
}
.mainMenu li div.submenu a
{
padding: 3px 0px 3px 0px;
display: block;
font-size: 8pt;
}

.mainMenu li div.submenu
{
	position: absolute;
	background-color: #003893;
	visibility:hidden;
	/*width: 100%;	*/
}

.mainMenu li:hover div.submenu, .mainMenu li.hover div.submenu
{
	visibility: visible;
}

.left_menu_td
{
	width: 193px;
	background-image: url(images/left_menu_bg.jpg);
	background-repeat: repeat-x;
	/*background-position: 0px 100%;*/
	border-left: 1px solid white;
	border-right: 4px solid white;
	background-color: #5F6B96;
}
.obsah_td
{
	/*width: 750px;*/
	background-color: #D0D5E8;
	padding: 20px;
}
.nopadding
{
	padding: 0px;
}
.right_sloupec_td
{
	background-color: White;
	width: 186px;	
	text-align: center;
}
.left_menu
{
	margin-bottom: 20px;
	margin-top: 6px;
}
.left_menu a
{
	display: block;
	width: 158px;
	>width: 193px;
	height: 20px;
	>height: 32px;	
	color: #003893;
	text-decoration: none;	
	font-size: 11pt;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 12px;
	background-image: url(images/left_menu_item.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.left_menu a:hover
{
	text-decoration: underline;
	color: #003893;
}
.left_menu a.static
{
	background-color: Blue;
}
a.righta
{
	display: block;
	width: 169px;
	>width: 169px;
	height: 18px;
	>height: 20px;	
	color: white;
	text-decoration: none;	
	font-size: 9pt;
	font-weight: bold;
	
	padding-top: 2px;
	background-image: url(images/right_button.gif);
	background-repeat: no-repeat;
	text-align: center;
}
a.righta:hover
{
	text-decoration: underline;
	color: white;
}
.zapati
{
	width: 950px;
	height: 21px;
	>height: 30px;
	background-image: url(images/zapati.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 9px;
	font-size: 8pt;
}
.zapati .export
{
	text-align: right;
	padding-top: 10px;
	color: White;
	font-size: 8pt;
}
.zapati .export a
{
	color: white;
	font-size: 8pt;
}

.table_lide tr td img
{
	margin-bottom: 4px;	
}
.lide_email
{
	float: right;
	
}
.lide_email a
{
	font-size: 12pt;
}
.lide_jmeno
{
	font-size: 12pt;
	font-weight: bold;	
}




