/* News-Scroller */
.wrapper_meldungen {
	width: 578px;
	height: 81px;
	border-top: 1px solid #372C6F;
	border-bottom: 1px solid #372C6F;
	background: url(../../images/peugeot/carousel-background.gif) repeat-x center top;
}

.wrapper_meldungen a.carouselPrev,
.wrapper_meldungen a.carouselNext {
	display: block;
	width: 27px;
	height: 81px;
    text-decoration: none;
    border: 0;
}
.wrapper_meldungen a.carouselPrev {
	float: left;
	background: url(../../images/peugeot/carousel-prev.gif) no-repeat left center;
}
.wrapper_meldungen a.carouselNext {
	float: right;
	background: url(../../images/peugeot/carousel-next.gif) no-repeat right center;
}

.carousel { height: 81px; float: left; }
.carousel ul { margin: 0 !important; padding: 0 !important; position: relative !important; list-style-type: none !important; }
.carousel ul li { width: 260px; height: 81px; }
.carousel ul li .meldung { padding: 5px; }
.carousel ul li .meldung-datum { font-size: 8pt; font-weight: bold; color: #003366; padding: 0 !important; }
.carousel ul li .meldung-img { float: left; height: 71px; padding-right: 5px; }
.carousel ul li img {}
.carousel ul li p { font-size: 8pt; }
.carousel ul li a { font-weight: normal; color: #000; text-decoration: none; }




div#wrapper_outer {
	width: 928px;
	margin: 0 auto;
}

div#wrapper_inner { width: 928px; text-align: left; }

div#wrapper_navi_service { width: 928px; }

div#wrapper_header { width: 928px; clear: both; }

div#wrapper_flash-banner {
    display: none;
/*   width: 100%;
	text-align: center;
  margin-top: 15px; */
}

div#wrapper_logo { width: 928px; height: 77px; background: url(../../images/peugeot/logo.jpg) no-repeat; }
div#wrapper_logo h1 { display: none; }

div#wrapper_navi_main { width: 928px; height: 43px; margin-top: 15px; background-color: #003366; }

div#wrapper_content { width: 928px; margin-top: 15px; }

div#wrapper_content_left { float: left; width: 578px; }

div#wrapper_content_right { float: right; width: 335px; }

div#wrapper_content_wide { width: 928px; }

div#wrapper_content_bottom { width: 928px; }
div.contentblock_left { float: left; width: 578px; }
div.contentblock_right { float: right; width: 335px; }
div.contentblock_wide { width: 928px; }

div#wrapper_footer { width: 928px; height: 43px; margin-bottom: 15px; background-color: #003366; }

#wrapper_subfooter { margin-bottom: 15px; }
#wrapper_subfooter p { font-size: 11px; }

#wrapper_footer p.copyright {
  font-size: 75%;
  line-height: 43px;
  padding: 0 15px;
  text-align: right;
}

/**
 * Ansprechpartner
 */
div.persons { padding: 0 15px 15px 15px; }
div.persons h3 { padding: 0 0 15px 0 !important; }

div.person { background: url(../../images/personen_bg.gif) repeat-y top left; height: 167px; }

div.person_image { float: left; width: 120px; height: 167px; }

div.person_text-left { float: left; width: 177px; }
h4.person_name { padding: 40px 0 10px 0; color: #003366; font-size: 120%; }
div.person_position {}

div.person_text-right { float: right; width: 234px; }
div.person_address { padding: 40px 0 10px 0; line-height: 120%; }
div.person_fon { padding-bottom: 2px; }
div.person_fax { padding-bottom: 2px; }
div.person_email { padding-bottom: 2px; }

