/**********************************DISPLAY AREA HOME************************************/
#home{
	position:relative;
	float:left;
	margin-top:23px;
	margin-left:70px;
	display:inline;
	width: 800px;
	height: 396px;
}
#home .imageSquare{
	position:relative;
	width: 248px;
	height: 248px;
	float: left;
	margin: 13px 0px 0px 13px;
	display: inline;
}
#home .imageSquare a{
	background-image: url('../img/backgroundGradientHomeSquare.gif');
	display: block;
	position: absolute;
	width: 246px;
	height: 246px;
	text-align: right;
	color:white;
	font-size: 16px;
	font-weight:bold;
}
#home .imageSquare a span {
	position:absolute;
	visibility:visible;
	right: 15px;
	bottom: 10px;
}
#home .imageSquare a:hover span{
	visibility:hidden;
}
#home #squareOffice.imageSquare a:hover{
	background-image: url('../img/home/office.jpg');
}
#home #squareSchool.imageSquare a:hover{
	background-image: url('../img/home/school.jpg');
}
#home #squareCreative.imageSquare a:hover{
	background-image: url('../img/home/creative.jpg');
}
#home #squareGifts.imageSquare a:hover{
	background-image: url('../img/home/gifts.jpg');
}
#home .imageSquare img{
	position: absolute;
	left: -1px;
	top: -1px;
}
/***************HOME THUMBS********************/
#home div.thumbnails{
	float:left;
	visibility: hidden;
}
#home .thumbnail {
	clear:left;
	z-index:3;
}
/********************************** PRODUCT DISPLAY AREA*****************************************/
#top{
	position:relative;
	float:left;
	width: 792px;
	padding-left:130px;
	height: 401px;
}
/********************************** FRAMED IMAGES *****************************************/
a.thumbnail img, a.thumbnailSmall img, div.imageTall img, div.imageWide img{
	margin:1px 0 0 1px;
}

a.thumbnail img.frame, a.thumbnailSmall img.frame, div.imageTall img.frame, div.imageWide img.frame, div.multimediaDisplay img.frame{
	position:absolute;
	display: block;
	margin:0;
}

img#multimediaDisplay_surface{
	width:100%;
	height:100%;
}

/********************************** PAGE LAYOUTS *****************************************/

