a {
	color: #666666;
	text-decoration:none;
}



a:hover {
	color: #666666;
	text-decoration:underline;	
}

H1 {
	font-family: Arial;
	font-size: 20px;
	color: #F38000;
	font-weight: normal;
	letter-spacing: -1px

}

H2 {
	font-family: Arial;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	letter-spacing: -1px;
}

H3 {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}




.texty_obecny {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	list-style-image: url(imgs/bullet.gif);
}


.line_r {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 695px;
	float: right;
	height: 368px;	

}

.blue {
	color:#0089DC;
}
.green {
	color:#6AC335;
}
.orange{
	color:#F38000;
}
.highslide-loading {
	display: block;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(images/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
