body{
	background-image:url(../images/homeback.gif);
	background-repeat:repeat-x;
}
#maincontainer{
	width:880px;
}
#mainleft{
	float:left;
	width:260px;
}
#mainright{
	margin-left:270px;
}
#welcome{
	background-image:url(../images/welcome.gif);
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	padding:38px 10px 6px 10px;
	border-bottom:1px solid #cccccc;
	color:#666666;
	text-align:justify;
	margin-bottom:10px;
}
#welcome p{
  margin: 0;
}
#search form{
	padding:0px;
	margin:0px;
}
#search form input{
	border:none;
	border-left:1px solid #707070;
	border-top:1px solid #707070;
	width:210px;
}
#latestnews{
	margin:0px;
	background-image:url(../images/latestnews.gif);
	background-repeat:no-repeat;
	padding:28px 0px 0px 0px;
}

#latestnews li{
	list-style:none;
	width:280px;
	float:left;
	padding:10px 10px 0px 10px;
	border-right:#CCCCCC 1px dotted;
	border-top:#CCCCCC 1px dotted;
	margin-bottom:10px;
}
#latestnews li h1{
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.newsreadmore{
	text-align:right;
	margin-top:10px;
	margin-right:-9px;
}
#main .image {
  text-align: right;
  line-height: 0;
  font-size: 0;
}
.realisation{
	position:relative;
	top:-32px;
	text-align:right;
  height: 32px;
  overflow: hidden;
}
.realisationinfo{
  position: relative;
  z-index: 100;
	background-color:#f5f5f5;
	padding:10px;
	top:-33px;
	text-align:left;
	margin-bottom:-33px;
}
#funcnavi{
	width:100%;
	height:20px;
	z-index:100;
	position:absolute;
	top:20px;
	text-align:center;
}

table.characteristics{
  position: relative;
  top: -31px;
  float: right;
  background: #e8e8e8;
  border-collapse: collapse;
  width: 297px;
}

table.characteristics td{
  border: 1px solid #fff;
  border-right:0;
  padding: 5px;
}

table.characteristics td.name{
  font-weight: bold;
  text-align: right;
  width: 80px;
}