/* Konfigurator */

#konf h2.section {
	float: left;
	width: 92%;
	padding: 5px 20px;
	background: #d0d0d0;
	-webkit-border-radius: 5px;    
	-moz-border-radius: 5px;
    border-radius: 5px;
}

#konf h2.ok { background: #fff; color: #000; border: 2px solid #666; }
#konf h2.aktiv { background: #fff; color: #000; border: 2px solid #000; }
#konf h2.off { background: #fff; color: #666; border: 2px solid #aaa; }

#konf h2.section.submit_next {
	cursor: pointer;
}

#konf div.section {
	float: left;
	width: 92%;
	padding: 5px 20px;
}

#konf div.section .short {
	display: none;
	margin: 0px;
	padding: 0px 0 10px 0;
}

#konf div.section .short td {
	vertical-align: top;
}

#konf div.section.ok .full {
	display: none;
}
#konf div.section.ok .short {
	display: block;
}

#konf div.section.off .full,
#konf div.section.off .short {
	display: none;
}

#konf a.thumblink {
	float: left;
	width: 100px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}
#konf a.thumblink:hover {
	border: 1px solid #008000;
}

#konf a.thumblink img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#konf .produkt-liste a .bild {
	border: 0px;
}
/*#konf .bild {
	float: right;
}*/

#konf .produkt-liste tr.nicht_empfohlen td {
	background: #f8f8f8;
	color: #7f7f7f;
}
#konf .produkt-liste tr.nicht_empfohlen td a.thumblink {
	border: 1px solid #aaaaaa;
}
#konf .produkt-liste tr.nicht_empfohlen td a {
	color: #7f7f7f;
}

#konf .produkt-liste tr.trbg2 td {
	background: #fff;
}


#konf .illu {
	float: right;
}

#konf th { text-align: left; }
#konf .nowrap { white-space: nowrap; }
#konf .r { text-align: right; }
#konf .c { text-align: center; }

#konf .failed { color: #DD0000; }
#konf .failed input {
	border: 1px solid #DD0000;
}

#konf .choose {
	margin: 0 0 0px 0;
	background: #fffade;
	border: 1px solid #ffe23c;
}

#konf .choose h3 {
	padding: 5px 10px;
	background: #ffe23c;
	font-weight: normal;
	font-size: 1.2em;
	color: #433909;
}

/*#konf .choose p,*/
#konf .choose .inner {
	padding: 5px 10px;
}


#konf .choose_chkr {
	float: right;
	display: block;
	height: 23px;
	padding: 0px 20px 0 0;
	margin: 4px 0 3px 0;
	color: #7c7c7c;
	background: url(images/konfigurator/choose_chkr.png) bottom right no-repeat;
}

#konf .chkr {
	float: right;
	display: block;
	width: 26px;
	height: 26px;
	margin-right: -20px;
	background: url(images/konfigurator/chk_false.png) top left no-repeat;
}

#konf .choose .chkr {
	/*margin-top: 15px;*/
	margin-right: -14px;
}

#konf .chkr.true, #konf tr:hover .chkr.true {
	background: url(images/konfigurator/chk_true.png) top left no-repeat;
}

#konf tr:hover .chkr {
	background: url(images/konfigurator/chk_hover.png) top left no-repeat;
}

#konf tr:hover .chkr:hover {
	background: url(images/konfigurator/chk_over.png) top left no-repeat;
}

/* Form Chkr*/

#konf .auswahl_form {
	float: left;
	display: block;
	width: 130px;
	height: 100px;
	text-align: center;
}

#konf .chkr.form {
	float: left;
	display: block;
	width: 130px;
	height: 30px;
	padding: 70px 0 0 0;
	margin: 0;
	background: none top left no-repeat;
}

#konf .chkr.form.rechteck,
#konf .chkr.form.rechteck:hover {
	background: url(images/konfigurator/gerade_segel/rechteck.png) top no-repeat;
}
#konf .chkr.form.rechteck.true,
#konf .chkr.form.rechteck.true:hover {
	background: url(images/konfigurator/gerade_segel/rechteck_aktiv.png) top no-repeat;
}

