
* {
   padding:0;
   margin:0;
}

body {
	font-family: Droid Sans, Arial, Verdana, Helvetica, sans-serif; 
	text-align: left;
	color: #4F4F4F;
	width: 716px;
}

img {
	border:none;
}

.content_block {
	margin: 4px 0px 4px 0px;
	overflow: hidden;
	clear: both;
}

.newsteaser {
	margin: 8px 0px 8px 0px;;
	overflow: hidden;
	width: 100%;
}

.teaserimage {
	width:234px; /* vorher 200 px */
	height:93px; /* vorher 80 px */
	overflow:hidden;
	float: left;
}

.teaserimage img {	
	width:234px;
}

.teasertextblock {
	padding-left: 10px; /* vorher 5 px */
	overflow: hidden;
}

.teasertitle {
	margin-top:-2px;
	margin-bottom:3px;
	font:700 18px/22px Droid Sans; /* vorher 22px/ 28px */
}

.teasertext {
	font:400 14px/21px Droid Sans;
}

.teasertext a {	
	text-decoration:none;
	font:700 14px/21px Droid Sans;
	color: #13329E;
}

.teasertext img {	
	vertical-align:middle;
}