/* ------------- */
/* - Infobutton - */
/* ------------- */

#tooltip {
	position: absolute;
	z-index: 2000 !important;	
}

.tooltip_btn {
	cursor: help;
	margin-left: 4px;
}

#image_tooltip_4 {
	margin-left: 5px;
}

.nojs .tooltip_btn {
	display: none;	
}

.tooltip_body {
	display: none;	
}

.nojs .tootip_body {
	display: block !important;	
}

/* ------------- */
/* - Infolayer - */
/* ------------- */

.info_layer {
  width: 330px;
  font-size: 1.2em;
  text-align: left;
}

.il_top {
	height: 18px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben.png) left top no-repeat;
}

.msie6 .il_top {
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben.gif) left top no-repeat;
}

.il_mid {
	padding: 15px 35px 30px 35px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_mitte.png) left top repeat-y;
}

.msie6 .il_mid {
	background: url(/fileadmin/templates/media/tooltip/infolayer_mitte.gif) left top repeat-y;
}

.il_bot {
	height: 14px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten.png) left bottom no-repeat;
}

.msie6 .il_bot {
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten.gif) left bottom no-repeat;
}

.viewport-right {
	margin-left: 60px;
}

.viewport-bottom {
	margin-top: 15px;
}

.viewport-right .il_top {
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben_rechts.png) left top no-repeat;
}

.msie6 .viewport-right .il_top {
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben_rechts.gif) left top no-repeat;
}

.viewport-bottom .il_top {
	height: 7px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben_ohne.png) left top no-repeat;
}

.msie6 .viewport-bottom .il_top {
	background: url(/fileadmin/templates/media/tooltip/infolayer_oben_ohne.gif) left top no-repeat;
}

.viewport-bottom .il_bot {
	height: 21px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten_links.png) left top no-repeat;
}

.msie6 .viewport-bottom .il_bot {
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten_links.gif) left top no-repeat;
}

.viewport-bottom.viewport-right .il_bot {
	height: 21px;
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten_rechts.png) left top no-repeat;
}

.msie6 .viewport-bottom.viewport-right .il_bot {
	background: url(/fileadmin/templates/media/tooltip/infolayer_unten_rechts.gif) left top no-repeat;
}
