
/* Klassen-Definitionen für Motorrad-Katalog */

.conMotorradModell {
 }

.conMotorradModellWeitere {
 width: 168px;
 height: 80px;
 overflow: hidden;
 background: #fff url() 0 -20px;
 cursor: pointer;
 margin: 0 0 10px 0;
 }
 
.schriftModellWeitere {
 height: 15px;
 overflow: hidden;
 background: #fff;
 filter: Alpha(opacity=80); 
 -moz-opacity: 0.8;  
 opacity: .80;
 font-size: 7.5pt;
 line-height: 10pt;
 color: #666;
 text-align: center;
 }

.conMotorradModellBeschreibung {
 background: #fff;
 margin: 20px 0 0 0;
 }
 
.conMotorradModellBilder {
 background: #fff;
 margin: 20px 0 0 0;
 }
 
.conMotorradModellBilder h2 {
 color: #666;
 }
 
.conMotorradModellBilderGalerie {
 background: #fff;
 text-align: center;
 }
 
.conMotorradModellDaten {
 background: #fff;
 margin: 20px 0 0 0;
 }
 
.conMotorradModellDaten h2 {
 color: #666;
 }
 
.conMotorradModellDatenblatt {
 width: 376px;
 overflow: hidden;
 background: #fff;
 margin: 5px 0 0 0;
 }

.ModellBildRahmen {
 margin: 0 5px 3px 0;
 border: solid 1px #ccc;
 }
 
.ModellBildRahmen:hover {
 margin: 0 5px 3px 0;
 border: solid 1px #c00;
 }
 
.ModellBild {
 width: 180px;
 height: 135px;
 overflow: hidden;
 background: transparent url(../../_styles/default/gfx_image_loading.gif) center top no-repeat; 
 margin: 1px; 
 cursor: pointer;
 }
 
.ModellBildDaten {
 width: 375px; 
 height: 300px;
 overflow: hidden; 
 background: transparent url(../../_styles/default/gfx_image_loading.gif)  center top  no-repeat; 
 margin: 10px 10px 3px 0;
 }
 
.ModellInfo {
 width: 180px; 
 margin: 0 0 0 5px; 
 overflow: hidden;
 }
 
.ModellInfoDaten {
 background: transparent url(../../_styles/motoresort/_images/bg_modell_info_daten.jpg) right top repeat-y;
 padding: 2px;
 }
 
.ModellBeschreibung {
 width: 370px;
 margin: 5px 0 0 0;
 }

/* Anzeige in Modellübersicht */ 
.ModellTestberichte_1 {
 height: 76px;
 overflow: hidden;
 background: #fff;
 filter: Alpha(opacity=80); 
 -moz-opacity: 0.8;  
 opacity: .80;
 margin: 5px 0 5px 0;
 border-top: dotted 1px #ccc;
 }

/* Anzeige in Detailansicht, Datenblatt */ 
.ModellTestberichte_2 {
 height: 90px;
 overflow: hidden;
 background: #fff;
 filter: Alpha(opacity=80); 
 -moz-opacity: 0.8;  
 opacity: .80;
 margin: 5px 0 5px 0;
 border-top: dotted 1px #ccc;
 }
 
.ModellTestberichte_2_Header {
 background: #e9e9e9;
 height: 15px;
 line-height: 15px;
 font-size: 7pt;
 color: #333;
 padding: 0 0 0 5px;
 }

p.ModellTitel {
 font-size: 9.5pt;
 font-weight: bold;
 color: #666;
 margin: 10px 0 12px 0;
 }
 
p.ModellAnsichtOptionen {
 line-height: 14pt;
 }
 
p.schriftModellUsermeinung {
 font-size: 7.5pt;
 line-height: 10pt;
 color: #666;
 margin: 0 0 10px 0;
 }
 
p.schriftModellPalette {
 font-size: 7.5pt;
 line-height: 12pt;
 color: #666;
 }

.ModellDatenOptionen {
 background: url(../../_styles/motoresort/_images/bg_modell_info_daten.jpg) right top repeat-y;
 }
 
/* Infobox 'Awards' */
.modulAwardsTable {
 width: 100%;
 border: none;
 }
 
.modulAwardsTable td {
 border: solid 1px #fff;
 padding: 2px;
 }
 
/* Links für Modelljahr vor und zurück */

.older {
 }
 
.newer {
 }
 
/* Hinweis auf Modell Baureihe */
#conMotorradModellBaureihe {
 margin: 10px 0 10px 0;
 }
 
#conMotorradModellBaureihe p {
 margin: 8px;
 }
 
/* Anzeigebox für Modelljahre-Vergleich Auswahl */
.ModellDatenVergleichsoptionen {
 background: #ececec;
 border: solid 1px #ccc;
 }
 
.ModellDatenVergleichsoptionen p, .ModellDatenVergleichsoptionen form {
 margin: 5px;
 }
 
.ModellDatenVergleichsoptionen form select option {
 padding: 1px 5px 1px 5px;
 }

.ModellDatenTabelle {
 width: 100%;
 background: #fff;
 border: none;
 margin: 0 0 20px 0;
 }
 
.ModellDatenTabelle tr td {
 padding: 8px 3px 8px 3px;
 }
 
.ModellDatenFeldBg1 {
 width: 120px;
 background: #fff;
 vertical-align: top;
 }
 
.ModellDatenWertBg1 {
 background: #fff;
 vertical-align: top;
 }

.ModellDatenFeldBg2 {
 width: 120px;
 background: #eee;
 vertical-align: top;
 }
 
.ModellDatenWertBg2 {
 background: #eee;
 vertical-align: top;
 }

/* Klassen für Darstellung der Kataloge */
 
.KatalogMarkeTable {
 width: 577px;
 background: #fff; 
 border: none;
 }
				
