/* --- tags: channels --- */

#channels {}
#channels .channel {
	display: block;
	float: left;
	width: 236px;
	height: 347px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	margin: 0px 0px 0px 12px;
	position: relative;
}
#channels li#barmherzigebrueder {
	background-image: url(../../images/site/channel_barmherzigebrueder.jpg);
	margin: 0px 0px 0px 0px;
}
#channels li#krankenhaeuser {
	background-image: url(../../images/site/channel_krankenhaeuser.jpg);
}
#channels li#lebensraeume {
	background-image: url(../../images/site/channel_lebensraeume.jpg);
}
#channels li#karriereausbildung {
	background-image: url(../../images/site/channel_karriereausbildung.jpg);
}

/* curtain */
#channels .curtain {
	background-image: url(../../images/site/channel_curtain.png);
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
	width: 236px;
}

/* design */
#channels .header {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 45px;
	font-weight: 500;
	color: #676767;
	padding: 70px 0px 15px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
}
#channels .header.arrow {
	background-image: url(../../images/site/arrow_small_up.png);
	cursor: pointer;
}
#channels .contentWrapper {
	width: 236px;
	height: 0px;
	overflow: hidden;
}
#channels .links {
	margin: 0px 0px 0px 17px;
}
#channels .close {
	background-image: url(../../images/site/arrow_small_down.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	margin: 9px 0px 0px 0px;
	cursor: pointer;
}








