/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Arial CE", "Helvetica CE",sans-serif;
	color: #313031;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*min-width:900px;
	width:expression(document.body.clientWidth < 900? '900px' : 'auto' );*/
}

/******* 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: #ffffff;
 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;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: relative;
	top: 0px;
	width:99.9%;
	min-width:1250px;
	width:expression(document.body.clientWidth < 1250? '1249px' : '99.9%' );
	height: 200px;
	background-image: url(../images/headnav_background.jpg);
	background-color: #9CCBF7;
	background-attachment: fixed;
	background-repeat: repeat;
}

#pagecell{
	position: relative;
	top: 16px;
	width:99.9%;
	min-width:1250px;
	width:expression(document.body.clientWidth < 1250? '1249px' : '99.9%' );
	background-color: #ffffff;
	height: 1249px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	margin-top: 10px 0px 0px 0px;
	background-color: #eeddc8;
	border-right: 1px solid #ce9b55;
	font: small Verdana,sans-serif;
}

.odkazData { padding:8px;
	background:#ffffff;
}

.odkazData img {
	padding-bottom:18px;}

#pageNavTop{
	width:100%;
	height:32px;
	background-color: #324b7d;
	border-bottom: 10px #ffffff solid;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ce9b55;
	
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	padding: 36px 0px 53px 223px; 
	font-size:96%;
	font-weight: bold;
}

#siteNameEn{
 
	font-size:78%;
	font-weight: bold;
}
#siteNameAdr{
 
	font-size:79%;
	font-weight: normal;
}
#siteName_en{
	font-size:65%;
	position:absolute;
	top: 4em;
	left:2.1em;
	
}

#sitelogo {
	/*
	right:5px;
	
	height:81.6px;*/
	position:absolute;
	top:40px;
	left:15px;
	width:190px; 
	border: 0; 
	/*background: transparent url('images/logotsus_trans.png');
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=crop, src='images/logotsus_trans.png'); */
}

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

#utility{
	/*font: 75% Verdana,sans-serif;
	color: #919999;*/
	position: absolute;
	top: 181px;
	right: 4px;
	
		
}

#utility img {
	margin: 0 0 0 10px;
	}

/************** pageName styles ****************/


#content h2{
	background-color: #ce9b55;
	margin-left:11px;
	padding-top: 5px;
	padding-left: 5px;
	height:26px;
	}



/************* globalNav styles ****************/

#globalNav{
	position: relative;
	top:-11px;
	width: 100%;
	height: 47px;
	color: #cccccc;
	font-size:70%;
	padding: 0px;
	margin: 0px;
	background-color: #324b7d;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}

#globalLink li{
 	position: relative;
	top:1px;
 	margin: 0px;
 	float: left;
	list-style:none;
}

#globalLink li a{
 display:block;
 text-align:center;
}

html>body #globalLink li {
 top:-9px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("../images/glblnav_selected.gif");
	text-decoration:underline;
	color: #ffefd9;
}

a.noglink, a.noglink:visited, a.noglink:hover{
	font-size: small;
	color:#CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #8FB8BC;
	text-decoration:none;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	padding: 0px 0px 5px 10px;
	margin: -3px 0px 0px 0px;
	font: 80% Verdana,sans-serif;
	color: #324b7d;
}

#breadCrumb a{
	color: #324b7d;
}

#breadCrumb a:hover{
	color: #476bb3;
	text-decoration: underline;
}


/************** main styles *****************/

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

/*html>body .main {height: auto;}*/

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

.main img{
	float: left;
	padding: 0px 10px 10px 5px;
}

.main p.datum{ 
	color:#CCCCCC;
	position:relative;
	padding-right:1em;
	float:right;
	top:1em
}
 
.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;

	/*min-width: 622px;
	min-width:expression(document.body.clientWidth < 622? "622px": "100%" );*/
}

.popis h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	margin-bottom:-15px;
	margin-top:15px;
}

div.popis>h3{
	margin-bottom:-10px;
}

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

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

.popis span{
	color:#476bb3;

}
.popis table{padding:10px;}
.tabulka {
	font-size:90%;
	border:1.5px solid #000000;
}

.tabulka thead{/*border: 1.0px solid #000000;*/}
.tabulka th {
 	border: 1px solid #000000;
	background: #41639F;/*#455689;*/
	color:#FFFFFF;
	font-size:120%;
}

.tabulka th, td {padding:0.25em 0.5em;}

.tabulka td.tblue{
	background: #b8cce4;
	font-weight:bold;
	font-size:120%;
}

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

.popis img{
	padding: 0px 10px 10px 0px;
	position:relative;
	top:1em;
	overflow: visible;
}

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

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	background-color:#FFFFFF;
	border-top: 1px solid #ce9b55;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ce9b55;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ce9b55;
	background:   #fff3df;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #ce9b55;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #d9e5ff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #324b7d;
}

#sectionLinks a.noslink:hover{
	border-top: 1px solid #ffffff;
	background-color:   #ffefd9;
	font-weight: bold;
	color: #b38547;
	text-decoration: none;
}

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

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

.sidlo a {
color: #b87e22;
}

.sidlo a:hover{
	text-decoration: underline;
	color: #b38547;
}
#dotaznik a {
color:#476bb3
}