/* CSS common */

/***************** BASIC TEXT ELEMENTS ************************/


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 7px 0; 
}

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #083575;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #231F20;
	text-transform: uppercase;
	margin-top: 20px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #02478a;
	text-transform: uppercase;
	margin-top: 20px;
	
/* 		color:#231F20;
font-size:12px;
font-weight:bold;
margin-top:20px;
text-decoration:none;
text-transform:none; */
}


h4 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #6c92a7;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.hpcontent div.right a {
	/*color: #231F20;*/
	color: #083575;
	font-weight: normal;
	text-decoration: underline;
}

div.svetla table.kontakttab tr td p a:first-child {
	/*color: #231F20;*/
	
	color: #083575;
	font-weight: bold;
	text-decoration: none;
}

.hpcontent div.right a.novinky {
	color: #231F20;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
	/* padding: 0 0 10px 0; */
}

#content p, .hpcontent p {
	line-height: 1.75em;
}

div.hpcontent div.hpcontentleft div.text {
	line-height:1.75em;	
}

.hpcontent table.kont p {
	line-height: 15px;
}

#content ul, .hpcontent ul {
	margin: 20px 0;
	padding: 15px 20px;
	background-color: #F2F2F2;
	/* border: 1px solid #D9D9D9; */
}

#content ul li, .hpcontent ul li {
	list-style: none outside url(none);
	background: transparent url(../images/li_item2.gif) no-repeat left 5px;
	padding: 1px 0 2px 14px;
	color: #231F20;
	font-weight: normal;
}

#content ul ul, .hpcontent ul ul {
	margin: 5px 0;
	padding: 0;
	background-color: #F2F2F2;
	
}

#content ul ul li, .hpcontent ul ul li {
	list-style: none outside url(none);
	background: transparent url(../images/li_item3.gif) no-repeat left 7px;
	padding: 1px 0 2px 9px;
	color: #231F20;
	font-weight: normal;
}



#content div.reference ul, .hpcontent div.reference ul {
	border: 1px solid #D9D9D9;
	background-color: transparent;
}


#content div.reference ul li, .hpcontent div.reference ul li {
	list-style: none outside url(none);
	background: none;
	padding: 0;
	color: #231F20;
	font-weight: normal;
}

div.hpcontent p.reference {
	border:1px solid #D9D9D9;
	margin:20px 0;
	padding:15px 20px;
	line-height: 1.3em;
}

/***************** LISTS ************************/

/* ul{
	margin: 0;
	padding: 10px 0 10px 15px;
}

ul ul{
	padding: 2px 0 5px 15px;
} */

ol{
	margin: 0;
	padding: 10px 0 10px 15px;
}
ol ol{
	padding: 2px 0 5px 15px;
}

/* ul li{
	list-style-type: none;
	background: url("../images/common/bg_list_item.gif") no-repeat 0 7px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	line-height: 15pt;
} */

/* ul li ul li{
	background: url("../images/common/bg_list_subitem.gif") no-repeat 0 6px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	line-height: 13.5pt;
} */
ol li{
	list-style-type: decimal;
	background: none;
	padding: 0;
	margin: 0 0 7px 0;
}

ul.spec{
	margin: 10px 0 10px 15px;
	padding: 0;
}

ul.spec li{
	background: url("../images/common/bg_list_item_spec.gif") no-repeat 0 5px;
	padding: 2px 0 2px 20px;
	font-size: 9.75pt;
	color: #777777;
	font-weight: bold;
}

ul li.doc, ul li.zip, ul li.ppt, ul li.jpg, ul li.xls, ul li.pdf{
	padding: 0 0 2px 25px;
	line-height: 12pt;
	margin: 0 0 5px 0;
}

ul li.doc{ background: url("../images/common/ico_doc.gif") no-repeat; }
ul li.zip{ background: url("../images/common/ico_zip.gif") no-repeat; }
ul li.ppt{ background: url("../images/common/ico_ppt.gif") no-repeat ; }
ul li.jpg{ background: url("../images/common/ico_jpg.gif") no-repeat; }
ul li.xls{ background: url("../images/common/ico_xls.gif") no-repeat; }
ul li.pdf{ background: url("../images/common/ico_pdf.gif") no-repeat; }

div.poznamka {
	background: #c8c8c8;
	padding: 5px;
	font-style: italic;
	font-size: 11px;
}

div.zvyraz_ram {
	background: #ffe2ad;
	padding: 6px 9px;
	margin: 0 0 10px 0;
	font-weight: normal;	
}

/***************** FORMS ************************/

form{
	margin:0;
}

/* input, textarea, select {
	font-family: Verdana, Arial;
	font-size: 8pt;
} */

input.check, input.radio, input.button{
	width: auto;
	border: 0;
}

p.pinputs {
	margin: 0;
	padding: 0;
}

/***************** TABLES ************************/

div#content table{
	font-size: 9pt;
	margin: 10px 0;
}

div#content table th{
	vertical-align: middle;
	padding: 3px 5px;
	background-color: #666666;
	color: #ffffff;
}

div#content table td{
	vertical-align: top;
	padding: 2px 5px;
}

div#content table tr.stripe td{
	font-size: 0.75pt;
	line-height: 0.75pt;
	padding: 0;
	background-color: #999999;
	height: 2px;
}

/***************** COMMON ELEMENTS ************************/

/***************** deviders/clears ************************/

.hr_dotted{
	background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 9px;
	height: 20px;
	display: block;
}
.hr_line{
	background: url("../images/common/bg_hr_line.gif") repeat-x 0 9px;
	height: 20px;
	display: block;
}

.note{
font-size: 8.25pt;
color: #777777;
font-style: italic;
}



/***************** no-styles ************************/

.no_display {display: none;}
.no_background {background: none;}
.no_border {border:0;}


/***************** colors ************************/

.black{color: #000000;}
.grey{color: #999999;}
.red{color:#CC0000;}
.blue{color: #0066CC;}
.green{color: #339900;}
.orange{color: #FF9900;}
.yellow{color: #FFCC33;}
.pink{color: #FF3399;}
.cyan{color: #33CCFF;}

/***************** flash alternative ************************/
.flashAlternative {visibility:hidden;}
