/*********************************************************************************/
/* slider
/*********************************************************************************/
.slider {

}
.slider_out, .slider, .slider div {
	width: 100%;
	height: 400px;
	position: relative;
	margin-bottom: 3px;
	text-align: center;
}
#change_img div {
	background-size: cover !important;
    background-position: center !important;
}
.DynPG_Gallery_Title {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	top: 250px;
	display: none;
	
}
.DynPG_Gallery_Desc {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	position: relative;
}
.DynPG_Gallery_Desc p {
	background: #e40613;
	display: inline;
	margin-top: 40px;
	position: absolute;
	line-height: 150%;
	padding: 0 10px;
}
/*********************************************************************************/
/* navigation
/*********************************************************************************/
.h_navi {
	width: 100%;
	color: #fff;
	text-align: center;
	background: #e40613;
	height: 22px;
	padding: 0 0 7px 0;
	margin-bottom: 4px;
}
nav {
	text-align: center;
}
nav .d_2 {
	text-align: left;
}
.menu {
	margin-top: 5px;
	position: relative;
	z-index: 1000;
}
.m_navi {
    display: block;
	max-width: 40px;
    margin: 10px 0 0 0;
    padding: 0px;
    min-height: 22px;
	position: relative;
	z-index: 1000;
}
.m_navi.open .m_navi_inner::after {
    transform: translate3d(0,-10px,0) rotate(-90deg);
}
.m_navi.open .m_navi_inner::before {
    transform: translate3d(0,-10px,0) rotate(90deg);
    width: 0px;
}
.m_navi.open .m_navi_inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.m_navi_inner, .m_navi_inner::after, .m_navi_inner::before {
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
}
.m_navi_inner::after {
    top: 10px;
}
.m_navi_inner::before {
    top: 5px;
}
.nav-mobile_ {
    display: block;
    width: 270px;
    position: absolute;
    background-image: url('../public/image/background-nav.png');
    background-position: top left;
    background-repeat: repeat-x repeat-y;
    top: 196px;
}
.hr_nav {
    box-sizing: content-box;
    display: inline;
    height: 0;
    overflow: visible;
    width: 266px;
    float: left;
    border: 2px solid #000;
    margin: 3px 0px 0px 0px;
}
.collapse.navbar-collapse.navHeaderCollapse {
    background: #fff;
    padding: 10px;
}
.menu_mobile{display:none;left:10px;position:absolute;}
.menu_mobile_inner, .menu_mobile_inner:after, .menu_mobile_inner:before {
    background-color: #000;
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    content: '';
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: transform,opacity;
    left: 0;
}
.menu_mobile_inner:before {
	top: 8px;
}
.menu_mobile_inner:after {
	top: 16px;
}
.url_nameA span,
.url_nameB span{display:none}
.url_nameA span.location,
.url_nameB span.location{display:inline}
#li_group_id_82,#li_group_id_83{display:none;}

/* -------------------------------------- */
/* -------------------------------------- */
/* [ DYNAMIC MENU CSS DEFINITION ] */
/* -------------------------------------- */
/* -------------------------------------- */

#h_navi{
    margin: 0;
    padding: 0;
}

#mainMenu {
	margin: 0;
	display: inline-block;
}

ul.menu, ul.menu ul, .page-post_view_flat li { 
	list-style-type: none; 
}

ul.menu a {
	padding: 2px 20px 6px 0px;
	color: #FFF;
	text-decoration: none;

}

ul.menu a.hlink_a {
	padding: 2px 20px 6px 0px;
	color: #000;
	text-decoration: none;
}

ul.menu a:hover {
	padding: 2px 20px 6px 0px;
	color: #000;
	text-decoration: none;
}

ul.menu ul a:link, ul.menu ul a:visited, ul.menu ul a:active {
	padding: 2px 10px 2px 0px;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
}

ul.menu ul a.hlink_a
{
	padding: 2px 10px 2px 0px;
	color: #333;
	text-transform: none;
}

ul.menu ul a:hover
{
	padding: 2px 10px 2px 0px;
	color: #333;
	text-transform: none;
}

