@CHARSET "UTF-8";



div.Content {
	margin-top: 15px;
}

div.Content div.ContentSection {
	margin: 0px 15px 15px 15px;
	float: none;
	clear: both;
}

div.Content div.ContentSection.LoginBox {
	margin: 30px 30px 10px 30px;
	padding: 15px 49px 0px 49px;
	border: solid 1px white;
}


div.Content div.ContentSection h1 {
	font-size: 16px;
	font-style: italic; /* AR: 2009-12-15 */
	margin-bottom: 18px;
}

div.Content div.ContentSection h2 {
	font-size: 14px;
	margin-bottom: 18px;
}

div.Content div.ContentSection h3 {
	font-size: 13px;
}

div.Content div.ContentSection h1.SeperateFromPrevious,
div.Content div.ContentSection h2.SeperateFromPrevious,
div.Content div.ContentSection h3.SeperateFromPrevious {
	border-top: solid 1px black;
	padding-top: 18px;
}


div.Content div.ContentSection h1 span.Emphasised ,
div.Content div.ContentSection h2 span.Emphasised  {
	color: rgb(165,24,28);
}

div.Content div.ContentSection.Ortsliste h2 {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 2px 8px 2px 8px;
	background-color: black;
	color: white;
}

div.Content div.ContentSection.Ortsliste h2 a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}



div.Content div.ContentSection p.Introduction {
	color: rgb(165,24,28);
}

div.Content div.ContentSection address {
	width: 50%;
	border: solid 1px white;
	margin-left: auto;
	margin-right: auto;	
	padding: 0.6em 1em 0.6em 1em;
	text-align: center;
}


div.Content div.ContentSection ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	/*
	border: solid 1px white;
	padding: 15px;
	*/
}

