@charset "UTF-8";

h2 {
	/* [disabled]font-family: "Yanone Kaffeesatz", "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	font-weight: normal;
	color: #999;
	margin: 20px 0px 30px 0;
	font-size: 15px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin: 14px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
h4 {
	margin: 12px 0 0 0;
	font-size: 13.5px;
}
p {
	font: 13px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	margin: 4px 0 0 0;
	/* [disabled]float: left; */
}
p em {
	color: #C06;
	font-style: normal;
}
main .insert {
	margin: 30px 0 0 0;
	width: 466px;
	height: 380px;
	background: url(../img/info/imp.jpg) no-repeat;
	display: block;
	opacity: 1.0;               /* Good browsers IE 9 */
	-khtml-opacity: 1.0;        /* Safari 1.x */
	-moz-opacity: 1.0;          /* Netscape */
	filter: alpha(opacity=100); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
}
main .insert:hover {
	opacity: 0;               /* Good browsers + IE 9 */
	-khtml-opacity: 0;        /* Safari 1.x */
	-moz-opacity: 0;          /* Netscape */
	filter: alpha(opacity=0); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

p a {
	color: #69C;
	text-decoration: none;
	/* [disabled]margin-left: 5px; */
}
p a:hover {
	color: #36C;
}
.linie {
	background: #999;
	margin: 30px 0 20px 0;
	height: 1px;
	width: 100%;
	float: left;
}
