body {
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-x;
}

#homebox {
	background-image: url(../images/home_box.gif);
	background-repeat: no-repeat;
	height: 679px;
	width: 905px;
}

#box_lm {

	position:absolute;
	left:655px;
	top:378px;
	width:238px;
	height:264px;
	z-index:1;
	overflow: hidden;
}

#box_lv {
	position:absolute;
	left:394px;
	top:88px;
	width:238px;
	height:264px;
	z-index:1;
	overflow: hidden;

}

#box_vv {

	position:absolute;
	left:394px;
	top:378px;
	width:238px;
	height:264px;
	z-index:1;
	overflow: hidden;
}

#box_lc {
	position:absolute;
	left:655px;
	top:90px;
	width:238px;
	height:264px;
	z-index:1;
	overflow: hidden;
}

#box_company {
	position:absolute;
	left:71px;
	top:378px;
	width:298px;
	height:264px;
	z-index:1;
	overflow: hidden;
}
#logo {
	position:absolute;
	left:71px;
	top:90px;
	width:222px;
	height:84px;
	z-index:2;
}

.teaser_text {
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 8px;
}

.teaser_text a, #postit a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.teaser_text a:hover, , #postit a:hover
{
	text-decoration: underline;
	color: #000000;
}

#postit {
	position:absolute;
	left:108px;
	top:175px;
	width:212px;
	height:150px;
	z-index:10;
	background-image:url(../images/postit.jpg);
	background-repeat: no-repeat;
	padding-left:32px;
	padding-top:35px;
	
}

.postitlink {
	margin-left:14px;
	margin-top:15px;
}

.red {font-weight: bold; color: #FF0000;}
