/* CSS Document */
#topicBackground {
	position: absolute;
	left: 203px; 
	top: 89px;
	width: 643px; 
	background-color:#01957d; 
}
#backLink {
	position: absolute;
	width: 100px;
	text-align: right;
	left: 740px; top: 168px;
}
#backLink a {
    color:#fff;
}

.categoryImg {
	position: absolute;
	left: 210px; top: 95px;
	z-index: 1;
}
#categoryTitle {
	position: absolute;
	left: 375px; top: 84px;
	width: 480px; height: 100px;
}
.categoryHeadline {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#levelTitle { /* 2006-07-25, tom: disabled */
	display: none;
	position: absolute;
	left: 330px;
	top: 95px;
	z-index: 100;
	color: #01957d;
	font-size: 24px;
	font-weight: bold;	
	filter: alpha(opacity=70);
	-moz-opacity:.70;
    opacity:.70;
}
.productImg {
	text-align: center;
}
.tdContent {
	width: 475px;
	padding-right: 175px;
	/* border: 1px solid black; */
}
hr.additionalInfo {
	border-style: solid;
	border-width: 1px;
    border-bottom: none; /* 4 firefox */
    border-color: #91d1c7;
    height: 1px;    
    margin: 0 3px 0 3px;
    padding: 0;
}
#infoBox {
	position: absolute;
	left: 683px; top: 215px;
	width: 164px;
	z-index: 99;
}
.infoEntry {
	padding: 2px 0px 3px 3px; /* line-height: 14px; */
}
.infoImg {
	padding-right: 0px; padding-bottom: 0px;
	vertical-align: middle; 
}
.imgReader {
	float: right;
	margin-top: 5px; 
}
#imageCopyContainer {
	/* border: 1px solid blue; */
	width: 164px;
	text-align: center;
} 
#imagePasteContainer {
	/* border: 1px solid purple; */
	margin: 15px 0px 0px 0px;
	width: 164px;
	text-align: center;
}




