.div_global
{
	position: relative;
	min-height: 100%;
}

.div_loading
{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
	z-index: 100;
	background-image: url('../img/icons/loading.gif');
	background-repeat: no-repeat;
}

.div_header
{
	position: relative;
	width: 100%;
	height: 128px;
	top: 0px;
	background-image: url('../img/interface/bg_header.png');
	z-index: 1;
}

.div_header .div_header_light
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/interface/bg_light.png');
	background-position: top center;
	opacity: 0.25;
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=25)';
	z-index: 2;
}

.div_header .div_header_shadow
{
	position: absolute;
	width: 100%;
	height: 24px;
	bottom: 0px;
	background-image: url('../img/interface/shadow_header.png');
	background-repeat: repeat-x;
	z-index: 3;
}

.div_header .div_header_main
{
	position: relative;
	width: 1000px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
}

.div_logo
{
	position: absolute;
	width: 140px;
	height: 41px;
	top: 0px;
	left: -6px;
	padding-top: 88px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat; 
	text-align: center;
	line-height: 1.2em;
	z-index: 10;
}

.div_logo .font_title1
{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #9FA2A7;
}

.div_logo .font_title2
{
	color: #9FA2A7;
	font-size: 13px;
	font-weight: bold;
}

.div_title
{
	position: absolute;
	bottom: 1px;
	left: 160px;
	height: 46px;
	line-height: 46px;
	color: #555555;
	font-size: 22px;
	font-weight: bold;
	//text-shadow: #222222 0px 0px 4px;
	text-shadow: 1px 1px 0px #222222;
	z-index: 11;
}

.div_title img
{
	vetical-align: middle;
	margin-right: 6px;
	height: 20px;
}

.div_menu
{
	position: absolute;
	right: 0;
	bottom: 56px;
	z-index: 12;
}

.div_menu a
{
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
	text-shadow: 0px 0px 8px #FFFFFF;
}

.div_menu a:hover
{
	border-radius: 5px;
	background-color: #333333;
}

.div_lang
{
	position: absolute;
	right: 16px;
	top: 0;
	padding: 2px 0px 2px 4px;
	z-index: 12;
}

.div_lang a
{
	color: white;
	font-size: 11px;
	text-decoration: none;
}

.div_lang a:hover
{
	color: white;
	text-decoration: underline;
}

.div_lang img
{
	vertical-align: middle;
	border: 0px;
	margin-left: 4px;
	margin-right: 0px;
}

.div_update
{
	position: absolute;
	right: 16px;
	bottom: 1px;
	height: 46px;
	line-height: 46px;
	z-index: 20;
}

.div_update .div_update_content
{
	display: inline-block;
	line-height: 1.2em;
	color: #666666;
	font-size: 15px;
	text-shadow: #222222 0px 0px 4px;
}

.div_update_content a
{
	color: #666666;
	text-decoration: none;
}

.div_update_content a:hover
{
	text-decoration: underline;
}

.div_update_content img
{
	vertical-align: middle;
}

.div_scroll_element
{
	display: inline-block;
	width: 1000px;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.div_main_parent
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 120px;
}

.div_main
{
	min-height: 300px;
	padding-left: 0px;
	color: #333333;
	text-align: justify;
}

.div_main a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.div_main a:hover
{
	color: #333333;
	text-decoration: underline;
}

.div_main .font_title_main
{
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	text-shadow: 0px 1px 0px #ffffff;
}

.div_main .font_title_main a
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.div_main .font_title_main a:hover
{
	color: #333333;
	text-decoration: underline;
}

.div_main .font_title_main img
{
	height: 16px;
	margin-right: 5px;
}

.div_main .font_subtitle_main
{
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}

.div_main .div_main_back
{
	position: absolute;
	right: 16px;
	font-size: 15px;
}

.div_footer
{
	position: absolute;
	width: 100%;
	height: 96px;
	bottom: 0px;
	background-image: url('../img/interface/bg_footer.png');
	z-index: 1;
}

.div_footer p
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 96px;
  line-height: 96px;
  text-align: left;
}

.div_footer .span_footer
{
	display: inline-block;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 32px;
  text-align: left;
	line-height: 1.2;
	color: #666666;
}