div.Content div.ContentSection ul li {
	background-image: url("../img/text/pfeil.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}



div.Content div.ContentSection table th,
div.Content div.ContentSection table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 20px 8px 2px;
}

div.Content div.ContentSection table thead th {
	text-align: center;
}




div.Content div.ContentSection table.DataTable {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	border: none;
}

div.Content div.ContentSection table.DataTable th, 
div.Content div.ContentSection table.DataTable td
{
	padding: 4px 16px 4px 16px;
	border: solid 1px white;
}


div.Content div.ContentSection table.DataTable thead th {
	text-align: left;
	background-color: black;
	font-weight: bold;
	color: white;
}

div.Content div.ContentSection table.DataTable thead th strong {
	color: rgb(255,240,0);
}

div.Content div.ContentSection table.DataTable thead th span.Definition {
	font-weight: normal;
}

div.Content div.ContentSection table.DataTable tbody th {
	text-align: left;
	background-color: black;
	font-weight: bold;
	color: white;
}

div.Content div.ContentSection table.DataTable tbody td {
	text-align: left;
	background-color: rgb(102,102,102);
	font-weight: normal;
	color: white;
}



div.Content div.Emphasised {
	border: solid 1px white;
	padding: 0px 15px 0px 15px;
}

div.Content div.ImgFloatLeft img {
	display: block;
	border: none;
	float: left;
	margin: 0px 15px 12px 0px;
}

div.Content div.ImgFloatRight img {
	display: block;
	border: none;
	float: right;
	margin: 0px 0px 12px 15px;
}

div.Content div.ImgColumnLeft img {
	display: block;
	border: none;
	margin: 0px;
	width: 246px;
	float: left;
}

div.Content div.ImgBlock img {
	display: block;
	float: none;
	clear: both;
}

div.Content div.ImgColumnLeft h2 img,
div.Content div.ImgColumnLeft h3 img,
div.Content div.ImgColumnLeft h4 img,
div.Content div.ImgColumnLeft h5 img,
div.Content div.ImgColumnLeft h6 img,
div.Content div.ImgColumnLeft p img,
div.Content div.ImgColumnLeft ul img,
div.Content div.ImgColumnLeft ol img,
div.Content div.ImgColumnLeft dl img,
div.Content div.ImgColumnLeft address img {
	margin-left: -262px;
}



div.Content div.ImgColumnLeft h2,
div.Content div.ImgColumnLeft h3,
div.Content div.ImgColumnLeft h4,
div.Content div.ImgColumnLeft h5,
div.Content div.ImgColumnLeft h6,
div.Content div.ImgColumnLeft p,
div.Content div.ImgColumnLeft ul,
div.Content div.ImgColumnLeft ol,
div.Content div.ImgColumnLeft dl,
div.Content div.ImgColumnLeft address {
	margin-left: 262px;
}




div.Content a {
	color: rgb(165,24,28);
	text-decoration: none;
	font-weight: bold;
}

div.Content a:visited {
	color: rgb(165,24,28);
}

div.Content a:hover {
	color: black;
	text-decoration: underline;
}


div.Content p.ErrorInfo {
	font-weight: bold;
	color: rgb(165,24,28);
	margin-left: 22px;
}

div.Content p.SuccessInfo {
	font-weight: bold;
	padding-left: 22px;
	background: url("../../img/text/ok-icon.gif") 0px 0px no-repeat;
}

div.Content p.ErrorInfo:before {
	font-weight: bold;
	color: white;
	margin-right: 4px;
	margin-left: -22px;
	padding: 1px 5px 1px 6px;
	background-color: rgb(165,24,28);
	content: "!";
}



div.Content div.ContentSection .FahrzeugdatenZeilenNr {
	font-weight: bold;
	color: rgb(165,24,28);
}


div.Content div.ContentSection.Ortsliste {
}

div.Content div.ContentSection.Ortsliste ul {
}

div.Content div.ContentSection.Ortsliste ul li {
	display: inline;
	padding-left: 0px;
	padding-right: 13px;
	background-image: url("../img/text/dot.gif");
	background-position: right center;
}

div.Content div.ContentSection.Ortsliste ul li.Last {
	padding-right: 0px;
	background-image: none;
}

div.Content div.ContentSection.Ortsliste ul li a {
	white-space: nowrap;
}




div.Content div.ContentSection.Felgen {
	background-color: black;
	margin: -15px 0px 0px 0px;
	padding: 5px 11px 0px 11px;
}

div.Content div.ContentSection.Felgen div.Felge {
	width: 150px;
	height: 190px;
	margin: 5px 11px 5px 11px;
	overflow: hidden;
	float: left;
	text-align: center;
}

div.Content div.ContentSection.Felgen div.Felge img {
	display: block;
	width: 150px;
}

div.Content div.ContentSection.Felgen div.Felge br {
	display: none;
}


div.Content div.ContentSection.Felgen div.FelgenBlaettern {
	padding: 25px 15px 15px 15px;
	float: none;
	clear: both;
	text-align: center;
	color: white;
}


div.Content div.ContentSection.Felgen a {
	color: white;
}

div.Content div.ContentSection.Felgen a:hover {
	color: rgb(255,240,0);
}

div.Content div.ContentSection.Felgen a:visited {
	color: white;
}




div.Content div.ContentSection.ImagePopupLinklist {
	margin-left: 15px;
	margin-right: 0px;
	text-align: center;
	line-height: 18px;
}

div.Content div.ContentSection.ImagePopupLinklist a {
	display: block;
	margin: 0px 10px 10px 0px;
	float: left;
}




div.Content div.ContentSection.Sitemap ul {
	padding-top: 0.4em;
}

div.Content div.ContentSection.Sitemap ul ul li {
	margin-left: 1em;
}


/* Content Banner 468x60 - ANFANG */

div.Content div.ContentSection.ContentBanner
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 90px;
	background-color: black;
	padding: 0px;
}

div.Content div.ContentSection.ContentBanner object,
div.Content div.ContentSection.ContentBanner a,
div.Content div.ContentSection.ContentBanner img
{
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;	
	width: 468px;
	height: 60px;
	border: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 100;
}

div.Content div.ContentSection.ContentBanner object object,
div.Content div.ContentSection.ContentBanner a img,
div.Content div.ContentSection.ContentBanner object img
{
	left: 0px;
	top: 0px;	
}

