/*CSS for the Telefonnumberposition in the Startpage*/
.positonTel {
	padding-left:244px;
}
/*CSS for the Three Teaserboxes in the komro Startpage*/
.teaserInnerWrap {
	width:100px;
	float:left;
	padding-right:10px;
	line-height:20px;
	}
.teaserInnerWrap A {
	color:#707070;
	text-decoration:none;
}
.teaserInnerWrap H2 A {
	color:#df0024;
	margin-top:10px;
	text-decoration:none;
	}
.teaserInnerImg {
	width:73px;
	float:left;
}
.teaserInnerImg  Img {
	border:0px;
	}
.teaserContent {
	width:208px;
	padding-top:5px;
	}
.spaceTeaser {
	width:208px;
	height:118px;
	}
.spaceTeaser IMG {
	width:208px;
	height:118px;
	border:0px;
	}

/*Basic CSS for the Boxes*/
.teaserOne {
	float:left;
	width:208px;
	background-image:url(../teaserImages/productsOne.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
.teaserTwo{
	float:left;
	width:208px;
	margin-left:26px;
	background-image:url(../teaserImages/productsTwo.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
.teaserThree{
	float:left;
	width:208px;
	margin-left:26px;
	background-image:url(../teaserImages/productsThree.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}