/* CSS HANYŠ common */

/***************** basic text elements ************************/

h1 {

	font-size: 12pt;
	font-family:Arial, Verdana;
	color: #FE5A01;
  padding:5px 0px 0px 30px;
	margin:0px 0px 20px 0px;
	font-weight: bold;
	background: url("../images/content_headlinelogo.gif") no-repeat left bottom;
}

h1 span {
	font-size: 12pt;
	font-family:Arial, Verdana;
	color: #FE5A01;
  padding:0px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	font-weight: bold;
	background: url("../images/bg_h1.gif") no-repeat left bottom;	
}

h1 .grey {
  color:#666666;
  font-size:12px;
  font-weight:bold;
  background:none;
  padding:0px;
  margin:0px;
}

h2 {
	font-size: 12.5pt;
	font-family:Arial, Verdana;
	color: #FE5A01;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	font-family:Arial, Verdana;
	color: #FE5A01;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;	
}

h4 {
	font-size: 9.75pt;
	font-family:Arial, Verdana;
	color: #FE5A01;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;	
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-family:Verdana, Arial;
  font-size:12px;
  color:#666666;
}

a {
text-decoration:none;
border:0px;
color: #fb8a00;
}

a:hover {
text-decoration:underline;
}

a img{
	border: 0;
}

span.foto_left img{
	margin: 0 15px 10px 0;
}

span.foto_right img{
	margin: 0 0 10px 15px;
}
li {
font-size:12px;
}
/***************** lists ************************/

ul{
margin: 10px 0 10px 15px;
padding: 0;
}
ul ul{
margin: 2px 0 5px 15px;
}
ol{
margin: 10px 0 10px 35px;
}
ul ol{
margin: 2px 0 5px 35px;
}

ul li{
list-style-type: none;
background: url("../images/common/bg_list_item.gif") no-repeat 0 10px;
padding: 5px 0 5px 10px;
font-family:verdana;
font-size:12px;
color:#666666;
}

ul li ul li{
background: url("../images/common/bg_list_subitem.gif") no-repeat 0 6px;
line-height: 12pt;
padding: 0 0 0 8px;
}

ol li{
list-style-type: decimal;
background: none;
padding: 0;
margin: 0 0 7px 0;
}

ul.spec{
margin: 10px 0 10px 13px;
padding: 0;
}

ul.spec li{
background: url("../images/common/bg_list_item_spec1.gif") no-repeat 0 4px;
padding: 0 0 4px 20px;
font-size: 9.75pt;
font-family: "Trebuchet MS", Arial, Verdana;
font-weight: bold;
color: #888888;
}

ul.spec li.special{
background: url("../images/common/bg_list_item_spec2.gif") no-repeat 0 7px;
padding: 5px 0 0 25px;
color: #666666;
}
ul.spec li.special a{
color: #666666;
text-decoration: underline;
}

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

/***************** forms ************************/

form{
	margin:0;
}

input, textarea, select {
font-family: Verdana, Arial;
font-size: 7.5pt;
color: #666666;
}


input.check, input.radio, input.button{
width: auto;
border: 0;
}

/***************** tables ************************/

td {
font-size:9pt;
font-family:Verdana;
color:#666666;
}

div#content table{
font-size: 9pt;
margin: 7px 0 10px 0;
}

div#content table tbody{
padding: 3px 0;
}

div#content table th{
vertical-align: top;
padding: 2px 5px;
background-color:#D10000;
color: #ffffff;
}

div#content table td{
vertical-align: top;
padding: 2px 5px;
}

div#content table ul{
margin: 0;
padding: 0;
}


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

div#content table.table {
border-top: 2px solid #D10000;
border-bottom: 2px solid #D10000;
border-left: 0;
border-right: 0;
}

div#content table.table td{
background-color: #ffffff;
}

div#content table.table th{
background-color: #D10000;
color: #ffffff;
}

/***************** common elements ************************/

.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 7px;
		padding: 10px 0;
}
.hr_line{
    margin: 0 0 10px 0;
		padding: 10px 0 0 0;
		border-bottom: 1px solid #d8800f;
}

span.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 7px;
		padding: 7px 0;
		line-height: 0.75pt;
		font-size: 0.75pt;
    display: block;
}


.clear {
	height: 1px;
	clear: both;
	font-size: 0.75pt;
	line-height: 0.75pt;
}

.no_display{
	display: none;
}
.no_bg{
	background: url("../images/common/none.gif");
}
.no_border{
	border:0;
}
*/



/***************** footer ************************/


/***************** colors ************************/
.grey {
color:#666666;
font-size:12px;
font-weight:bold;
}

.red{
color:#D14703;
}
.blue{
color: #006192;
}
.green{
color: #328B01;
}
.orange{
color: #FC9400;
}

