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

html, body {
	margin: 0px;
	padding: 0px;
	background-color:transparent;
}

#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: 665px;
	height: 400px;
	overflow:scroll;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	overflow: auto;
	z-index: 2;
}
.newsBildCont {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 20px 20px 10px;
}
.newsBild {
	width: 150px;
	border: #000 solid 1px; 
}
.newsTxtCont {
	white-space: normal;
	position: relative;
	top: 0px;
	left: 0px;
	width: 633px;
}
.date {
	clear: left;
	font-size: 10px;
	color:#666;
	text-align: right;
	margin: 10px;
	border-bottom: #999 dotted 1px;
}