.span_footer .font_span_footer
{
	font-size: 16px;
	color: #D4D4D4;
}

.span_footer .font_span_footer a
{
	color: #D4D4D4;
	text-decoration: none;
}

.div_footer .span_footer_sep
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 32px;
	padding-right: 32px;
	line-height: 1.2;
}

.div_footer a
{
	color: #666666;
	text-decoration: none;
}

.div_footer a:hover
{
	color: white;
	text-decoration: none;
}

.div_img_news
{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0px 24px 24px 0px;											// top right bottom left
	text-align: left;
}

.div_img_news span
{
	display: inline-block;
	width: 298px;
	height: 82px;
	border: 1px solid #D4D4D4;
	overflow: hidden;
}

.div_img_news img
{
	width: 288px;
	height: 72px;
	padding: 4px;
	background-color: #F8F8F8;
	border: 1px solid #FFFFFF;
}

.div_img_frame
{
	display: inline-block;
	vertical-align: top;
	width: 308px;
	margin: 0px 16px 24px 0px;											// top right bottom left
	text-align: left;
}

.div_img_frame span
{
	display: inline-block;
	width: 306px;
	height: 234px;
	border: 1px solid #D4D4D4;
}

.div_img_frame img
{
	width: 288px;
	height: 216px;
	padding: 8px;
	background-color: #F8F8F8;
	border: 1px solid #FFFFFF;
}

.div_details_slogan
{
	display: inline-block;
	vertical-align: top;
	width: 600px;
	height: 234px;
	line-height: 234px;
	text-align: center;
}

.div_details_slogan div
{
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	line-height: 1.2;
	color: #C4C4C4;
	font-size: 24px;
	font-style: italic;
}

.div_img_details
{
	display: inline-block;
	margin-top: 8px;
	margin-right: 16px;
}

.div_img_details img
{
	height: 100px;
	border: 2px solid #D4D4D4;
}

.div_img_details img:hover
{
	border: 2px solid #A4A4A4;
}

.span_members_menu
{
	display: inline-block;
	float: left; 
	width: 124px;
	margin-left: 4px;
}

.span_members_menu ul
{
	margin-left: 8px;
	list-style: none;
	color: #AAAAAA;
}

.span_members_menu ul a
{
	color: black;
	font-weight: normal;
}

.span_members_menu ul a:hover
{
	text-decoration: underline;
}

.span_members_content
{
	display: inline-block;
	width: 840px;
	padding: 0;
	margin-left: 32px;
}

.div_profil_img
{
	display: inline-block;
	float: left;
	height: 146px;
	border: 1px solid #D4D4D4;
}

.div_profil_img img
{
	height: 132px;
	padding: 6px;
	background-color: #F8F8F8;
	border: 1px solid #FFFFFF;
}

.div_profil_sentence
{
	text-align: left;
	color: #C4C4C4;
	font-size: 17px;
	font-style: italic;
}

.div_profil_country
{
}

.div_profil_country img
{
	height: 16px;
	margin-top: -4px;
	margin-right: 4px;
	vertical-align: middle;
}

.span_profil_mlw
{
	display: inline-block;
	margin: 5px;
	padding-bottom: 4px;
	background-color: #E4E4E4;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s; 
}

.span_profil_mlw:hover
{
	background-color: #C4C4C4;
}

.span_profil_mlw img
{
	//max-width: 128px;
	//min-width: 32px;
	height: 96px;
}

.span_profil_mlw iframe
{
	width: 80px;
	height: 96px;
	//border: 1px solid #D4D4D4;
	border: 0px;
}

.span_mlw
{
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	color: #C4C4C4;
	text-align: right;
}

.span_mlw a
{
	color: #C4C4C4;
	font-weight: normal;
}

.span_mlw a:hover
{
	color: #C4C4C4;
	text-decoration: underline;
}

.span_mlw iframe
{
	width: 384px;
	height: 96px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e8e8e8 100%);
}

.font_stats_date
{
	font-size: 14px;
	font-weight: bold;
}

.font_stats_date a:hover
{
	color: #666666;
	text-decoration: none;
}