div#main {
	margin: -12px 5px 0;
	height: 450px;
	overflow: hidden;
}

div#teaser {
/*	background: #FFFFFF url(gfx/bg_storyofberlinweb_1.jpg) center top no-repeat; */
	width: 790px;
	height: 258px;
	position: relative;
}
div#teaserPics img {
	width: 790px;
	height: 258px;
	overflow: hidden;
}

div#teaserTxt {
	position: absolute;
	overflow: hidden;
	z-index: 20;
	background: transparent url(gfx/bg_teaserTxt.png) left top no-repeat;
	width: 350px;
	height: 258px;
	padding: 10px;
}
div#teaserTxt h2 {
	text-transform: uppercase;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #D80000;
	font-variant: normal;
	letter-spacing: 0;
	font-weight: 600;
}
div#teaserTxt p {
	width: 250px;
	font-size: 16pt;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 35px;
}

div#teaserInfo {
	position: absolute;
	z-index: 20;
	width: 140px;
	right: 0;
	bottom: 0;
}
div#teaserInfo ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 2px;
}
div#teaserInfo ul li {
	text-align: center;
	padding: 2px;
	margin: 2px 0;
	background-color: #D80000;
}
div#teaserInfo ul li.top {
	background-color: #FFFFFF;
}
div#teaserInfo ul li a {
	color: #FFFFFF;
}

div#ticker {
	background-color: #FFFFD0;
	height: 18px;
	margin: 7px 5px;
	overflow:hidden;
	padding: 0 3px;
}

.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div#news {
	width: 790px;
	overflow: hidden;
}
div#news ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 790px;
	overflow: hidden;
}
div#news ul li {
	float: left;
	background-color: #FFFFD0;
	width: 240px;
	height: 152px;
	margin: 0 5px 0 0;
	padding: 0 10px;
}
div#news  ul li p {
	padding: 0;
}

div#news ul li h3 {
	background-color: #D80000;
	color: #FFFFFF;
	font-size: 10pt;
	letter-spacing: 0;
	margin-bottom: 3px;
	padding: 3px 0;
	position: relative;
	right: 10px;
	text-align: center;
	width: 260px;
}

div#news #news-next.jcarousel-next,
div#news #news-prev.jcarousel-prev {
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
	width:auto;
	z-index: 22;
}
div#news #news-prev.jcarousel-prev {
	left:0;
}
div#news #news-prev.jcarousel-prev-disabled,
div#news #news-next.jcarousel-next-disabled {
	visibility: hidden;
}