#konf .chkr.form.parallelogramm,
#konf .chkr.form.parallelogramm:hover {
	background: url(images/konfigurator/gerade_segel/parallelogramm.png) top no-repeat;
}
#konf .chkr.form.parallelogramm.true,
#konf .chkr.form.parallelogramm.true:hover {
	background: url(images/konfigurator/gerade_segel/parallelogramm_aktiv.png) top no-repeat;
}

#konf .chkr.form.rechteck_trapez,
#konf .chkr.form.rechteck_trapez:hover {
	background: url(images/konfigurator/gerade_segel/rechteck_trapez.png) top no-repeat;
}
#konf .chkr.form.rechteck_trapez.true,
#konf .chkr.form.rechteck_trapez.true:hover {
	background: url(images/konfigurator/gerade_segel/rechteck_trapez_aktiv.png) top no-repeat;
}

#konf .chkr.form.trapez,
#konf .chkr.form.trapez:hover {
	background: url(images/konfigurator/gerade_segel/trapez.png) top no-repeat;
}
#konf .chkr.form.trapez.true,
#konf .chkr.form.trapez.true:hover {
	background: url(images/konfigurator/gerade_segel/trapez_aktiv.png) top no-repeat;
}

#konf .chkr.form.gleichschenkliges_dreieck,
#konf .chkr.form.gleichschenkliges_dreieck:hover {
	background: url(images/konfigurator/gerade_segel/gleichschenkliges_dreieck.png) top no-repeat;
}
#konf .chkr.form.gleichschenkliges_dreieck.true,
#konf .chkr.form.gleichschenkliges_dreieck.true:hover {
	background: url(images/konfigurator/gerade_segel/gleichschenkliges_dreieck_aktiv.png) top no-repeat;
}

#konf .chkr.form.rechtwinkliges_dreieck,
#konf .chkr.form.rechtwinkliges_dreieck:hover {
	background: url(images/konfigurator/gerade_segel/rechtwinkliges_dreieck.png) top no-repeat;
}
#konf .chkr.form.rechtwinkliges_dreieck.true,
#konf .chkr.form.rechtwinkliges_dreieck.true:hover {
	background: url(images/konfigurator/gerade_segel/rechtwinkliges_dreieck_aktiv.png) top no-repeat;
}

/* konkav */
#konf.konkav .chkr.form.rechteck,
#konf.konkav .chkr.form.rechteck:hover {
	background: url(images/konfigurator/konkave_segel/rechteck.png) top no-repeat;
}
#konf.konkav .chkr.form.rechteck.true,
#konf.konkav .chkr.form.rechteck.true:hover {
	background: url(images/konfigurator/konkave_segel/rechteck_aktiv.png) top no-repeat;
}

#konf.konkav .chkr.form.parallelogramm,
#konf.konkav .chkr.form.parallelogramm:hover {
	background: url(images/konfigurator/konkave_segel/parallelogramm.png) top no-repeat;
}
#konf.konkav .chkr.form.parallelogramm.true,
#konf.konkav .chkr.form.parallelogramm.true:hover {
	background: url(images/konfigurator/konkave_segel/parallelogramm_aktiv.png) top no-repeat;
}

#konf.konkav .chkr.form.rechteck_trapez,
#konf.konkav .chkr.form.rechteck_trapez:hover {
	background: url(images/konfigurator/konkave_segel/rechteck_trapez.png) top no-repeat;
}
#konf.konkav .chkr.form.rechteck_trapez.true,
#konf.konkav .chkr.form.rechteck_trapez.true:hover {
	background: url(images/konfigurator/konkave_segel/rechteck_trapez_aktiv.png) top no-repeat;
}

#konf.konkav .chkr.form.trapez,
#konf.konkav .chkr.form.trapez:hover {
	background: url(images/konfigurator/konkave_segel/trapez.png) top no-repeat;
}
#konf.konkav .chkr.form.trapez.true,
#konf.konkav .chkr.form.trapez.true:hover {
	background: url(images/konfigurator/konkave_segel/trapez_aktiv.png) top no-repeat;
}

#konf.konkav .chkr.form.gleichschenkliges_dreieck,
#konf.konkav .chkr.form.gleichschenkliges_dreieck:hover {
	background: url(images/konfigurator/konkave_segel/gleichschenkliges_dreieck.png) top no-repeat;
}
#konf.konkav .chkr.form.gleichschenkliges_dreieck.true,
#konf.konkav .chkr.form.gleichschenkliges_dreieck.true:hover {
	background: url(images/konfigurator/konkave_segel/gleichschenkliges_dreieck_aktiv.png) top no-repeat;
}

