/* Effect Container */

#page_head_title_img {
	position: relative;
}

#page_head_title_img .co_effect_wrapper {
	position: absolute;
	top: 50px;
	left: 566px;
    width: 300px; /* IE6 needs this set explicitly */
	height:297px;
	left:566px;
	overflow:hidden;
}
#page_head_title_img .co_effect_wrapper .co_container{
	height:270px;
	overflow:hidden;
}

#page_head_title_img .co_effect_wrapper .co_container img{
	margin-bottom:200px;
}

#page_head_title_img .co_effect_wrapper .pause,
#page_head_title_img .co_effect_wrapper .prev {
	display: none;
}

#page_head_title_img .co_effect_wrapper .next {
	right: 5px;
	top: 275px;
	position: absolute;
	background-image: url(/static/img/pkv15/rotate_cos/buttons_sprite.gif);
	width: 17px;
	height: 21px;
	background-position:0 -161px;
}

#page_head_title_img .co_effect_wrapper .next:hover {
	background-position: 0px -189px;
}

#page_head_title_content .co_effect_wrapper .content_object {
   height: 360px;
}

#page_head_title_content .co_effect_wrapper .prev {
	left: 10px;
	top: 398px;
	position: absolute;
	background-image: url(/static/img/pkv15/rotate_cos/icon-links.png);
	/*background-position: 0px -80px;*/
	width: 35px;
	height: 36px;
}

#page_head_title_content .co_effect_wrapper .prev:hover {
	background-image: url(/static/img/pkv15/rotate_cos/icon-links_aktiv.png);
}

#page_head_title_content .co_effect_wrapper .next {
	background-image: url(http://pkv15.wegewerk.org/static/img/pkv15/rotate_cos/icon-rechts-mit-text.png);
	height: 53px;
	position: absolute;
	right: 16px;
	top: 388px;
	width: 212px;
}

#page_head_title_content .co_effect_wrapper .next:hover {
	background-image: url(http://pkv15.wegewerk.org/static/img/pkv15/rotate_cos/icon-rechts-mit-text-aktiv.png);
}


.xhtml #page_head_title_content .co_effect_wrapper .prev {
	top: 330px;
}

.xhtml #page_head_title_content .co_effect_wrapper .next {
	top: 320px;
	right: 363px;
}


/* Toggle-Effekt */

#page_body_main_content .co_effect_toggle h2 {
  font-size: 1.25em;
  color: #009ddb;
}

#page_body_main_content .co_effect_toggle .co_head {
  background: url(/static/img/pkv15/toggle_bullet.png) no-repeat 0px 9px;
  padding: 7px 0 1px 35px;
  margin-left: -5px;
}

#page_body_main_content .co_effect_toggle .co_body {
  padding-left: 30px;
}