ul.menu li{
	padding: 0 3px 0 3px;
	float: left;
}

li.topMenu
{
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: 2px top;*/
}

li.topMenu_a
{
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: 2px top;*/
}

li.topMenu .active { color: #333; }

ul.menu ul {
	width: 200px; 
	padding: 6px 0px 6px 3px;
	position: absolute;
	display: none;
	z-index: 10;
	background: #e40613;
	margin-top: 5px;
	border-top: solid 4px #fff;
	
}

/* IE-Hack */
*html ul.menu ul { 
	width: 200px; 
	margin-top: 10px;
}

ul.menu li ul li a {
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
	display: block;
}

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul { display: block; }

ul.menu ul li {
	float: none;
	background-color: transparent;
}
.d_2 ul.menu a {
	padding: 2px 0px 0px 3px;
}





/*********************************************************************************/
/* generally
/*********************************************************************************/
body {
	line-height: 110%;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	margin: -20px 0 0 0;
	padding: 0px;
}
.guidelines .dynpg_A_header_text {
	padding-bottom: 12px;
}
.guidelines .newsdate {
	display: none;
}
.guidelines .icon-add::before {
	font-size: 14px;
    content: "\e900";
}
.guidelines h6 {
	line-height: 2em;
}
.guidelines li.news_title {
	list-style:none;
    margin-left: 25px;
}
.guidelines .dynpg_H_lead {
    margin-left: 25px;
}
.guidelines .dynpg_H_lead p {
    margin-top: 3px;
}
.clear {
	clear: both;
}
.shariff .theme-white .shariff-button a {
    background-color: transparent;
}
.member ul {
	padding-left: 0px;
}
.member li {
	line-height: 1.5em;
	list-style-type: none;	
}
.fontfamily {
	font-family: 'Source Sans Pro', sans-serif;	
}
.forum_content_category_ .fgrp_new {
    font-size: 30px;
}
.forum_content_tags a {
	background: #fff;
	padding: 0 5px;
}
.fpostr img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.icon-google-plus {
	display: none;
}
/*********************************************************************************/
/* link-colors
/*********************************************************************************/
.guidelines a {
	color: #fff;
}
.news .dynpg_H_header a:link,
.news .dynpg_H_header a:visited {
	color: #fff;
	text-decoration: none;
}
.news .dynpg_H_header a:hover {
	color: #fff;
	text-decoration: underline;
}
.events .dynpg_H_header a:link,
.events .dynpg_H_header a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.events .dynpg_H_header a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.events .dynpg_H_header img {
	display: none;
}
.events .dynpg_H_header h2,
.events .dynpg_H_header_image,
.events .event_description,
.events .date_from_to,
.events .event_contact,
.events .event_url,
.events .title_detail,
.events .event_info,
.events .event_type,
.events .event_reservation,
.bodyevent .searchkeys p,
.bodyevent .searchkeys h2,
.bodyevent .register p,
.bodyevent .register h2 {
	display: none;
}
.bodyevent .dynpg_A_content .reservation:before{
	content: 'Anmeldung erforderlich:';
	display: block;
	float: left;
	padding-right: 10px;
}
.content .title_detail {
	line-height: 120%;
}
.bodyevent .searchkeys .event_type,
.bodyevent .register .event_reservation{
	display: block;
}
.aktuell .dynpg_AA_row_Main_Col_01A a:link,
.aktuell .dynpg_AA_row_Main_Col_01A a:visited,
.aktuell .dynpg_AA_row_Main_Col_01B a:link,
.aktuell .dynpg_AA_row_Main_Col_01B a:visited {
	color: #fff;
	text-decoration: none;
}
.aktuell .dynpg_AA_row_Main_Col_01A a:hover,
.aktuell .dynpg_AA_row_Main_Col_01B a:hover {
	color: #fff;
	text-decoration: underline;
}
.partner .partcont .dynpg_AA_row_HeadtextA a:link,
.partner .partcont .dynpg_AA_row_HeadtextA a:visited,
.partner .partcont .dynpg_AA_row_HeadtextB a:link,
.partner .partcont .dynpg_AA_row_HeadtextB a:visited {
	color: #fff;
	text-decoration: none;
}
.partner .partcont .dynpg_AA_row_HeadtextB a:hover,
.partner .partcont .dynpg_AA_row_HeadtextB a:hover {
	color: #fff;
	text-decoration: underline;
}
.tags a:link,
.tags a:visited {
	background-color: #fff;
	color: #666;
	padding: 0px 5px 0 0;
	margin: 0 3px;
	line-height: 150%;
}
.tags a:hover {
	color: #e40613;
}
.latest_entries a:link, .latest_entries a:visited {
	color: #666;
	padding: 0px 5px 0 0;
	margin: 0 3px;
	line-height: 150%;
	/* background-image: url(../medien/next.png); */
	/* background-repeat: no-repeat; */
}
.newest_entries {
	padding-left: 20px;
}
.newest_entries h2 {
	margin-left: -25px;
}
.newest_entries a:before {
	content: "\e92d";
	top: 2px;
	position: relative;
	padding-right: 5px;
	margin-left: -25px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.latest_entries a:hover {
	color: #e40613;
}
.latest_entries a.icon-tick:before {
	content: "\e904";
	padding-left: 10px;
}
.jobs_hds a:link,
.jobs_hds a:visited {
	color: #666;
	padding: 0px 5px 0 0;
	margin: 0 3px;
	line-height: 150%;
}
.jobs_hds a:hover {
	color: #e40613;
}
.jobs .icon-right-arrow-circular-button {
	color: red!important;
}
.main_column a:link,
.main_column a:visited {
	color: #999;
	text-decoration: none;
}
.main_column a:hover {
	color: #e40613;
}
.footer a:link,
.footer a:visited {
	color: #fff;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}
.iconbox a {
    text-decoration: none;
}
i.icon-rss {
    color: #666;
}
.newest_entries a:link,
.newest_entries a:visited {
	color: #666;
	text-decoration: none;
}
.newest_entries a:hover {
	text-decoration: none;
}
/*********************************************************************************/
/* forum allgemein
/*********************************************************************************/

.pagination a:link, .pagination a {
    font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline!important;
}
.pagination b {
    font-size: 20px;
	margin-right: 10px;
}

/*********************************************************************************/
/* spalte
/*********************************************************************************/
#spalte .events {
	width: 100%;
	max-width: 300px;
	border: none;
}
#spalte .events div.dynpg_H p{
	margin: 0;
}
#spalte .events .dynpg_H_header_text {
	font-weight: bold;
}
#spalte .events .dynpg_H_header_date {
	color: #e40613;	
	padding-left: 25px;
	background-image: url(../medien/events_icon.png);
	background-repeat: no-repeat;
}
#spalte .events .dynpg_H_header_date {
	padding-bottom: 0px;
}
#spalte .events .dynpg_H_header {
	padding-left: 25px;
	margin-bottom: 10px;
}
.promobox {
	max-width: 300px;
	margin-bottom: 20px;
	float: left;
}
.jobs_hds {
	max-width: 300px;
	margin-bottom: 20px;
	float: left;
}
.jobs_hds h3 {
	margin-bottom: 0px;
}
.jobs_hds ul {
	margin-top: 0px !important;
	margin-left: 15px;
}
.jobs_hds li {
	line-height: 140%!important;
	list-style-type: disc!important;
}
#spalte .news {
	width: 100%;
	max-width: 300px;
	margin: 20px 0 20px 0;
	float: left;
}
#spalte div.dynpg_H_parentgroup {
    display: none;
}
#spalte .news img {
	border: solid 1px #ccc;
}
#spalte .news div.dynpg_H {
	width: 100%;
	max-width: 300px;
	margin-right: 0;
	float: left;
}
#spalte .news h3 {
	margin-top: 0px;
}
#spalte .news .dynpg_H_header {
	max-width: 290px;
	font-weight: bold;
	color: #fff;
	background: #646263;
	padding: 5px;
}
#spalte .news p.dynpg_H_header_date {
	font-size: 90%;
	margin-bottom: 0px;
}
.events div.dynpg_H p{
	margin: 0;
}
.events .dynpg_AA_row_Main_Col_02A,
.events .dynpg_AA_row_Main_Col_02B {
	color: #e40613!important;	
	padding-left: 25px!important;
	margin-top: -20px;
}
.events .icon-calendar {
	color: #e40613!important;
}
.home .events .shorty p, #spalte .events .shorty p {
    display: none;
}
.events .dynpg_H_header_date {
	padding-bottom: 0px;
}
.events .dynpg_H_header {
	padding-left: 25px;
	margin-bottom: 10px;
}
.events div.dynpg_H_parentgroup {
    display: none;
}