div.thumbnailsTall ,div.imageTall{
	float:left;
	position:relative;
	width:248px;
	height:378px;
	padding:6px 0 0 12px;
}
div.imageWide{
	float:left;
	position:relative;
	width:398px;
	height:378px;
	padding:6px 0 0 122px;
	text-align:right;
}
div.multimediaDisplay{
	background:transparent url("../img/frameMultimediaDisplay.gif") no-repeat 12px top;
	float:left;
	position:relative;
	width:508px;
	height:378px;
	padding:0px 0 0 12px;
	margin-top:6px;
}
ul.multimediaControl{
	position:absolute;
	bottom:0px;
	left:12px;
	width:485px;
	height:23px;
	padding:2px 23px 0 0;
	background:transparent url('../img/multimediabg.png') no-repeat;
}
ul.multimediaControl li {
	float:right;
	border-left: 1px solid white;
	border-right: 1px solid #cec9c9;
	height:19px;
	text-align:center;
	padding:1px 0 1px 0;
}
ul.multimediaControl li:first-child{
	border-right:none;
	padding-right:1px;
}
ul.multimediaControl li:last-child{ 
	border-left:none; 
}
ul.multimediaControl li.active, ul.multimediaControl li.active:hover{
	background: transparent url('../img/multimedia_active.png') repeat-x ;
	border-right: 1px solid white;
	border-left: 1px solid #999999;
	border-top:1px solid #999999;
	border-bottom: 1px solid white;
	padding:0;
}
ul.multimediaControl li:hover{
	border-right: 1px solid white;
	border-left: 1px solid #cec9c9;
	border-top: 1px solid #cec9c9;
	border-bottom: 1px solid white;
	padding:0;

}
div#multimediaDisplay_gallery,
div#multimediaDisplay_360,
div#multimediaDisplay_movie,
div#multimediaDisplay_busy{
	width:506px;
	height:351px;
	margin:1px 0 1px 1px;
	position:absolute;
	overflow:hidden;
}
div#multimediaDisplay_gallery img{
	position:absolute;
}
div#multimediaDisplay_galleryThumbs{
	position:absolute;
	left:20px;
	bottom:22px;
	text-align:left;
}
div#multimediaDisplay_360 img{
	width:84px;
	float:left;
	opacity:0.2;
	filter:alpha(opacity:20);
}
div#multimediaDisplay_360.loaded img{
	width:auto;
	position:absolute;
	display:none;
	opacity:1;
	filter:none;
	
}
.multimediaControl li.active a:hover{
	border:none;
}
div.thumbnailsTall div{
	position:absolute;
	width:66px;
	bottom:1px;
	right:0px;
}
div.infoColumn{
	float:left;
	overflow:auto;
	width:248px;
	height:288px;
	padding:6px 0 0 12px;
}
div#multimediaDisplay_busy{
	background:white;
}
div#multimediaDisplay_busy div{
	width:100%;
	height:100%;
	background:white url("../img/loading.gif") center no-repeat;
	opacity:0.2;
	filter:alpha(opacity:20);
}
div#multimediaDisplay_progressbar{
	position:absolute;
	top:168px;
	left:165px;
	text-align: left;
	margin:0px auto;
	display:none;
}
.progressbar{
	width:200px;
	height:16px;
	display:block;
	border:1px solid #B0ACAC;
}
.progressbar > span{
	display:block;
	width:200px;
	height:18px;
	margin:-2px 0 0 0;
	border:1px #B0ACAC;
	border-style: solid none;
	background:#F7F5F5 url("../img/barGradient_gray.gif") repeat-x;
}
.progressbar span span{
	position:absolute;
	display:block;
	width:0px;
	height:18px;
	background:#32C0F0 url("../img/barGradient_blue.gif") repeat-x;
}
.progressbar b{
	text-align: center;
	position:absolute;
	display:block;
	width:200px;
	margin-top:3px;
}

span.productDisturber{
	position:absolute;
	right:0px;
	top:20px;
	background: url(../img/productDisturber_left.png) left top no-repeat;
	padding-left:5px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
}
span.productDisturber span{
	border-top:1px solid #c8c3c3;
	border-bottom:1px solid #c8c3c3;
	padding:1px 6px 1px 1px;
	line-height:19px;
	background:#fff;
}
/********************************** PRODUCT INFO AREA *****************************************/

div.infoTag {
	background-image:url(../img/infoTagGradient.gif);
	float:left;
	height:84px;
	margin:0 0 0 12px;
	padding:6px 10px 0;
	width:228px;
	position:relative;
}
div.infoTag p{
	float:left;
	margin:3px 0 0 0;
}
div.infoTag a.link{
	float:right;
	font-weight:bold;
	padding-bottom:2px;
}
a.link img{
	vertical-align: -2px;
}
a.radio{
	float:right;
	white-space: nowrap;
	background: url('../img/icon_radio.gif') no-repeat left 4px;
	padding:3px 0px 0px 12px;
	margin:0px 0px 0px 10px;
}
a.radio.selected{
	background: url('../img/icon_radioChecked.gif') no-repeat left 4px;
}
div.radio{
	position:absolute;
	bottom:6px;
	right:6px;
}


/********************************** PRODUCT WORLD HEADLINE *****************************************/
h2.headline_productWorld{
	clear:left;
	float:left;
	width:100%;
	white-space:nowrap;
	margin:0 0 10px 0;
	background: url("../img/headlineBackStart.png") no-repeat;
}
h2.headline_productWorld a{
	background: url("../img/headlineBackEnd.png") no-repeat right top;
	margin:0 8px 0 16px;
	padding:2px 0 3px 0;
	display:block;
	height:18px;
	font-size:13px;
	color:white;
	cursor:pointer;
}
/********************************** THUMBNAILS *****************************************/

