@charset "utf-8";
h1 {
	color: #8D0505;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
* html .home_container {
	height: 1%;
	border: 0px solid #666666;
}
.kolorowy {
	color: #8D0505;
	font-weight: bold;
}
.title_private {}
.title_business {}
.title_private, .title_business {}

.box_private, .box_business {
	width: 280px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 0px solid #666666;
	display: inline;
}
.box_private {
	float: left;
}
.box_business {
	float: right;
}
li {
	list-style-type: circle;
}

