@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	background-color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size:38px;
	font-weight: bold;
	line-height: 42px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h2 {
	font-size:18px;
	font-weight: bold;
}
.h1Litle {
	font-size:30px!important;
	font-weight: normal !important;
	color:#999!important;
}
div.mainWrapper {
	z-index:2;
	width:980px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
div.header {
	width:100%;
	height:250px;
	margin-top:30px;/*text-align: center;*/
}
div.lang {
	position:absolute;
	z-index:1;
	top:0px;
	right:0;
	width:235px;
	height:32px;
	padding-top:6px;
	color:#333;
	background-image: url(../images/lang.png);
	background-repeat: no-repeat;/*background-position: right;*/
}
div.lang p {
	padding-left:90px;
	font-weight:bold;
}
div.lang a {
	color:#666;
	text-decoration:none;
}
div.title {
	width:560px;
	float:left;
}
div.gebove {
	width:320px;
	float:left;
}
div.contentLeft {
	width:560px;
	float:left;
	line-height: 18px;
}
div.contentLeft h2 {
	margin-top:10px;
	margin-bottom:20px;
}
div.contentLeft p {
	padding-bottom:18px;
}
.clear {
	clear:both;
	height:1px;
	width:100%;
}
div.space {
	height:24px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
div.footer {
	margin-top:50px;
	width:100%;
	height:100px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:20px;
}
div.footer a {
	
	text-decoration:none;
	color:#999;
}
div.footerIner {
	width:980px;
	margin-left:auto;
	margin-right:auto;}
	

div.thumbs {
	width:160px;
	float:left;
	/*border: 1px solid #666;*/
	margin-left:160px;
}
div.thumbs img {
	margin-bottom:6px;
	border: 1px solid #ccc;
}