#bottom{
	clear:left;
	float:left;
	width: 792px;
	padding-left:130px;
	margin-top:30px;
}
a.thumbnail {
	float:left;
	position:relative;
	display:inline;
	width:118px;
	height:118px;
	margin:0 0 12px 12px;
	cursor:pointer;
}
a.thumbnailSmall{
/* 	position:relative; */
	display:block;
	padding:12px 0 0 12px;
	float:right;
	background: transparent url('../img/schlagschatten.png') no-repeat ;
	padding: 0 12px 12px 0;
	float:left;
}
div.multimediaDisplay a.thumbnailSmall{
	background: transparent url('../img/schlagschatten.png') no-repeat ;
	padding: 0 12px 12px 0;
	float:left;
}

a.thumbnail:hover {
	color:#8F8F90;
}
.thumbnail span.productDescription {
	display:block;
	width: 108px;
	height: 15px;
	padding: 0px 5px 0px 5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	background:url('../img/frameImageThumbnailBottom.gif') no-repeat;
	overflow: hidden;
	white-space: nowrap;
}
/********************************** TOOLTIP *****************************************/

div.productTooltip{
	display:block;
	position:absolute;
	z-index:5; 
	display:none;
	width:240px;
	height:120px;
	padding:5px 5px 13px 5px ;
	background: url('../img/infoDiv_Tooltip.png') no-repeat;
}
div.themenWeltItem .productTooltip{
	right: 47px;
	bottom: 350px;
	display:block;
}
div.multimediaDisplay .productTooltip{
	right: 15px;
	bottom: 20px;
	display:none;
}
div.multimediaDisplay .productTooltip label{
	font-weight: bold;
	text-align: right;
	margin-top:1px;
	margin-right:4px;
}
div.multimediaDisplay .productTooltip span{
	font-weight:bold;
}

span.share_this{
	display:none;
}
/********************************** MONTHLY PRODUCT *****************************************/

div.monthlyProduct{
	position: absolute;
	bottom:35px;
	left:390px;
	overflow:hidden;
	padding-top:15px;

}
div.monthlyProduct div.productTooltip{
	display:block;
	left:117px;
	bottom:-13px;
}
div.monthlyProduct a.thumbnail{
	margin:0;
	position: absolute;
	bottom: 7px;
}
div.monthlyProduct h2.headline_productWorld {
	position: absolute;
	bottom:0px;
	left:-12px;
	margin:0;
	width:389px;
	z-index:10;
}
div.monthlyProduct.closed{
	visibility: hidden;
}
div.monthlyProduct span.productDisturber{
	display:none;
}
/********************************** HOME NEW 2010 *****************************************/
.scrollbox{
	height:504px;	
	width:200000px;
	float:left;
	bottom:0px;
	position: absolute;
}
#themenWelten{
	background:transparent;
	width:892px;
	height:504px;
	position:relative;
	float:left;
	margin-left:12px;
	margin-top:6px;
	overflow:hidden;
	padding-left:12px;
}
.themenWelt{
	float:left;
	width:880px;
	height:505px;
	margin-right:59px;	
	position:relative;
	background:transparent url('../img/themenWelt_frame.png') no-repeat top left;
}
.themenWelt img.themenImage{
	margin-left:1px;
	margin-top:1px;
}
.themenWelt .frame{
	position:absolute;	
	margin:0;
	width:100%;
	height:100%;
}
.themenWelt span{
	background:transparent url('../img/themenWelt_span.png') no-repeat left center;
	display:block;
	width: 880px;
	height: 16px;
	padding: 0px 20px 0px 20px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
.themenWeltItem{
	position:absolute;	
	top:0;
}

a.infoImage {
	position:absolute;
	display:block;
	width:28px;
	height:28px;
	
}
a.infoImage img{
	position:absolute;
	left:0px;
	top:0px;
}
a.infoImage.monthlyProduct{
	bottom:38px;
	left:390px;
}
a.closeIcon{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
div.productTooltip a.closeIcon{
	right:-15px;
	top:-19px;
}
div.thumbnailBox{
	position:absolute;
	overflow:hidden;
	left:55px;
	bottom:24px;
	width:270px;
	height:100px;
}
#themenWelten ul{
	position:absolute;	
	height:68px;
	width: 1000px;
	left:10px;
	bottom:0;
}
#themenWelten ul li{
	display:inline;
	width:54px;
	height:54px;
	margin-right:12px;
}
#themenWelten ul li.bracket{
	display:block;
	position:absolute;
	left:0px;
	width:72px;
	height:76px;
	margin:-7px 0 0 -7px;
	background:transparent url('../img/themenWelt_klammer.png') no-repeat;
}
a.slideArrow{
	position:absolute;
	bottom:27px;
}
a.slideArrow.previous{
	left:13px;
}
a.slideArrow.next{
	right:13px;
}

