/* CSS common */

/***************** BASIC TEXT ELEMENTS ************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 7px 0; 
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h1.nadpis {
	padding: 0 0 0 25px;
	margin: 0 0 78px 0;
	visibility: hidden; 
}

h1.nadpis2 {
	padding: 0 0 0 25px;
	margin: 0 0 -22px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 13px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #2B73AC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	/* padding: 0 0 10px 0; */
	line-height:17px; /*17px*/
}

#content font {
	font-size: 11px;
}

#content img {
	border-color: #3a5a6e;
	border-style: solid;
}

#content ul {
	margin: 10px 0;
	padding: 15px 0 15px 25px;
	background-color: #EFEFEF;
}

#content ul li {
	list-style: none outside url(none);
	background: transparent url(/images/li_item.gif) no-repeat left 7px;
	padding: 2px 0 4px 14px;
}

#content ul li.pdf {
	background: transparent url(/images/li_pdf.gif) no-repeat left center;
	padding: 2px 0 3px 21px;
}

#content ul li a {
	font-weight: normal;
	color: #6D6D6D;
}

/***************** LISTS ************************/

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;	
}



/***************** TABLES ************************/

div#content table{
	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.homepage td{
	vertical-align: middle;
	line-height:1.25em;
}

div#content table tr.stripe td{
	font-size: 0.75pt;
	line-height: 0.75pt;
	padding: 0;
	background-color: #999999;
	height: 2px;
}


div#registrace {
  /*background:url("../../images/vyhledat.jpg") repeat-x scroll 0 10px transparent;*/
	/*width:422px;*/
	/*float:left;*/
}


div.registrace2 {
  background:url('../../images/vyhledat.jpg') no-repeat;
	width:209px !important;
	float:right;
	margin: 25px 0 25px 15px !important;
	display:block;
}

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

