/* 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:951px;
}

.tisk
{
	display: none;
}

BODY
{
    BACKGROUND-COLOR: #393939;
    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{
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: White;
	font-size: 10pt;
	height: 20px;
	>height: 24px;	
	font-weight: bold;
	padding-left: 26px;
	padding-top: 4px;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-align: left;
}

h3, .nadpis3{
	FONT-SIZE: 10pt;
	COLOR: #882625; 
	font-weight : bold;
	text-transform: uppercase;
}

DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #018F47;
    border-width: 0px;
    height: 1px;
    color: #018F47;
}
 

		
a
{
	color: #882625;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 951px;
	height: 226px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.menu
{
	/*width: 750px;
	height: 30px;
	background-color: Olive;	*/
	float: right;
	/*text-align: right;*/
	margin-top: 78px;
}
.menu a
{
	/*width: 120px;
	>width: 149px;
	height: 24px;
	>height: 30px;
	display: block;
	float: left;*/
	color: white;
	text-decoration: none;
	font-size: 12pt;
	/*font-weight: bold;*/
	/*padding-top: 6px;*/
	padding-left: 10px;
	padding-right: 32px;
	text-align: center;
}
.menu a:hover
{
	text-decoration: underline;
}

.left_menu_td
{
	width: 159px;
	background-color: #EAEAEA;
	background-image: url(images/left_menu_td.jpg);
	background-repeat: repeat-y;
}
.right_sloupec_td
{
	width: 167px;
	background-color: #E9E9E9;
}
.right_menu .nadpis
{
		background-image: url(images/menu_item.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: White;
	font-size: 10pt;
	height: 20px;
	>height: 24px;	
	font-weight: bold;
	padding-left: 20px;
	padding-top: 4px;
	margin-top: 30px;
	text-transform: uppercase;
}
.obsah_td_sloupec
{
	/*width: 625px;*/
	background-color: White;
	padding-left: 22px;
	padding-right: 21px;
	padding-bottom: 20px;
}
.left_menu
{
	margin-bottom: 20px;
	margin-top: 30px;
}
.left_menu a
{
	display: block;
	width: 138px;
	>width: 158px;
	height: 20px;
	>height: 24px;	
	color: black;
	font-weight: bold;
	text-decoration: none;	
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 4px;
}
.left_menu a:hover
{
	text-decoration: underline;
}
.left_menu a.static
{
	background-image: url(images/menu_item.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: White;
}
.zapati
{
	width: 951px;
	height: 28px;
	/*background-image: url(images/zapati.jpg);
	background-repeat: no-repeat;*/
	background-color: #292929;
	text-align: left;
	color: Silver;
}
.zapati .export
{
	text-align: right;
	padding-top: 7px;
	padding-right: 3px;
}
.zapati .export a
{
	color: silver;
}


.text p, .text td, .text li, .text a
{
	font-size: 10pt;
	text-align: justify;
}



