/* CSS needed for the script */

#ajax_tooltipObj{

	z-index:1000000;

	text-align:left;

}

#ajax_tooltipObj div{

	position:relative;

}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */

	background-image:url('../images/arrow.gif');

	width:20px;

	position:absolute;

	left:0px;

	top:0px;

	background-repeat:no-repeat;

	background-position:center left;

	z-index:1000005;

	height:60px;

}

#ajax_tooltipObj .ajax_tooltip_content{

	border:2px solid #520100;	/* Border width */

	left:18px;	/* Same as border thickness */

	top:0px;

	/*position:absolute;

	 /*width:700px;	Width of tooltip content */

	/*height:700px;	 Height of tooltip content */

	background-color:#FFF;	/* Background color */

	 padding:5px;/*	 Space between border and content */

	font-size:0.8em;	/* Font size of content */

	overflow:auto;	/* Hide overflow content */

	z-index:1000001;

}

.close-div{
	left:20px;
	top:0px;
	text-align:center;
	color:#FFF;
	background-color:#520100;
	font-size:0.8em;
	z-index:10000000;
	float: left;
}

.close-div a {

	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.close-div a:hover {

	text-decoration:none;

	color:#900;

	background-color:#FFF;

	font-family:Verdana, Geneva, sans-serif;

	font-weight:bold;

}

.zoom-main {

	float:left;

	width:580px;

}

.zoom-main .links {

	float:left;

	width: 498px;

	border-right-width: 2px;

	border-right-style: groove;

	border-right-color: #666;

}

.zoom-main .rechts {

	text-align:center;

	width: 80px;

	float: left;

}

.zoom-main .rechts .binnen {

	clear: both;

	float: left;

}

.tittel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFF;

	background-color: #900;

	font-weight: bold;

	float: left;

	width: 100%;

}

.foto {

	height: 77px;

	width: 77px;

	background-color: #fff;

}

.zoom-main .content-zoom {

	clear: both;

	float: left;

	width: 100%;

}
