/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
        margin: -20px 0px -20px 0px;
        background:transparent url(../files/oeffentlich_hell.jpg) no-repeat;
}



.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.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;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 600px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(../images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(../images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 480px;
        border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 240px;
	height: 13px;
	left: 0;
        margin: 15px 0 0 0;
	padding: 0px;
	background: url(../images/themes/business_as_usual/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 100px;
	width: 110px;
	height: 13px;
	line-height: 13px;
	background: url(../images/themes/business_as_usual/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 241px;
	height: 13px;
	right: 0;
        margin: 15px 0 0 0;
	padding: 0px;
	background: url(../images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 100px;
	width: 110px;
	height: 13px;
	line-height: 13px;
	text-align: right;
	background: url(../images/themes/business_as_usual/next.gif) no-repeat top left;
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(../images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 5px 0;
	overflow: hidden;
	width: 230px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 230px;
        font-size: .8em;
}
.business_as_usual li span {
	float: left;
	display: inline;
	margin: 0 0 0 0px;
	width: 145px;
        font-size: .8em;
}

/*
---------------Pagination------------------------------*/
.paginate_nav {
	text-align: center;
	margin-left: 15px;
	height: 22px;
}

.paginate_nav span {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 13px;
	margin: 2px 2px 2px 0;
}

.paginate_nav .paktiv {
	text-align: center;
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #fff;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	color: #1b5a9f;
}

.paginate_nav li a {
	color: #000;
	background-color: #fff;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.paginate_nav li a:hover ;{
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	color: #303030;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav span a {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	color: #303030;
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}

.paginate_nav span a:hover,.paginate_nav span a:active {
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #fff;
}

.paginate_nav span.aktuell {
	background-color: #1b5a9f;
	border: 1px solid #303030;
	color: #ffffff;
	font-size: 11px;
	padding: 1px 5px 2px 5px;
}

.paginate_art {
	clear: both;
}

/*
	Teaser
-----------------------------------------------------------------------------------------*/

.teaser  {
	width: 420px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 0px 20px;
	padding: 5px 10px 10px 10px;
	/* background: #eee; */
        background:transparent url(../img/teaser_hg.jpg);
        font-size: x-small;
	/*background: url(../img/teaser_hg.jpg) no-repeat;*/
}
.teasernav {
	color: #ff3300;
}
.teaser .back {
	width: 61px;
	height: 58px;
	background: url(../images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.teaser .next {
	position: absolute;
        width: 61px;
	height: 58px;
	left: 540px;
	background: url(../images/themes/candy_coated/next_bg.gif) no-repeat;
}
.teaser .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/themes/candy_coated/next.gif) no-repeat top right;
}
.teaser .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/themes/candy_coated/prev.gif) no-repeat;
}
.teaser .view_all {
	/*border-top: 2px solid #ccc;*/
	margin: 0px 0 0 0;
	padding: 0px;
	background: #eee;
	text-align: center;
        font-size: x-small;
}
.teaser ul {
	/*border-bottom: 2px solid #eee;*/
        font-size: x-small;
}

.teaser div.section {
	font-size: x-small;
        margin: 0px 0px 0px 0px;
	padding: 0px 10px 1px 20px;
}

.teaser .section ul li {
         font-size: x-small;
}

.teaser .section p {
         font-size: x-small;
         margin: 0px 20px 0px 0px;
}


.teaser p {
	font-size: x-small;
        margin: 0px 0px 0px 0px;
	padding: 0px 40px 1px 20px;
}

.teaser li {
	padding: 15px 0;
	overflow: hidden;
        font-size: x-small;
}
.teaser li img {
	float: left;
	display: inline;
}
.teaser li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
        font-size: x-small;
}
.teaser img {
 	width:12%;
        font-size: x-small;
        margin: 2px 2px 2px 2px;
	padding: 0px 10px 1px 20px;
}

.teaser h2 {
          font-size: small;
          margin: 5px 0px 6px 15px;
          padding: 0px 50px 0px 0px;
}

.teaser h3 {
          font-size: small;
          margin: 5px 0px 6px 15px;
          padding: 0px 50px 0px 0px;
}

.teaser h1 {
          font-size: small;
          margin: 5px 0px 6px 15px;
          padding: 0px 50px 0px 0px;
}

.teaser_cor_l {width:20px; height:20px; position:absolute; z-index:1; margin:-5px 0 0 -10px; padding:0px 0px 0px 0px; background:transparent url(../img/new_cor_l.gif) no-repeat; }

.teaser_cor_r {width:20px; height:20px; position:absolute; z-index:1; margin:-5px 0 0 423px; padding:0px 0px 0px 0px; background:transparent url(../img/new_cor_r.gif) no-repeat; }

.teaser_stift {width:57px; height:18px; position:absolute; z-index:1; margin:-8px 0 0 385px; padding:0px 0px 0px 0px; background:transparent url(../img/stift_sw_cut.gif) no-repeat; }

.event_stift {width:57px; height:18px; position:absolute; z-index:1; margin:26px 0 0 405px; padding:0px 0px 0px 0px; background:transparent url(../img/stift_sw_cut.gif) no-repeat; }

.event_stift_ie {width:57px; height:18px; position:absolute; z-index:1; margin:34px 0 0 405px; padding:0px 0px 0px 0px; background:transparent url(../img/stift_sw_cut.gif) no-repeat; }

.teaser_rolle {width:85px; height:75px; position:absolute; z-index:1; margin: 11px 0 0 345px; padding:0px 0px 0px 0px; background:transparent url(../img/teaser_hg_zgro.gif) no-repeat; }


/*
	linkcol
-----------------------------------------------------------------------------------------*/

.linkcol  {
	width: 420px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 0px 20px;
	padding: 10px;
	background: #eee;
	/*background: url(../files/hintergrundkreisgross.jpg) no-repeat;*/
}
.linkcol {
	color: #000000;
}
.linkcol .back {
	width: 61px;
	height: 58px;
	background: url(../images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.linkcol .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(../images/themes/candy_coated/next_bg.gif) no-repeat;
}
.linkcol .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(../images/themes/candy_coated/next.gif) no-repeat top right;
}
.linkcol .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(../images/themes/candy_coated/prev.gif) no-repeat;
}
.linkcol .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.linkcol ul {
	border-bottom: 2px solid #eee;
}
.linkcol li {
	padding: 15px 0;
	overflow: hidden;
}
.linkcol li img {
	float: left;
	display: inline;
}
.linkcol li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}
