/* --- CSS Definitionen für OÖFV --- */
/* --- CONTENT Inhalte Anfang --- */
/* --- COL2 Mittlere Spalte Anfang --- */
#col2 {
	float: left;
	width: 612px;
	margin: 0;
	padding: 0;
}

/* --- TEASER Kurzinfos mit Bild Bereich Anfang --- */
#teaser {
	width: 612px;
	margin: 0 0 10px 0;
	background: none !important;
}

#teaser .teaser_top {
	position: relative;
	width: 612px;
	height: 10px;
	background: url(../images/teaser_top.gif) no-repeat;
}

#teaser .teaser_content {
	position: relative;
	width: 592px;
	height: 340px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	background: url(../images/teaser_content.gif) repeat-y;
	z-index: 5;
}

#teaser ul {
	list-style: none;
	padding: 17px 0 0 10px;
	margin: 0;
}

#teaser ul li {
	float: left;
	padding: 3px 0 0 0;
	width: 180px;
	margin: 0 6px 0 6px;
}

#teaser ul li.middle {
	width: 197px;
}

#teaser ul li img {
	margin: -2px 6px 1px 1px;
}

#teaser ul li a,
#teaser ul li a img {
	text-decoration: none;
	border: none;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

#teaser ul li a .more {
	position: relative;
	color: #ffffff;
	bottom: 0;
	right: 8px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#teaser .teaser_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#teaser .teaser_content ul li {
	float: none;
	padding: 0;
	margin: 0;
	width: 592px;
}

#teaser .teaser_content ul li img {
	margin: 0;
}

#teaser .teaser_overlay {
	position: relative;
	margin: -125px 0 0 165px;
	width: 437px;
	height: 95px;
	background: url(../images/teaser_overlay.gif) no-repeat;
	z-index: 11;
	overflow: hidden;
}

#teaser .teaser_overlay ul {
	list-style: none;
	padding: 0;
}

#teaser .teaser_overlay ul li {
	float: left;
	padding: 0;
	width: 437px;
	margin: 0 6px 0 0;
}

#teaser .teaser_overlay ul li .more {
	position: absolute;
	float: left;
	bottom: 6px;
	right: 6px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#teaser .teaser_overlay ul li .more a {
	color: #626262;
}

#teaser ul li p {
	padding-left: 2em;
	width: 350px;
}

#teaser .teaser_fade {
	position: relative;
	width: 612px;
	height: 87px;
	margin-top: 30px;
	background: url(../images/teaser_bottom.gif) repeat-y;
	z-index: 5;
}

#teaser .teaser_fade ul {
	height: 87px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#teaser .teaser_fade ul li {
	float: left;
	padding: 3px 0 0 0;
	width: 180px;
	margin: 16px 6px 0 16px;
	text-indent: -20px;
	overflow: hidden;
}

#teaser .teaser_fade ul li.middle {
	float: left;
	padding: 3px 0 0 0;
	width: 377px;
	margin: 16px 6px 0 208px;
	text-indent: -3px;
	overflow: hidden;
}

#teaser .teaser_fade ul li.right {
	float: left;
	padding: 3px 0 0 0;
	width: 557px;
	margin: 16px 6px 0 417px;
	text-indent: -20px;
	overflow: hidden;
}

#teaser .teaser_bottom {
	position: relative;
	width: 612px;
	height: 87px;
	margin-top: -87px;
	z-index: 6;
}
/* --- TEASER Kurzinfos mit Bild Bereich Ende --- */

/* --- TEASER_SMALL Kurzinfos mit Bild Bereich Anfang --- */
#teaser_small {
	position: relative;
	width: 621px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#teaser_small .teaser_small_element {
	float: left;
	width: 197px;
	height: 128px;
	margin: 0 10px 10px 0;
}

#teaser_small .teaser_small_overlay,
#teaser_small .teaser_small_overlay_reverse {
	position: relative;
	margin: -128px 0 0 0;
	width: 197px;
	height: 128px;
	background: url(../images/teaser_small.png) no-repeat;
}

#teaser_small .teaser_small_overlay_reverse {
	background: url(../images/teaser_small_reverse.png) no-repeat;
}

#teaser_small .teaser_small_text_top {
	position: relative;
	margin: -128px 0 0 0;
	width: 197px;
	height: 95px;
}

#teaser_small .teaser_small_text_bottom {
	position: relative;
	width: 197px;
	height: 33px;
}

#teaser_small .teaser_small_text_more {
	position: relative;
	margin: -16px 0 0 0;
	right: 8px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#teaser_small .teaser_small_text_more a,
#teaser_small .teaser_small_text_more a.active {
	color: #ffffff;
	text-decoration: none;
}

#teaser_small .teaser_small_text_more a:hover {
	text-decoration: underline;
}

#teaser_small .teaser_small_text_top p,
#teaser_small .teaser_small_text_bottom p {
	color: #ffffff;
}
/* --- TEASER_SMALL Kurzinfos mit Bild Bereich Ende --- */
/* --- COL2 Mittlere Spalte Ende --- */