/* CSS fuer Konfigurator */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #646868;
	margin: 0;
	margin-bottom: 4em;
	text-align: center;
}
a:link {
	color: #FF7606;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF7606;
}
a:hover {
	text-decoration: none;
	color: #FF7606;
}
a:active {
	text-decoration: underline;
	color: #FF7606;
}
a img {
	border: none;
}
h1 {
	text-align: center;
	font-size: 12px;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../img/basic/bg_balken.gif);
	background-repeat: repeat-x;
}
.schritt {
	font-weight: normal;
}
h2 {
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
}

#container {
	width: 931px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6f6f6;
	position: relative;
}
#header {
	background-repeat: no-repeat;
	height: 73px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#confCross #header { /* header-Bild je nach Konfigurator */
	background-image: url(../img/basic/conf_cross_header.jpg);
}
#confRoad #header {
	background-image: url(../img/basic/conf_road_header.jpg);
	background-color: black;
}
#confMTB #header {
	background-image: url(../img/basic/conf_mtb_header.gif);
}
#header p.usr_login {
	font-size: larger;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #FF7606;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
}

/* -------------------- horizontales Menue ------------------- */
#menu {
	background-color: #4d5454;
	background-repeat: repeat-x;
	height: 33px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
}
#confRoad #menu {
	background-repeat: no-repeat;
}
.country_CH#confRoad #menu {
	background-image: url(../img/basic/conf_road_bg_menu_tds.gif);
}

/* rollover und aktiv-Zustaende */

#menu a.btn_no img,
#menu a.btn_no input,
#menu a.btn_no:hover input.keinLink {
	background-image: url(../img/basic/conf_menu_leer.gif);
}
#menu a.btn_no:hover input {
	background-image: url(../img/basic/conf_menu_leer_orange.gif);
}
/*#menu a.btn_no:hover input.nextStep {
	background-image: url(../img/basic/conf_menu_leer_rot.gif);
}*/

#menu a.btn_li img,
#menu a.btn_li input {
	background-image: url(../img/basic/conf_menu_links.gif);
}
#menu a.btn_li input.aktiv,
#menu a.btn_li img.aktiv,
#menu a.btn_li:hover input.aktiv {
	background-image: url(../img/basic/conf_menu_links_rot.gif);
	color: #333333;
}
#menu a.btn_li:hover input {
	background-image: url(../img/basic/conf_menu_links_orange.gif);
}

#menu a.btn_mi img,
#menu a.btn_mi input,
#menu a.btn_mi:hover input.keinLink {
	background-image: url(../img/basic/conf_menu_mitte.gif);
}
#menu a.btn_mi input.aktiv,
#menu a.btn_mi img.aktiv,
#menu a.btn_mi:hover input.aktiv
/*, #menu a.btn_mi:hover input.nextStep*/ {
	background-image: url(../img/basic/conf_menu_mitte_rot.gif);
	color: #333333;
}
#menu a.btn_mi:hover input {
	background-image: url(../img/basic/conf_menu_mitte_orange.gif);
}

#menu a.btn_re img,
#menu a.btn_re input,
#menu a.btn_re:hover input.keinLink {
	background-image: url(../img/basic/conf_menu_rechts.gif);
}
#menu a.btn_re input.aktiv,
#menu a.btn_re img.aktiv,
#menu a.btn_re:hover input.aktiv,
#menu a.btn_re:hover input.nextStep {
	background-image: url(../img/basic/conf_menu_rechts_rot.gif);
	color: #333333;
}
#menu a.btn_re:hover input {
	background-image: url(../img/basic/conf_menu_rechts_orange.gif);
}