.themenImage{
	margin-top:1px;
	margin-left:1px;	
}
#themenWelt .infoDiv{
	position:absolute;
	right:47px;
	top:21px;	
	width:252px;
	height:485px;
	background:transparent url('../img/themenWelt_infoDiv_frame.png') no-repeat left top;
}
div.homeTeaserBox{
	padding:20px 0 59px 25px;
	float:left;
}
div.homeTeaser {
	position:relative;
	width:254px;
	height:152px;
	float:left;
	margin-right:59px;
	padding-top:32px;
}
div.homeTeaser.double {
	width:567px;
}
div.homeTeaser:last-child, .homeTeaser.last-child{
	margin-right:0px;
}
div.homeTeaser span{
	background:transparent url('../img/homeTeaser_span.png') no-repeat;
	position:relative;
	height:16px;
	font-weight:bold;
	padding-left:16px;
	font-size:12px;
	white-space: nowrap;
	display: block;
}
div.homeTeaser.double span{
	background:transparent url('../img/homeTeaser_double_span.png') no-repeat;
}
div.homeTeaser span h4{
	font-size:12px;
}
div.homeTeaser div.column{
	position:absolute;
	overflow: hidden;
	height: 119px;
	left:145px;
	top:47px;
	float:left;
	padding-right: 6px;
}
div.homeTeaser ul {

}
div.homeTeaser li{
	background:transparent no-repeat left 4px;
	background-image:url('../img/homeTeaser_bullet.gif');
	padding-left:12px;
	margin-bottom:3px;
	display:block;
}
div.homeTeaser li:hover, div.homeTeaser li.hover{
	background:transparent url('../img/homeTeaser_bullet_black.gif') no-repeat left 4px;
}
div.homeTeaser li.hover a{
	color:black;
}
div.homeTeaser div, .homeTeaser_img{
	position: absolute;
	left: -18px;
	bottom: 0px;
	z-index: 300;
}
div.homeTeaser.newsSlider div.scrollbox{
	left: 12px;
	bottom: 60px;
	overflow: hidden;
	width: 116px;
	height:101px;
	white-space: nowrap;
}
div.homeTeaser.newsSlider div i{
	position: absolute;
	left:0;
}
div.homeTeaser.newsSlider div a:first-child img{
	margin-left: 0px;
}
div.homeTeaser span img{
	position: absolute;
	left: 16px;
	top: 2px;
}
div.homeTeaser span a{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	padding: 3px 1px 3px 0;
	background: transparent url('../img/newsSlider_dot.png') no-repeat left 2px;
}
div.homeTeaser span a:hover, div.homeTeaser span a.active{
	background-image: url('../img/newsSlider_dot_active.png');
}



a.hoverLink{
	vertical-align: top;	
}
a.hoverLink img:first-child{
	position:absolute;	
}
a.hoverLink:hover img:first-child, a.hoverLink.hover img:first-child{
	display:none;
}