#konf.konkav .chkr.form.rechtwinkliges_dreieck,
#konf.konkav .chkr.form.rechtwinkliges_dreieck:hover {
	background: url(images/konfigurator/konkave_segel/rechtwinkliges_dreieck.png) top no-repeat;
}
#konf.konkav .chkr.form.rechtwinkliges_dreieck.true,
#konf.konkav .chkr.form.rechtwinkliges_dreieck.true:hover {
	background: url(images/konfigurator/konkave_segel/rechtwinkliges_dreieck_aktiv.png) top no-repeat;
}


#konf .table_auswahl_befestigung td {
	padding: 0 3px 0 0;
	margin: 0px;
	vertical-align: top;
}

#konf hr {
	padding: 5px 0;
	margin: 0 0 5px 0;
}

#konf em.seite,
#konf em.wert {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	background: #969696;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#konf .table_auswahl_befestigung em.seite {
	
}

#konf em.wert {
	background: #d0d0d0;
	color: #5c5c5c;
}

#konf .switchr {
	float: left;
	display: block;
	padding: 4px 8px 4px 8px;
	background: #fff;
	border: 2px solid #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}
#konf .switchr.true {
	background: #fff;
	border: 2px solid #000;
}
#konf .switchr.with_options {
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border-bottom: 0px;
}

#konf .switchr input,
#konf .switchr label {
	float: left;
	cursor: pointer;
}

#konf .switchr input {
	margin: 0 5px 0px 0;
	display: none;
}
#konf .switchr label {
	margin: 0px 0 0 0;
}

#konf .switchr_options {
	padding: 4px 8px 4px 8px;
	background: #fff;
	border: 2px solid #000;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}



#konf .berechnung_eintragen {
	float: right;
	width: 16px;
	height: 16px;
	background: url(images/konfigurator/calculator.png) top left no-repeat;
}

#konf .no-input {
	float: left;
	padding: 5px 3px 0 0;
}

#konf input.submit_next {
	cursor: pointer;
}


#konf b.konf_einzelpreis,
#konf b.konf_gesamtpreis {
	display: block;
	white-space: nowrap;
	padding: 5px 0 0 0;
}

#konf .short b.konf_einzelpreis,
#konf .short b.konf_gesamtpreis {
	padding: 0px;
}

#konf table.zusammenfassung {
	background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}

#konf table.zusammenfassung td {
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 4px 10px;
	vertical-align: top;
}

#konf table.zusammenfassung td.summe {
	border-top: 2px solid #000;
	
}

#konf table.zusammenfassung td.trans {
	background: #fff;
	border-bottom: 0px solid #fff;
}


/* infomessage */
#konf .infomessage {
	margin: 5px 0;
	padding: 10px 20px 10px 20px;
	background: #d6e2f4;
	border: 1px solid #447ad4;
}

#konf .infomessage b.konf_link {
	display: block;
	padding: 3px 5px;
	font-size: 1.2em;
	background: #fff;
}


/* Info Texte*/
.info_txt_link {
	display: block;
	padding: 2px 0 2px 20px;
	margin: 5px 0 10px 0;
	background: url(images/konfigurator/icon_info.png) left no-repeat;
}

.info_txt_link_close {
	display: none;
}


.info_txt {
	padding: 10px;
	margin: 5px 0 10px 0;
	border: 2px solid #000;
}

.info_txt.hidden {
	display: none;
}

/* Pfeil berechnet */

.pfeil_berechnet {
	width: 42px;
	height: 30px;
	margin: 10px auto 0 auto;
	background: url(images/konfigurator/pfeil_berechnet.gif) top left no-repeat;
}


#konf .oder {
	color: #504619;
	background: url(images/konfigurator/pfeil_oder.gif) 0px 10px no-repeat;
	vertical-align: top;
}
#konf .oder p {
	padding: 36px 0 0 15px;
}

/* Konfigurator Details*/

.konfigurator_details_tabelle {
	border: 2px solid #447ad4;
	border-collapse: collapse;
	background: #eff3f9;
	margin: 5px 0 15px 0;
	width: 550px;
}

.konfigurator_details_tabelle td {
	border: 1px solid #447ad4;
	padding: 2px 5px;
}