div.Content div.ContentSection.ContentBanner a,
div.Content div.ContentSection.ContentBanner a:hover
{
	text-decoration: none;
}

div.Content div.ContentSection.ContentBanner a.BannerOverlay 
{
	position: absolute;
	left: 20px;
	top: 15px;	
	z-index: 110;
}

div.Content div.ContentSection.ContentBanner a.BannerOverlay span.TextNode
{
	display: none;
}

/* Content Banner 468x60 - ENDE */


/* Content Banner 508x63 (DeutschlandCard) - ANFANG */

div.Content div#FlashBanner_DeutschlandCard
{
	height: 84px;
	background-color: transparent;
}

div.Content div#FlashBanner_DeutschlandCard object,
div.Content div#FlashBanner_DeutschlandCard a,
div.Content div#FlashBanner_DeutschlandCard img
{
	left: 0px;
	top: 0px;	
	width: 508px;
	height: 63px;
}

div.Content div#FlashBanner_DeutschlandCard div.BannerOverlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 63px;
	z-index: 10000;
}

div.Content div#FlashBanner_DeutschlandCard div.BannerOverlay a.FlashLink
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 508px;
	height: 63px;
	text-decoration: none;
	color: transparent;
	border: none;
}

div.Content div#FlashBanner_DeutschlandCard div.BannerOverlay a.FlashLink span.TextNode
{
	display: none;
}

/* Content Banner 508x63 (DeutschlandCard) - ENDE */



/* TopSellerItems auf Homepage - ANFANG */
div.Content div.ContentSection div.TopSellerItemHomepage 
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 174px;
	background-color: black;
	border: solid 1px black;
	overflow: hidden;
	cursor: pointer;
	
	float: left;
	margin: 0px 10px 10px 0px;
}