.KatalogMarkeBttn {
 width: 20%;
 background: #eee;
 padding: 5px 4px 5px 4px;
 text-align: center;
 }
				
.KatalogSuchbox {
 background: #fff;
 margin: 0 0 10px 0;
 padding: 5px;
 text-align: right;
 }
 
.KatalogDetailsuche {
 background: #fff;
 margin: 5px 0 0 0;
 text-align: left;
 display: none;
 }
 
.KatalogDetailsucheInner {
 background: #eee;
 overflow: hidden;
 margin: 10px 0 0 0;
 border: solid 1px #ddd;
 }
 
/* Individuelle Klassen für Mediathek */
.KatalogMediathekClip {
 width: 180px;
 overflow: hidden;
 float: left;
 background: #eee;
 border: solid 1px #ddd;
 text-align: center;
 margin: 0 10px 10px 0;
 }
 
.KatalogMediathekClipInner {
 margin: 5px;
 padding: 0;
 }
 
.TableKatalogDetailsuche {
 width: 565px;
 background: #eee;
 border: none;
 }
 
.TableKatalogModellListe {
 width: 100%;
 border: none;
 clear: both;
 }
 
#KatalogOfflineMessage {
 border: solid 2px #999;
 background: #ececec;
 margin: 0 0 10px 0;
 }
 
#KatalogOfflineMessage p {
 line-height: 14pt;
 font-size: 9pt;
 margin: 10px 20px 10px 20px;
 text-align: center;
 }
				
.KatalogZeitleiste {
 margin: 4px 0 10px 0; 
 padding: 0; 
 background: #eee;
 }
 
.KatalogZeitleiste table {
 width: 577px;
 background: #666;
 border: none;
 }
 
.KatalogZeitleiste table tr td {
 background: #eee;
 padding: 5px 10px 5px 10px; 
 text-align: center;
 }
 
.KatalogZeitleiste table input {
 color: #999;
 }
 
.KatalogAktivesModelljahr {
 background: #fff;
 margin: 20px 0 10px 0;
 }
				
/* Modell Steckbrief 'Main-Container' */
.MarkeModell {
 width: 184px;
 overflow: hidden; 
 margin: 0 10px 10px 0; 
 background: #fff; 
 border: solid 1px #ddd; 
 cursor: pointer;
 float: left;
 }
				 
/* Letztes Modell in Reihe 'Main-Container' */
.MarkeModell_nl {
 width: 184px; 
 overflow: hidden; 
 margin: 0 0 10px 0; 
 background: #fff; 
 border: solid 1px #ddd; 
 cursor: pointer;
 float: left;
 }
				 
.MarkeModBez {
 height: 28px; 
 overflow: hidden; 
 margin: 8px 5px 8px 5px; 
 }
				 
.MarkeModBild {
 margin: 0 0 0 1px; 
 }
				 
.MarkeModDaten {
 margin: 10px 5px 10px 5px; 
 }
 
/* Modellfamilie / Baureihe */

#baureihe_beschreibung {
 margin: 0 0 20px 0;
 }
 
#baureihe_hinweis {
 margin: 0 0 10px 0;
 color: #f00;
 font-size: 7pt;
 }

/* table */ 
.baureihe_modell_info {
 width: 122px;
 height: 130px;
 background: #fff;
 border: none;
 margin: 0 5px 15px 0;
 float: left;
 }
 
.baureihe_modell_info .zelle {
 background: transparent;
 padding: 0;
 }

.baureihe_bild_box {
 border: solid 1px #ccc;
 margin: 0 0 5px 0;
 }
 
.baureihe_bild_box img {
 margin: 0;
 }
 
.baureihe_pfeil {
 margin: 0 0 0 2px;
 }

/* Klick-Charts */

.ModellBezeichnung_Charts {
 font-weight: bold;
 text-align: right;
 margin: 0 0 5px 0;
 clear: both;
 }

.ModellBild_Charts {
 width: 180px;
 height: 60px;
 overflow: hidden;
 margin: 0 0 5px 0;
 }
 
.ModellWert_Charts {
 width: 50px;
 background: #fff;
 filter: Alpha(opacity=80); 
 -moz-opacity: 0.8; 
 opacity: .80;
 padding: 6px;
 color: #f00;
 font-weight: bold;
 float: right;
 }
 
/* Modell Bewertung Übersicht */

.ModellWertungBoxTitel {
 height: 32px;
 overflow: hidden;
 background: transparent url(../../_styles/motoresort/_images/bg_content_data_head.jpg);
 font-weight: bold;
 }
 
.ModellWertungBoxBild {
 background: #eee url() 0 -20px; 
 margin: 5px 10px 10px 0; 
 border: solid 1px #ddd; 
 float: left;
 }
 
.ModellWertungBoxNote {
 text-align: center;
 margin: 10px 0 0 0;
 }
 
/* Modell Bewertungen und Gesamtnote */
.ModellWertungGrafik {
 width: 374px;
 background: #fff;
 margin: 0 0 20px 0;
 overflow: hidden;
 clear: both;
 }
 
.ModellWertungBox {
 width: 374px;
 background-color: #eee;
 border: solid 1px #ddd;
 margin: 20px 0 0 0;
 overflow: hidden;
 }
 
.ModellWertungHead {
 height: 16px;
 overflow: hidden;
 background: #ddd url(../../_styles/motoresort/_images/bg_content_data_head.jpg) 0 0 repeat-x;
 padding: 5px;
 }
 
.ModellWertungData {
 margin: 5px;
 }
 
.ModellWertungNote {
 text-align: right;
 margin: 10px 0 0 0;
 }
 
/* Individuelle Formular-Formate für Katalog */

select.SelectboxDetailsuche {
 width: 160px;
 }