/* -------------------- Content-Tabelle -------------------- */
#content {
	/*border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;*/
}
td.sp1, td.sp2, td.sp3, td.sp12 {
	width: 310px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
	vertical-align: top;
	padding: 0;
}
td.sp3 {
	background-color: #FFFFFF;
	border-right: none;
}
td.sp3_zusammenfassung {
	background-color: #FFFFFF;
	border-right: none;
}
td.sp12 {
	width: 620px;
}
#content p {
	margin: 8px;
}
#content h2, #content h3, #content h4 {
	margin-right: 8px;
	margin-left: 8px;
}
.lineBottom {
	border-bottom: 1px solid #bfbfbf;
}
.lineRight {
	border-right: 1px solid #bfbfbf;
}
.lineBottomRed {
	border-bottom: 1px solid #ff0000;
}
#content tr.lineTopRed td{
	border-top: 1px solid #ff0000;
}
#content .lineTopRed td td {
	border-top: none;
}
#content td.lineTopRed{
	border-top: 1px solid #ff0000;
}
#content td.lineRightRed{
	border-right: 1px solid #ff0000;
}
#content td.lineBottomRed{
	border-bottom: 1px solid #ff0000;
}
#content td.lineTopRed td{
	border-top: none;
}
.lineRightRed {
	border-right: 1px solid #ff0000;
}
/* ----- weiter-Button ----- */
#content a.weiter_btn {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-weight: bold;
	height: 24px;
	font-size: 12px;
	background-image: url(../img/basic/conf_bg_weiter.gif);
	background-position: 0px 0px;
}
#content a.weiter_btn:hover,
#content a.weiter_btn:active {
	color: #FFFFFF;
	background-image: url(../img/basic/conf_bg_weiter.gif);
	background-position: -310px 0px;
	text-decoration: none;
}
.sp3 h2 {
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
}
.sp3 h3 {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	color: #999999;
	margin-bottom: 0px;
	border-top: 1px solid #bfbfbf;
}
#content .sp3 p {
	margin-top: 2px;
}
table.horizontal {
	width: 100%;
}
table.horizontal td {
	border-top: 1px solid #bfbfbf;
	padding: 0;
}
table.horizontal td td {
	border-top: none;
}
.geradeZeile {
	background-color: #e9e9e9;
}
#bikeModelle {
	width: 100%;
}
#bikeModelle td {
	border-top: 1px solid #bfbfbf;
	padding: 0;
}
#bikeModelle td td {
	border-top: none;
}
.breite20 {
	width: 20px;
}
.breite154 {
	width: 154px;
}
.breite155 {
	width: 155px;
}
.breite265 {
	width: 265px;
}
.breite309 {
	width: 309px;
}
.hoehe96, hoehe96 td {
	height: 96px;
}
.bikeFotos {
	background-color: #FFFFFF;
	width: 154px;
	text-align: center;
}
#Komponentengruppe .sp12 p {
	margin: 4px;
}
#Komponentengruppe p.optionTitle {
	margin: 8px;
}
#laufraeder {
	width: 464px;
	float: left;
}
#confMTB #laufraeder {
	width: 309px;
	float: left;
}
#confRoad #laufraeder {
	width: auto;
	float: none;
}
#laufraeder td {
	padding: 0;
}
#laufraeder div.laufradImg {
	background-color: #FFFFFF;
	width: 153px;
	height: 80px;
	text-align: center;
	padding-top: 8px;
}
#laufraeder td.laufradData {
	width: 154px;
	text-align: center;
	border-right: 1px solid #bfbfbf;
	border-top: none;
	vertical-align: top;
	border-bottom: 1px solid #bfbfbf;
	height: 184px;
}
#reifen {
	float: left;
	border-left: 1px solid #ff0000;
}
#reifen2 {
	border-top: 1px solid #ff0000;
}
#reifen2 td.laufradData2 {
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #bfbfbf;
}
#reifen2 div.laufradImg{
	background-color: #FFFFFF;
}
#reifen td {
	padding: 0;
	width: 153px;
}
#reifen div.laufradImg {
	background-color: #FFFFFF;
	width: 153px;
	height: 80px;
	text-align: center;
	padding-top: 8px;
}
#reifen td.laufradData {
	vertical-align: top;
	border-bottom: 1px solid #bfbfbf;
	height: 184px;
}
#confMTB #reifen td.laufradData {
	vertical-align: top;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	height: 184px;
	width: 153px;
}
#vorbauten td, #lenker td {
	height: 96px;
}
#vorbauLaenge td, #lenkerBreite td, #lenkerBand td {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#lenkerbaender td{
	background-image: url(../img/basic/bg_weiss_96.gif);
	background-repeat: repeat-x;
}
#vorbauLaenge label, #lenkerBreite label, #lenkerBand label {
	line-height: 220%;
}
#saettel td, #pedale td, #sattelStuetze td, #stuetzen td, #zeitfahraufsaetze td, #bremshebel td {
	height: 96px;
}
#saettel tr>td {
	height: 97px;
}
#sattelStuetze td {
	border-bottom: 1px solid #bfbfbf;
}
#bikeModelle td.lineRightRed {
	border-right: 1px solid #FF0000;
}
#bikeModelle .bikeDaten td {
	vertical-align: top;
	padding: 2px 2px 0px 6px;
	font-size: 10px;
}
#seatpostclamp td.bikeFotos,
#stuetzen td.bikeFotos {
	width: 124px;
	vertical-align: bottom;
}
#seatpostclamp td.breite155,
#stuetzen td.breite155 {
	width: 185px;
}
#seatpostclamp p,
#stuetzen p {
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 7px;
	margin-left: 4px;
	line-height: 12px;
}
/*#stuetzen .zusatzinfo {
	float: left;
}*/
.optionTitle {
	font-weight: bold;
}
.zusatzinfo {
	display: block;
	font-size: 9px;
	font-weight: normal;
	margin-top: 1px;
}
#bikeModelle .geradeZeile {
	background-color: #e9e9e9;
}
.hinweis {
	font-size: 9px;
	color: #FF0000;
	margin-top: 0.5em;
}
#content p.hinweis {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
/* :::::::: Geometrie ::::::::: */
img.geometrie {
	margin-left: 130px;
}
#geometrie {
	width: 100%;
}
#geometrie.summary {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}
#geometrie td{
	padding-left: 8px;
}
#geometrie.summary td{
	padding-top: 3px;
	padding-bottom: 3px;
}
#geometrie .geradeZeile td{
	background-color: #FFFFFF;
}
#geometrie .messpunkt {
	color: #FF0000;
	font-weight: bold;
	/*vertical-align: top;*/
}
.summary .messpunkt {
	vertical-align: top;
}
#geometrie .preis {
	padding-right: 8px;
}
.messweise{
	font-size: 9px;
}
#geometrie .tabellenKopf td{
	color: #FFFFFF;
	background-color: #bfbfbf;
	font-weight: bold;
	vertical-align: bottom;
}
#geometrie td.messweise{
	padding-right: 6px;
}
#geometrie input{
	padding-left: 0px;
	margin-left: 2px;
	width: 14px;
}

