@charset "utf-8";
/* CSS Document */

#content_window {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 650px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);	
	z-index: 1;
}
#content {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 650px;
	height: 400px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	overflow: hidden;
	z-index: 2;
}

.linksBildCont {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 20px 5px 10px;
}
.linksBild {
	border: none; 
}
.linksTxtCont {
	white-space: nowrap;
	position: absolute;
	left: 230px;
	height:30px;
}
.clear {
	clear: left;
}
