/* Schiebt News Block nach unten auf Seite */
#news {
	position: relative;
	width: 30%;
	height: auto;
	float: right;
	border: 1px solid #CCC;
	margin-left: 15px;
}
h6 {
	font-size: 100%;
	background-color: #6e85cb;
	display: block;
	text-indent: 5px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h5 {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: -10px;
	font-size: 90%;
	font-weight: bold;
}
.inftxt {
	font-size: 90%;
}


.newsblock {
	padding-bottom: 10px;
	display: block;
	padding-top: 0px;
	background-image: url(images/quer8x8px.png);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC3;
}
.newsimg {
	background-image: url(images/newsallg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	margin-left: 0px;
	display: block;
}
.newsimg img{
	height: 100%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