/* ----- fehler ----- */
td.fehler {
	color: #FF0000;
	font-weight: bold;
}

/* ----- popups ----- */
a span.textpopup {
	display: none;
}
a span.textpopup span.h1 {
	display: block;
	font-size: small;
	font-weight: bold;
	margin-bottom: 8px;
}
a:hover {
	/* Fix for IE6 Bug */
	border: 0;
}
a:hover span.textpopup {
	display: block;
	width: 280px;
	position: absolute;
	top: 140px;
	right: 10px;
	color: #000000;
	background-color: #e9e9e9;
	padding: 5px;
	padding-bottom: 15px;
}
a span.imgpopup {
	display: none;
}
a:hover span.imgpopup {
	display: block;
	width: 280px;
	position: absolute;
	top: 140px;
	right: 10px;
	color: #000000;
	background-color: #e9e9e9;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.anchor {
	position: relative;
}
a span.textpopup2 {
	display: none;
}
a span.textpopup2 span.h1 {
	display: block;
	font-size: small;
	font-weight: bold;
	margin-bottom: 8px;
}
a:hover span.textpopup2 {
	display: block;
	z-index: 100;
	width: 280px;
	position: absolute;
	left: 628px;
	color: #000000;
	background-color: #e9e9e9;
	padding: 5px;
	padding-bottom: 15px;
}
a span.imgpopup2 {
	display: none;
}
a:hover span.imgpopup2 {
	display: block;
	z-index: 100;
	width: 280px;
	position: absolute;
	left: 320px;
	color: #000000;
	background-color: #e9e9e9;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#heightcalc {
	position: absolute;
	top: 253px;
	left: 576px;
	padding: 8px;
}
#heightcalc a {
	cursor: default;
}
#heightcalc a span.calcpopup {
	display: none;
}
#heightcalc a:hover span.calcpopup {
	z-index: 100;
	display: block;
	position: absolute;
	width: 603px;
	top: -122px;
	right: -1px;
	color: #000000;
	background-color: #ffaaaa;
	background-color: #ffffff;
	padding: 8px;
}
#heightcalc img.big {
	display: block;
	float: left;
	margin-right: 18px;
}
#heightcalc span.text {
	display: block;
	float: left;
	width: 400px;
}
#heightcalc label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
/*#heightcalc span.skala {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 42px;
	background-image: url(../img/configurator/xsml_skala.jpg);
	background-repeat: no-repeat;
}
#zeiger {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 42px;
	background-image: url(../img/configurator/xsml_zeiger.gif);
	background-repeat: no-repeat;
	background-position: 187px 14px;
}*/

/*--- Versetzte Radio-Buttons ---*/
div.versetzt {
	position: relative;
	right: 15px;
	padding-top: 8px;
}
div.versetzt div.kind {
	float: left;
	text-align: center;
	width: 76px;
	margin-right: -38px;
	height: 38px;
}
div.versetzt.um40 div.kind {
	width: 100px;
	margin-right: -40px;
}
div.versetzt div.oben {
	margin-top: 0px;
}
div.versetzt div.unten {
	margin-top: 30px;
}
#Lenkeroptionen div.versetzt div.unten {
	margin-top: 0px;
}

