/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
		margin: 0 0 0 17px; /* Bild Abstand zum linken Rand */
		
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family:Arial;
	margin: 0;
	padding: 0;
	font-size: 12px; /* Text größe innerhalb der Box */
	color: #fff;    /* Text Farbe innerhalb der Box */
	font-weight:bold;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #41455e;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	height: 210px; /* höhe des angezeigten Textes innerhalb der Box */
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 222px; /* width of the visible window. Ist gleich die Grösse des bg Images */
	height: 274px;
	background: url(images/themes/candy_coated/news_slider_bg.jpg) no-repeat;
	/*
	border-bottom: 2px solid #ccc;
	
	margin: 0 0 32px 60px;
	*/
}
.candy_coated a {
	color: #fff; /* Linkfarbe */
	font-weight:bold;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(images/themes/candy_coated/xxprev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 150px; /* abstand zwischen den buttons */
	background: url(images/themes/candy_coated/xxnext_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 248px; /* Abstand rechter Button nach oben */
	right: 0px;
	width: 150px;
	height: 40px; /* Die höhe des Buttons Next. Breite ist nicht relevant */
	line-height: 50px;
	text-align: left;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 248px; /* Abstand linker Button nach oben */
	left: 10px; /* Abstand des linken Buttons zum linken Rand */
	width: 150px;
	height: 40px; /* Die höhe des Buttons Back. Breite ist nicht relevant */
	line-height: 50px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}

.candy_coated ul {
	border-bottom: 0px solid #eee; /* underline all */
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	/* zeigt das bild links und den Text rechts daneben
	float: left;  
	*/
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 17px; /* Text Abstand zum linken Rand */
	width: 190px; /* breite der textbox, des angezeigten Textes*/
}


