/* CSS Document */

#teaser {
	
	border-right: 1px dashed #333;
	border-bottom: 1px dashed #333;
	width: 335px;
}

#teaser td {
	padding: 4px;
	border-left: 1px dashed #333;
	border-top: 1px dashed #333;
}

#teaser td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;	
	background-image: url(imgFach/teaser_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}

.newsteaser {
	position: relative;
	display: block;
	min-height: 200px;
	width: 420px;
	background-image: url(img/newsbox.png);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: visible;
	height: auto;
	margin: 0px 5px 20px 5px;
}
