
/* Content Area */
#ctContent {
	background: url("../images/index_bgr.jpg");
	height: 460px;
	margin-top: 1px;
	position: relative;
	width: 950px;
	}

.introduction {
	padding: 40px 0 0 36px;
	width: 540px;
	}

.headline {
	margin: 1em 0;
	}

#productIndex {
	background: url("../images/index_products.jpg") no-repeat;
	height: 249px;
	left: 530px;
	position: absolute;
	top: 0;
	width: 350px;
	}


/* Navigation: Info */
#navInfo {
	margin: 6px 10px;
	}

#navInfo li {
	display: inline;
	padding-right: 4px;
	}


/* Teaserbox: Bottom */
#teaserBox {
	position: absolute;
	bottom: 10px;
	left: 0;
	}

#teaserBox a {
	display: block;
	float: left;
	height: 200px;
	margin-left: 10px;
	width: 220px;
	background-position: top left;
	}

#teaserBox a:hover {
	background-position: bottom left;
	}

#teaserBox a.teaser1 {
	background-image: url("../images/teaser_1.jpg");
	}

#teaserBox a.teaser2 {
	background-image: url("../images/teaser_2.jpg");
	}

#teaserBox a.teaser3 {
	background-image: url("../images/teaser_3.jpg");
	}

#teaserBox a.teaser4 {
	background-image: url("../images/teaser_4.jpg");
	width: 240px;
	}

