/*
 * Style des Radio-Bereiches (v2010).
 */

/* Spalte auf der Radio-Startseite */
.start_column {
	width: 260px;
	float: left;
	margin: 0 0 15px 7px;
	overflow: hidden;
}

.start_column .intro {
	height: 125px;
	padding: 0 8px 8px;
	margin-bottom: 3px;
	overflow: hidden;
}
.start_column a.radiologo {
	display: block; 
	height: 72px;
}

.start_column .livestream {
	margin-bottom: 3px;
	overflow: hidden;
}
.start_column .livestream img {
	width: 260px;
	height: 74px;
}
.start_column .playlist {
	padding: 8px;
	height: 66px;
	overflow: hidden;
}
.start_column .playlist .title, .erf_radio_header .playlist .title, .erf_pop_header .playlist .title {
	font-weight: bold;
	color: #333;
	margin-top: 2px;
}

.start_column .feature {
	height: 165px;
	padding: 8px 8px 20px;
	overflow: hidden;
}

/* ERF Radio - Startseite */
.start_radio {
	margin-left: 0;
}
.start_radio .intro {
	background: #e2e0ed url('../images/layout2008/radio/erf_radio_bgintro.jpg') no-repeat center top;
}
.start_radio .livestream {
	background: #e2e0ed;
}
.start_radio .feature {
	background: #d8d5e7 url('../images/layout2008/radio/erf_radio_bottomline.gif') no-repeat center bottom;
}

/* ERF Pop - Startseite */
.start_pop .intro {
	background: #e3f2e6 url('../images/layout2008/radio/erf_pop_bgintro.jpg') no-repeat center top;
}
.start_pop .livestream {
	background: #e3f2e6;
}
.start_pop .feature {
	background: #daeedd url('../images/layout2008/radio/erf_pop_bottomline.gif') no-repeat center bottom;
}

/* Crosschannel - Startseite */
.start_cc .intro {
	background: #fdefd9 url('../images/layout2008/radio/crosschannel_bgintro.jpg') no-repeat center top;
}
.start_cc .livestream {
	background: #fdefd9;
}
.start_cc .feature {
	background: #fce9cc url('../images/layout2008/radio/crosschannel_bottomline.gif') no-repeat center bottom;
}

/* ERF Radio & ERF Pop */
.erf_radio_header, .erf_pop_header {
	height: 173px;
	position: relative;
	margin-bottom: 15px;
}
.erf_radio_playlist, .erf_pop_playlist {
	position: absolute;
	left: 10px;
	bottom: 4px;
	height: 70px;
	width: 380px;
}
#erf_radio_live, #erf_pop_live {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 74px;
	width: 180px;
}
.erf_radio_sidebar, .erf_pop_sidebar {
	float: right;
	width: 180px;
}
.erf_radio_content, .erf_pop_content {
	float: left;
	width: 405px;
}
.erf_radio_sidebar div.box, .erf_pop_sidebar div.box {
	width: 180px;
}

/* ERF Radio Überblick */
.erf_radio_header {
	background: url('../images/layout2008/radio/erf_radio_bgheader.jpg') no-repeat center top;
}
.erf_radio_sidebar div.box h3 {
	background: #ada7ce;
}
.erf_radio_sidebar div.box .main {
	background: #e2e0ed !important;
}

/* ERF Pop Überblick */
.erf_pop_header {
	background: url('../images/layout2008/radio/erf_pop_bgheader.jpg') no-repeat center top;
}
.erf_pop_sidebar div.box h3 {
	background: #a6bcaa;
}
.erf_pop_sidebar div.box .main {
	background: #e3f2e6 !important;
}