div.Content div.ContentSection div.TopSellerItemHomepage * 
{
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemHead 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 152px;
	padding: 0px 4px 3px 4px;
	background-color: black;
	z-index: 100;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemBody 
{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 152px;
	height: 114px;
	padding: 0px 4px 0px 4px;
	background: transparent url('../img/shop/TopSellerItemHomepageBg.gif') 0px -60px repeat-x;
	overflow: hidden;
	z-index: 99;
}

div.Content div.ContentSection div.TopSellerItemHomepage h1 
{
	margin: 3px 0px 6px -3px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	text-align: left;
}

div.Content div.ContentSection div.TopSellerItemHomepage h1 strong
{
	font-size: 18px;
	color: rgb(255, 240, 0);
}

div.Content div.ContentSection div.TopSellerItemHomepage h2 
{
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.Content div.ContentSection div.TopSellerItemHomepage div 
{
	margin: 0px;
	padding: 0px;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemImage 
{
	text-align: right;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemImage img
{
	width: 75px;
	height: 80px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	border: none;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemPrice
{
	position: absolute;
	left: auto;
	top: auto;
	right: 6px;
	bottom: 6px;
	height: 24px;
	padding: 6px 3px 0px 3px;
	background-color: rgb(222, 0, 37);
	border: solid 1px white;
	overflow: hidden;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemPrice span
{
	padding: 0px;
	margin: 0px;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemPrice span.Currency
{
	font-size: 12px;
	font-weight: bold;
}

div.Content div.ContentSection div.TopSellerItemHomepage div.TopSellerItemPrice span.Price
{
	font-size: 26px;
	font-weight: bold;
}


/* TopSellerItems auf Homepage - ENDE */


/* OnlineDateItems auf Homepage - ANFANG */ 

div.Content div.ContentSection div.OnlineDateItemHomepage 
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 201px;
	background-color: black;
	border: solid 1px black;
	overflow: hidden;
	cursor: pointer;
	
	float: left;
	margin: 0px 10px 10px 0px;
}

div.Content div.ContentSection div.OnlineDateItemHomepage.LastItemInRow
{
	margin: 0px 0px 10px 0px;
}

div.Content div.ContentSection div.TopSellerItemHomepage * 
{
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemHead 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	background-color: black;
	z-index: 100;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemBody 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 174px;
	padding: 0px;
	/* background: transparent url('../img/shop/TopSellerItemHomepageBg.gif') 0px -60px repeat-x; */
	overflow: hidden;
	z-index: 99;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemFooter 
{
	position: absolute;
	left: 0px;
	top: 174px;
	width: 100%;
	height: 27px;
	padding: 0px;
	background-color: rgb(255, 228, 0);
	border-top: solid 1px black;
	z-index: 100;
}


div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemImage 
{
	width: 160px;
	height: 174px;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemImage img
{
	display: block;
	width: 160px;
	height: 174px;
	border: none;
}

div.Content div.ContentSection div.OnlineDateItemHomepage h2 
{
	width: 100%;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: auto;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	color: white;
}

div.Content div.ContentSection div.OnlineDateItemHomepage h2 strong
{
	color: rgb(255, 240, 0);
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemFooter ul.Links 
{
	margin: 0px 4px 0px 7px;
	padding: 4px 0px 3px 0px;
	list-style-type: none;
	color: black;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemFooter ul.Links li 
{
	margin: 0px;
	padding: 3px 0px 2px 19px;
	background-image: url("../img/interface/pfeil-15x15.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemFooter ul.Links li a 
{
	font-weight: bold;
	color: rgb(165,24,28);
	text-decoration: none;
}


div.Content div.ContentSection div.OnlineDateItemHomepage div.OnlineDateItemFooter ul.Links li a:hover 
{
	color: black;
	text-decoration: none;
}

/* OnlineDateItems auf Homepage - ENDE */ 


/* Slideshow Ken Burns Effekt - ANFANG */
div.SlideshowKenBurns
{
	position: relative;
	left: 0px;
	top: 0px;
}

div.SlideshowKenBurns div.SlideshowKenBurns_Canvas
{
	border: solid 1px black;
}

div#ColumnMiddle div.SlideshowKenBurns div.SlideshowKenBurns_Canvas
{
	width: 508px;
}

div.SlideshowKenBurns div.SlideshowKenBurns_Caption
{
	position: absolute;
	left: 10px;
	top: auto;
	right: auto;
	bottom: 10px;

	background: black none left top no-repeat;
	color: white;
}

	div.SlideshowKenBurns div.SlideshowKenBurns_Caption.LeftTop
	{
		left: 10px;
		top: 10px;
		right: auto;
		bottom: auto;
	}
	
	div.SlideshowKenBurns div.SlideshowKenBurns_Caption.RightTop
	{
		left: auto;
		top: 10px;
		right: 10px;
		bottom: auto;
	}

	div.SlideshowKenBurns div.SlideshowKenBurns_Caption.LeftBottom
	{
		left: 10px;
		top: auto;
		right: auto;
		bottom: 10px;
	}
	
	div.SlideshowKenBurns div.SlideshowKenBurns_Caption.RightBottom
	{
		left: auto;
		top: auto;
		right: 10px;
		bottom: 10px;
	}

div#ColumnMiddle div.SlideshowKenBurns div.SlideshowKenBurns_Caption
{
	width: 200px;
	/* max-height: 140px; */
	height: auto;
}

div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.InfoText
{
	margin: 6px 10px 2px 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.InfoText em,
div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.InfoText strong,
div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.InfoText b
{
	color: rgb(255, 240, 0);
}


div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.SubText
{
	margin: 0px 10px 6px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	/* text-align: right; */
	color: white;
}

div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.SubText em,
div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.SubText strong,
div.SlideshowKenBurns div.SlideshowKenBurns_Caption p.SubText b
{
	font-weight: normal;
	font-style: normal;
	color: rgb(255, 240, 0);
}



/* Slideshow Ken Burns Effekt - END */


/* CMS-Container ausgeblendet - ANFANG */

div#ColumnMiddle div.CmsContainerInfo 
{
	padding: 1px 10px 1px 10px !important;
	border: solid 1px black !important;
	background-color: rgb(255, 237, 83) !important;
}

div#ColumnMiddle div.CmsContainerInfo strong.CmsContainerType
{
	white-space: nowrap !important;
}

/* CMS-Container ausgeblendet - ENDE */

