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

/* --- DETAIL Bereich Anfang --- */
#detail {
	width: 612px;
	min-height: 713px;
	_height: 713px;
	margin: 0 10px 0 0;
}

#detail .detail_top {
	position: absolute;
	top: 184px;
	left: 205px;
	width: 587px;
	height: 132px;
	padding: 0 10px 0 15px;
	background: url(../images/detail_top.png) no-repeat;
	z-index: 6;
}

#detail .detail_top h2 {
	font-size: 16px;
	text-transform: none;
	height: 34px;
	line-height: 46px;
}

#detail .detail_top h3 {
	text-transform: none;
	line-height: 14px;
	height: 70px;
	font-size: 11px;
	font-weight: normal;
	width: 570px;
}

#detail .detail_content {
	position: relative;
	width: 577px;
	min-height: 693px;
	_height: 693px;
	padding: 80px 25px 10px 10px;
	margin-top: 0;
	color: #545454;
	background: url(../images/detail_content.gif) repeat-y;
	z-index: 5;
}

#detail .detail_content p {
	clear: both;
	float: none;
}

#detail .detail_image {
	width: 612px;
	padding: 0;
	margin: -15px 0 10px -10px;
	background: url(../images/detail_content_image.png) repeat-y;
	z-index: 5;
}

#detail .detail_image_image {
	float:left;
	width: 300px;
	overflow: hidden;
}

#detail .detail_image_text {
	float: left;
	width: 280px;
	margin: 70px 0 0 15px;
	color: #ffffff;
}

#detail .plain {
	padding: 120px 25px 10px 10px;
}

#detail .detail_content .wrapper img {
	float: left;
	margin: 0 15px 0 0;
}

#detail .detail_content .img_copyright {
	float: left;
	border-bottom: 1px solid #cecece;
	width: 200px;
	padding-bottom: 6px;
	margin: 30px 0 6px 0;
}

#detail .detail_content .img_copytext {
	float: left;
	width: 150px;
}

#detail .detail_content .img_counter,
#detail .detail_content .more {
	position: absolute;
	width: auto;
	bottom: 0;
	right: 10px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 9px;
	font-weight: bold;
	color: #626262;
	height: 13px;
	padding: 3px 0 0 0;
}

#detail .detail_content .more {
	bottom: 10px;
	right: 70px;
	background: #ffffff;
	width: 140px;
	height: 13px;
	padding: 3px 10px 0 0;
}

#detail .detail_content h3,
#detail .detail_content h4,
#detail .detail_content h5,
#detail .detail_content h6 {
	color: #626262;
	text-transform: none;
	height: 34px;
	line-height: 46px;
	padding: 0 0 0 6px;
	margin: 0;
	letter-spacing: 1px;
}

#detail .detail_content h4 {
	height: 30px;
	line-height: 42px;
	font-size: 11px;
}

#detail .detail_content h5,
#detail .detail_content h6 {
	height: 28px;
	line-height: 38px;
	font-size: 10px;
}

#detail .detail_bottom {
	position: relative;
	width: 612px;
	height: 10px;
	margin-bottom: 10px;
	background: url(../images/detail_bottom.gif) no-repeat;
	border: 1px #ff0000;
}
/* --- DETAIL Bereich Ende --- */
/* --- COL1 Linke Spalte Ende --- */
