/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #313031;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	min-width:900px;
	width:expression(document.body.clientWidth < 900? "900px": "100%" );
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #476bb3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial,sans-serif;
 color: #324B7D;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 105% Arial,sans-serif;
 color: #324B7D;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 175% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 125% Arial,sans-serif;
 color: #324b7d;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color:#666666;
 margin: 0px;
 padding: 0px;
}


/*************** image tag styles ***************/

img {
	border:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{ 
 line-height:1.3em;
 padding:3px;
}

dt{
	font: bold 100% Arial,sans-serif;
	padding: 20px 0px 10px 0px;
	color: #324b7d;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	background-color: #ffffff;
}

#pagecell{
	background-color: #ffffff;
}

#pageNav{
	display: none;
}

#pageNavTop{
	display: none;
}

#content{
	
	
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	padding: 10px 0px 10px 5px;
	font-weight: normal;
}

#siteName_en{
	font-size:65%;
	position:absolute;
	top: 4em;
	left:2.1em;
	
}

#sitelogo {
	position:relative;
	float:right;
	top: -2em;
	width:84px; 
	height:81.6px;
	border: 0;  
}

/************** utility styles *****************/

#utility{
	display:none;
}
/************** pageName styles ****************/


#content h2{
	display: none;
	}

#globalNav{
	display: none;
}

#globalLink{
	display: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	display:none;
}
/************** main styles *****************/

.main{
	padding: 10px ;
	font-size: 80%;
	
	}


.main h3{
	padding: 0px 0px 0px 0px;
}

.main img{
	float: left;
	padding: 0px 10px 10px 0px;
}
 
.main table{
	margin:0px 0px 0px 2px; 
}
#prvystlpec {
 width : 25%;
}

tbody {
vertical-align:top;
}

/*************** popis styles ******************/

.popis {
	padding:0px 10px 10px 10px;
	font-size: 80%;
	line-height:1.3em;
	
}

.popis h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.popis h4 {
	font: bold 100% Arial,sans-serif;
	padding: 10px 0px 5px 0px;
}

.popis table{
	padding:10px;
}

.popisLeft{
	padding-right: 12px;
	line-height:1.3em;
}

/************** graphic styles ****************/
.graphic img{
	padding: 10px 0px 20px 50px;
	margin:0 0 0 0 ;
}

.icon img{
	clear: left
}
/************** siteInfo styles ****************/

#siteInfo{
	display: none;
}



/**************** sidlo styles *****************/

.sidlo{
	font-size:10px;
	color: #b38547;
	line-height:1.6em;
	background-color:#FFFFFF;
	padding:10px 2px 10px 6px;
}