/*********************************************************************************/
/* news
/*********************************************************************************/
.news {
	width: 60%;
	margin: 20px 2% 0 0;
	float: left;
	background: #fff;
}
.news div.dynpg_H {
	width: 100%;
	max-width: 300px;
	border: solid 1px #ccc;
}
.news h3 {
	margin-top: 0px;
}
.news .dynpg_H_header {
	max-width: 290px;
	font-weight: bold;
	color: #fff;
	background: #646263;
	padding: 5px;
}
.news .dynpg_H_header_date {
	font-weight: normal;
}
.news div.dynpg_H_header div.dynpg_H_header_text {

}
.news p.dynpg_H_header_date {
	font-size: 90%;
	margin-bottom: 0px;
}

/*********************************************************************************/
/* Portalpartner / Footer
/*********************************************************************************/
.portalpartner img {
    max-width: 100%;
    height: auto;
}
div.dynpg_H_parentgroup {
    display: none;
}
.footer .contact .cont_title {
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .contact .logobox {
	font-size: 40px;
	margin: 10px 0 20px 0;
	color: #fff;
	clear: both;
}
.footer .contact .logobox a,
.footer .contact .logobox a:hover {
	text-decoration: none;
	color: #fff;
}
.iconbox {
    margin: 0 5px 20px 0;
    float: left;
    background: #fff;
}
.icon-twitter, .icon-facebook, .icon-envelope {
    font-size: 25px;
    color: #e40613;
}
.portalpartner {
	width: 92%;
	padding: 20px 4%;
	color: #fff;
	background: #646263;
}
.portalpartner .shorty p {
	display: none;
}
.portalpartner .dynpg_H_header_text {
	display: none;
}
.portalpartner .dynpg_H {
	width: 14%;
	height: 120px;
	margin: 0 2% 20px 0;
	float: left;
}
.partner .leadimage {
	display: none;
}
.footer {
	width: 92%;
	padding: 0 4%;
	color: #fff;
	background: #e40613;
}
.footer .contact {
	width: 26%;
	padding: 2% 0;
	float: left;
}
.footer .member {
	width: 33%;
	padding: 2%;
	float: left;
}
.footer .guidelines {
	width: 32%;
	padding: 2%;
	float: left;
}
.footer .dynpg_A_header_text {
	font-weight: bold;
	margin: 0px;
}
.footer .dynpg_A_header_lead {
	font-size: 90%;
	margin-top: 10px;
	clear: both;
}
.footer .contact .dynpg_A_header_text {
	display: none;
}
.guidelines .dynpg_A_header_text {
	padding-bottom: 12px;
}
.guidelines .newsdate {
	display: none;
}
.guidelines .icon-add::before {
	font-size: 14px;
    content: "\e900";
}
.guidelines .dynpg_H_lead {
    margin-left: 25px;
}
.guidelines .dynpg_H_lead p {
    margin-top: 3px;
}

/*********************************************************************************/
/* media
/*********************************************************************************/
@media screen and (min-width: 1800px) {
	.aktuell div.dynpg_AA_row_MainA,
	.aktuell div.dynpg_AA_row_MainB {
		max-width: 300px;
	}
}
@media screen and (max-width: 1100px) {
	.content .container,
	.content .container_b {
		width: 100%;
		margin: 0;
	}
	.news div.dynpg_H {
		width: 100%;
		margin-right: 0%;
		float: left;
		max-width: 300px;
		margin-bottom: 20px;
	}
	.main_column {
		width: 75%;
	}	
	.news {
		width: 48%;
		padding-right: 1%;
		float: left;
	}
	.portalpartner,
	.footer {
		width: 96%;
		padding: 20px 2%;
	}
	.portalpartner .dynpg_H {
		height: 80px;
	}
	.col6_logo {
		width: 200px;
	}
}
@media (max-width: 991px) {
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 250px;	
	}
	.DynPG_Gallery_Title {
		font-size: 150%;
		top: 120px;	
		display: none;
	}
	.DynPG_Gallery_Desc {
		font-size: 150%;
	}
	.portalpartner {
		width: 90%;
		padding: 20px 5%;
	}
	.portalpartner .dynpg_H {
		width: 17%;
		height: 50px;
		margin: 0 3% 20px 0;
		float: left;
	}
	.portalpartner .logobox {
		width: 46%;
		float: left;
		padding: 2%;
	}	
}
@media (max-width: 798px) {
	.h_navi {
		height: 30px;
	}
	.h_navi ul.menu li {
		font-size: 90%;
		width: 260px;
		padding: 8px;
		clear: both;
		background-color: #e40613;;
	}	
	.h_navi ul.menu ul {
		margin-left: 20px;
	}
	.main_column {
		width: 74%;
	}	
	.overview_forum .fbox {
		width: 48%;
	}
	.h_navi:hover nav,
	.h_navi.open nav{display:block;
	}
	.h_navi {
		height: 30px;
	}
	.h_navi ul.menu li {
		font-size: 90%;
		width: 260px;
		padding: 8px !important;
		clear: both;
		background-color: #e40613;;
	}	
	.h_navi ul.menu ul {
		margin-left: 20px;
	}
	.menu_mobile {
		display: block;
		margin: 8px 0 0 0;
		padding: 0px;
		min-height: 22px;
	}
	nav{display:none;text-align:left;}
	.h_navi:hover nav,
	.h_navi.open nav{display:block;}
	.h_navi {
		height: 30px;
	}
	ul.menu li {
		font-size: 120%;
		width: 260px;
		padding: 8px;
		clear: both;
		background-color: #e40613;;
	}	
	ul.menu ul {
		margin-left: 20px;
	}
	#mainMenu {margin-left:40px;}
}
@media (max-width: 768px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	.banner {
		width: 100%;
		text-align: center;
	}
	.c1 {
		display: none;
	}
	.bodyevent .dynpg_AA_row_Main_Col_02A, .bodyevent .dynpg_AA_row_Main_Col_02B {
		width: 100%;
		float: none;
		margin-top: 20px;	
	}
	.main_column {
		width: 98%;
	}
	.portalpartner .dynpg_H {
		width: 17%;
		height: 50px;
		margin: 0 3% 20px 0;
		float: left;
	}
	.promobox {
		width: 44%;
		margin-left: 4%;
	}
	.news {
		width: 100%;
		margin-left: 0%;	
	}
	.jobs_hds {
		max-width: none;
	}
	#spalte h2 {
		font-size: 20px;
	}
	.events {
		width: 100%;
		margin-left: 0%;
		border-left: none;
	}
	.calendar {

	}
	.calendar_m {
		max-width: 300px;
		margin: 0 auto;
		display: inherit;
	}
	#announce input {
		width: 100%;
		line-height: 200%;
		border: solid 1px #ccc !important;
	}
	.news div.dynpg_H {
		max-width: 300px;
		margin: 0 auto 20px auto;
		padding-right: 0;
		width: 46%;
		margin-right: 2%;
		text-align: left;
		float: left;
	}
	#spalte .promobox,
	#spalte .news,
	#spalte .events,
	#spalte .jobs {

		float: left;
	}

}
@media (max-width: 480px) {
	.slider_out, .slider, .slider div {
		width: 100%;
		height: 200px;	
	}
	.DynPG_Gallery_Title {
		font-size: 120%;
		top: 60px;
		display: none;
	}
	.DynPG_Gallery_Desc {
		font-size: 120%;
		top: -100px;
		display: none;
	}
	.aktuell div.dynpg_AA_row_MainA, .aktuell div.dynpg_AA_row_MainB {
		max-width: 48%;
		margin: 0 2% 20px 0;
	}
	.news {
		width: 100%;
		border: none;
		text-align: center;
		margin-left: 0%;
	}
	.news .shorty {
		text-align: left;
	}
	.news .dynpg_H_header {
		max-width: 300px;
	}
	.events {
		width: 100%;
		border: none;
	}
	.partner .dynpg_AA_row_Main_Col_01A, .partner .dynpg_AA_row_Main_Col_01B {
		width: 100%;
		float: left;
	}
	.partner .partcont {
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	.partner .dynpg_A_header_text {
		color: #fff;
		padding: 3px 3px 3px 0px;
	}
	.portalpartner .dynpg_H {
		width: 30%;
		height: 60px;
		margin: 0 3% 20px 0;
		float: left;
	}
	.footer {
		width: 100%;
		padding: 0 0;
		color: #fff;
		background: #e40613;
		min-height: 200px;
	}
	.goenner div.dynpg_AA_row_MainA, .goenner div.dynpg_AA_row_MainB {
		width: 44%;
	}
	.footer .contact,
	.footer .member,
	.footer .guidelines {
		width: 96%;
		padding: 2%;
	}
	div#dynpg_calendar_container {
		margin-top: 0px;
	}
	
	.forum_content_category_, 
	.forum_content_tags {
		padding: 10px 20px 10px 0px;	
	}
	.forum_content_tags .submit {
		font-size: 12px;
	}
	.th1 {
		width: 25%!important;
	}
	.th3 {
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pagination a:link, .pagination a {
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
		text-decoration: underline!important;
	}
	.pagination b {
		font-size: 20px;
		margin-right: 10px;
	}
	.user_profile {
		padding: 5px!important;
	}
	.user_profile > div:first-child;  {
		width: 100%;
	}
	.user_profile_title {
		margin: 20px 0 10px 2px!important;
	}
	.user_profile img {
		margin-left: 4px;
	}
	.user_profile .user_profile_info {
	    width: 100%!important;
	}
	.user_view_column_top_row {
		display: none;
	}
	.user_view_column li:nth-child(2n),
	.user_view_column li:nth-child(3n) {
		width: 100%;
	}
	.user_view_column li:nth-child(2n):before {
		content:"Online: ";
	}
	.user_view_column li:nth-child(3n):before {
		font-size: 14px;
		content:"Status: ";
	}
	.user_view_column ul li:nth-child(3) {
    	font-size: 14px!important;
		vertical-align: middle;
	}
	.user_view_column li:nth-child(4n):before {
		content:"Mitglied: ";
		width: 100px;
	}
	.user_view_column li:nth-child(5n):before {
		content:"Letzer Besuch: ";
		white-space: nowrap;
	}
	.user_view_column:nth-child(5n),
	.user_view_column ul:nth-child(5n),
	.user_view_column li:nth-child(5n) {
		width: 300px!important;
	}


}

@media (max-width: 360px) {
	.aktuell div.dynpg_AA_row_MainA, .aktuell div.dynpg_AA_row_MainB {
		max-width: 100%;
		margin: 0 0% 20px 0;
	}
	.jobs_hds {
		width: 100%;
		margin-left: 0%;
	}
	.promobox {
		width: 100%;
		margin-left: 0%;
	}
	.news {
		width: 100%;
		margin-left: 0%;
	}
	.news div.dynpg_H {
		max-width: 300px;
		margin: 0 auto 20px auto;
		padding-right: 0;
		width: 100%;
		margin-right: 0%;
		text-align: left;
		float: left;
	}
	.list .top-row {
		display: none;
	}
	.list > .even > .br, .list > .odd > .br {
		width: 100%;
	}
	[class*='page-user_'] .list .user_list_top> div.br, [class*='page-user_'] .list .user_list_> div.br {
		width: 100%;
		display: block;
		padding: 5px;
	}
}