/* Neuer Mechanismus 2007/8 zur Rahmenhöhen-Berechnung: */
/* Nur ein Image mit vorausberechneten Werten und */
/* ein Strich-Zeiger. */
#heightcalc span#skala {
	display: block;
	float: left;
	position: relative;
	z-index: 110;
	margin: 0px;
	padding: 0px;
	width: 340px;
	height: 140px;
	background-image: url(../img/configurator/skala_road_2009.gif);
	background-repeat: no-repeat;
}
#zeiger {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 200px;
	top: 0;
	width: 1px;
	height: 140px;
	z-index: 120;
	background-color: #d50000;
}

/* Neue Export Seite */
#exportliste td {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 18px;
	vertical-align: top;
}
#exportliste td.quantity,
#exportliste th.quantity {
	padding-left: 0px;
	text-align: right;
}
#exportliste td.artikelNr,
#exportliste th.artikelNr {
	padding-left: 10px;
	text-align: right;
}
#exportliste td.preis,
#exportliste th.preis {
	padding-right: 10px;
	text-align: right;
}
#exportliste .artikelGruppe td {
	font-weight: normal;
	color: #999999;
	border-top: 1px solid #bfbfbf;
	padding-top: 5px;
}
#exportliste .artikelGruppe th {
	border-top: 3px double #bfbfbf;
	padding-top: 10px;
	padding-bottom: 15px;
}

#dealerdata {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #F6F6F6;
}
#dealerdata td {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 10px;
	vertical-align: top;
	font-size: larger;
	background-color: #FFFFFF;
}
#dealerdata td.label {
	text-align: right;
	font-style: italic;
	background-color: #F6F6F6;
}


/* New ToolTips */
.tooltip {
	position: relative;
}

.tooltip a {
	text-decoration: none;
	color: #000000;
}

.tooltip a span {
	display: none;
	position: absolute;
	top: 0px;
	left: 140px;
	z-index: 1000;
	width: 300px;
	background-color: #FFFFAA;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border: 1px solid black;
}

.tooltip a:hover span {
	display: block;
}

/* Vorschau-Thumbnails in der Navigation.
 * Evtl. überspezifiziert mit #confRoad an den meisten Stellen bis auf die
 * background-images, bei Gelegenheit mal aufräumen.
 */

#confRoad div#menu {
    position: relative;
    z-index: 100;
	padding-left: 150px;
}

#confRoad a.btn_no,
#confRoad a.btn_li,
#confRoad a.btn_mi,
#confRoad a.btn_re {
	display: block;
	float: left;
	position: relative;
}

#confRoad a.btn_no span,
#confRoad a.btn_li span,
#confRoad a.btn_mi span,
#confRoad a.btn_re span {
	display: block;
	position: absolute;
	width: 152px;
	height: 141px;
	top: -10000px;
	left: -53px;
    z-index: 20000;
}

#confRoad a.btn_page_00:hover span,
#confRoad a.btn_page_01:hover span,
#confRoad a.btn_page_02:hover span,
#confRoad a.btn_page_03:hover span,
#confRoad a.btn_page_04:hover span,
#confRoad a.btn_page_05:hover span,
#confRoad a.btn_page_06:hover span,
#confRoad a.btn_page_07:hover span,
#confRoad a.btn_page_08:hover span,
#confRoad a.btn_page_09:hover span,
#confRoad a.btn_page_10:hover span,
#confRoad a.btn_page_last:hover span {
	top: 60px;
}

#confRoad a.btn_page_00 span {
	background-image: url(../img/configurator/road_pg_00.png);
}
#confRoad a.btn_page_01 span {
	background-image: url(../img/configurator/road_pg_01.png);
}
#confRoad a.btn_page_02 span {
	background-image: url(../img/configurator/road_pg_02.png);
}
#confRoad a.btn_page_03 span {
	background-image: url(../img/configurator/road_pg_03.png);
}
#confRoad a.btn_page_04 span {
	background-image: url(../img/configurator/road_pg_04.png);
}
#confRoad a.btn_page_05 span {
	background-image: url(../img/configurator/road_pg_05.png);
}
#confRoad a.btn_page_06 span {
	background-image: url(../img/configurator/road_pg_06.png);
}
#confRoad a.btn_page_07 span {
	background-image: url(../img/configurator/road_pg_07.png);
}
#confRoad a.btn_page_08 span {
	background-image: url(../img/configurator/road_pg_08.png);
}
#confRoad a.btn_page_09 span {
	background-image: url(../img/configurator/road_pg_09.png);
}
#confRoad a.btn_page_10 span {
	background-image: url(../img/configurator/road_pg_10.png);
}
#confRoad a.btn_page_last span {
	background-image: url(../img/configurator/road_pg_last.png);
}

/* EOF */

