/* 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:951px;
	border-left: 2px solid white;
}

.tisk
{
	display: none;
}

BODY
{
    BACKGROUND-COLOR: #FDF001;
    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: #C62020; 
	font-weight : bold;
}

h3, .nadpis3{
	FONT-SIZE: 10pt;
	COLOR: #C62020; 
	font-weight : bold;
	text-transform: uppercase;
}


DIV.textundernadpis{
	
		padding-left: 11px;

}
HR
{
	background-color: #018F47;
    border-width: 0px;
    height: 1px;
    color: #018F47;
}
 

		
a
{
	color: black;
}
a:hover
{
	color: #444444;	
}


	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	





.zahlavi
{
	width: 951px;
	>width: 954px;
	height: 276px;
	background-image: url(images/zahlavi.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 3px solid white;
}
.zahlavi .text
{
	margin-left: 27px;
	width: 180px;
	padding-top: 20px;
	
}
.zahlavi .text a
{
	text-decoration: none;
}
.zahlavi h3
{
	margin: 0px;
	
}
.zahlavi .text p
{
	/*margin-left: 10px;*/
	margin: 0px;
}
.zahlavi .logo_slogan
{
	position: absolute;
	font-size: 13pt;
	font-weight: bold;
	margin-left: 27px;
	>margin-left: 0px;
	margin-top: -30px;
}
.menu
{
	width: 949px;
	>width: 951px;
	border-left: 2px solid white;
	
	height: 28px;
	background-color: #C62020; 
	text-align: left;
}
.menu a
{
	/*width: 120px;
	>width: 149px;*/
	height: 22px;
	>height: 28px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 20px;
	/*padding-right: 20px;*/
	margin-left: 10px;
	margin-right: 40px;
	
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	
	
}
.menu a:hover
{
	text-decoration: underline;
	color: white;
}

.left_menu_td
{
	width: 193px;
	background-color: #C62020; 
}
.obsah_td
{
	/*width: 758px;*/
	background-color: White;
	padding: 19px 33px 12px 30px;
}
.right_sloupec_td
{
	width: 177px;	
	/*>width: 191px;*/
	background-color: #FFF486;	
	padding: 28px 2px 20px 12px;
}
.left_menu
{
	margin-bottom: 126px;
	
}
.left_menu a
{
	display: block;
	width: 167px;
	>width: 193px;

	height: 20px;	
	>height: 27px;

	border-top: 2px solid white;
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 26px;

	background-color: #FFF9B1;
	background-image: url(images/left_menu_item.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.left_menu a:hover
{
	text-decoration: underline;
	color: black;
}
.left_menu a.static
{
	border: none;
	color: white;
	
	background-image: url(images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #C62020; 
}
.left_menu a.static:hover
{
	color: White;
}
.left_menu a.last
{
	height: 20px;	
	>height: 29px;
	border-bottom: 2px solid white;
}
.zapati
{
	height: 30px;
	>height: 33px;
	border-bottom: 3px solid white;
	text-align: left;
	width: 949px;
	>width: 951px;
	border-left: 2px solid white;
	background-color: #C62020; 
}
.zapati .export
{
	padding-right: 2px;
	text-align: right;
	padding-top: 6px;
	font-size: 8pt;
}
.zapati .export a
{
	color: Black;
	font-size: 8pt;
}

.zapatitext
{
	position: absolute;
	color: White;
	font-size: 9pt;
	margin-left: 20px;
	margin-top: -106px;
}



