@charset "utf-8";
.pagebg {
	background-color: #000;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0 auto;
	width:100%;
}
.textheadline {
	FONT-SIZE: 12px;
	COLOR: #ef6123;
	FONT-FAMILY: Arial, Helvetica, sans-serif,simhei;
	font-style: italic;
	font-weight: bold;
}
.texthead {
	FONT-SIZE: 12px;
	COLOR: #ef6123;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.textbot {
	FONT-SIZE: 11px;
	COLOR: #ef6123;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.menu-bg {
	background-image: url(images/menu-bg.jpg);
}
.menu-bg:hover {
	background-image: url(images/menu-bg-hover.jpg);
}
.menu-type {
	color:#888888; font-size:12px; text-decoration:none; font-weight:bold;
}
.menu-type:hover {
	color:#ae4e24; font-size:12px; text-decoration:none; font-weight:bold;
}
.img-s {
	border: 2px solid #ef6123;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}
.img-l {
	border: 2px solid #ef6123;
	margin-bottom:10px;
	margin-right:20px;
}
