@CHARSET "UTF-8";
ol.index {
	position: relative;
	top: 19px;
}
body h1 {
	position: relative;
	top: -32px;
}


/* new podcasts */
p.head {
	background-color: #CCB79E;
	color: #188CB0;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
}

div.podcastsIntro {
	background-color: #e9f9fd;
	margin-right: 120px;
	padding: 15px 16px 16px 15px;
	border-bottom: 2px solid #CCB79E;
	
	background-image: url('/px/podcastsIntroBg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #535050;
}

div.newPodcastsHeader {
	min-height: 600px;
}


/* new podcasts, groups: a,b,c,... */
ul.podcastGroups {
	border-top: 2px solid #CCB79E;
}

li.podcastGroup {
	clear: both;
}

p.podcastGroupHeader {
	display: block;
	border-bottom: 2px solid #CCB79E;
	color:#188CB0;
	font-size:12px;
	font-weight:bold;
	
	width: 100%;

	padding-left:25px;
	padding-top:15px;
}


/* podcasts in new podcasts screen, sublevel of groups */
ol.podcasts li {	
	width: 166px;
}

/* Carousel Start */
#carousel {
   width:900px;
   height:400px;
   position:relative;
}

#carousel img {
   /* width:100%; */
   height:auto;
   display:block;
}
/* Carousel Ende */

