/* Tooltips */

.tip			{ font-size: 11px; width:150px; font-family:arial,sans-serif; background:#002E5F; }
.tip-title		{ font-size: 11px; color:#FFF; font-weight:bold; padding: 5px 5px 0px 10px; }
.tip-text		{ font-size: 11px; color:#FFF; padding:10px 10px 10px 10px; }
.tip-bottom		{ background:#002E5F; width:150px; height:5px; }

/* Toolbox */


#content #tools {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.wide #content #tools {
	background: url(images/back_block_1.gif) right repeat-y;
	padding-right: 17px;
	margin-right: -20px;
	}

#content #tools ul {
	float: right;
	background: transparent;
	width: 25px;
}

#content #tools li{
	background: transparent;
	display: block;
	text-decoration: none;
	text-align: right;
	margin: 0 0 0px 0;
	padding: 0;
	float: right;
	clear: right;
	}
	
.wide #content #tools ul{

	}
	
	
.wide #content #tools ul li{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	background: transparent;
	}
	
#content #tools li a{
display: block;
text-decoration: none;
width: 25px;
height: 25px;
	}

#content #tools li.in a{
	background: url(images/icon_arrow_left.gif) -1px top no-repeat;
	margin-bottom: 6px;
	}

#content #tools li.out a{
	background: url(images/icon_arrow_right.gif) -1px top no-repeat;
		margin-bottom: 6px;
	}

#content #tools #print {
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
	
#content #tools #print a.print{
	background: url(images/tool_icons_print.gif) -2px top no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: right;	
	}

#content #tools #collect_pdf {
	width: 200px;
	height: 120px;
	overflow: hidden;
	float: right;
	clear: right;
}

#content #tools #collect_pdf a.filled{
	background: url(images/icon_pdf_collect.gif) 0px top no-repeat;
	width: 40px;
	height: 27px;
	display: block;
	float: right;
	margin-bottom: 5px;
	}
	
#content #tools #collect_pdf div{
clear: right;
	}
	
#content #tools #collect_pdf div.slider div{
margin-left: 1px;
clear: right;
	}
	
#content #tools #collect_pdf div.slider{
	display: none;
}
	
	#content #tools #print div.slider{
	margin-top: 30px;
	}

#content #tools li#contact a{
	background: url(images/icon_contact.gif) 100% top no-repeat;
	}
	
#content #tools li a span, #content #tools #collect_pdf a.collect span, #content #tools #print a.print span {
	position: absolute;
	left: -2323px;
	top: -2342px;
	}
	
#content #tools div div a{
background: transparent url(images/arrow_tuerkis_links.png) right 2px no-repeat !important;
display: block;
line-height: 1;
text-align: right;
padding-right: 25px;
margin-bottom: 10px;
}

#content #tools div div a span{
	font-weight: bold;
	}

#content #tools #collect_pdf a.collect span.infokorb_items{
	position: static;
	left: 0;
	top: 0;
	float: right;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
	letter-spacing: -1px;
	}
	


