/* naglowki */
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #d45219;
}
h2 {

}
h3 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
/* text */
.textSmall {
	font-size: 9px;
}
.textMedium {
	font-size: 12px;
}
.textClr1 {
	color: #d45219;
}
.textClr2 {
	color: #ffffff;
}
.textClr3 {
	color: #294361;
}
div.text {
	line-height: 18px;
}

/* linki */

a:link {
	text-decoration: none; 
	color: #d45219;
}
a:visited {
	text-decoration: none; 
	color: #d45219;
}
a:hover {
	text-decoration: none; 
	color: #294361;
}

.link1 a:link {
	text-decoration: none; 
	color: #ffffff;
}
.link1 a:visited {
	text-decoration: none; 
	color: #ffffff;
}
.link1 a:hover {
	text-decoration: none; 
	color: #ffffff;
}

.link2 a:link {
	text-decoration: none; 
	color: #294361;
}
.link2 a:visited {
	text-decoration: none; 
	color: #294361;
}
.link2 a:hover {
	text-decoration: underline; 
	color: #d45219;
}
