﻿/**********************************

Use: cmxform template
Author: Nick Rigby
Modified: Hans-Jörg Rüstemeier

***********************************/

.cmxform {
	position: relative;
	top: -66px; /* gecko + IE7*/ 
	_top: -35px; /* IE6 Win */
	margin-left: 180px;
}

.cmxform, .cmxform input, .cmxform textarea, .cmxform select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cmxform input.optional, .cmxform textarea.optional, .cmxform select.optional {
	background-color: #e7ebeb;
}
.cmxform input:hover, .cmxform textarea:hover, .cmxform select:hover {
	background-color: #fff2f6;
}
.cmxform input:focus, .cmxform textarea:focus, .cmxform select:focus {
	color: #cd337d;
}

#Inhalt .cmxform p.pflicht {
	position: absolute;
	top: 48px; /* gecko */
	_top: 18px; /* ie win */
	font-size: 1em;
	right: -11px;
	z-index: 1;
}
*+html #Inhalt .cmxform p.pflicht {
	top: 18px; /* IE7 */
}

.cmxform fieldset {
	background: url(../img/layout/bg_fieldset.gif) repeat-x;
	margin: 0; /* gecko */ /*war unten -15px*/
	_margin: 0px 0px 15px; /* ie6 win */
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	border: none;
}
*+html .cmxform fieldset { /* IE7 */
	margin-top: 30px; 
	padding-top: 0px;
}

.cmxform legend {
	padding: 0;
	font-weight: bold;
	margin: 48px 0 0; /* gecko */
	_margin: 0 -7px 18px;
	color: #FFFFFF;
	display: block;
	}

*+html .cmxform legend {
	margin: 16px 0 18px; /* IE7 */
	position: relative;
	left: -8px;
	}

.cmxform label {
	display: -moz-inline-box; /* in dieser Reihenfolge verstehen IE und Mozilla das Statement! */
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.cmxform fieldset li {
	padding: 5px 5px 5px 0px;
	margin: 0;
	position: relative;
	font-size: 1.1em;
	line-height: 1.8;
	}
	
.cmxform fieldset select {
	font-size: 1em;
	}
	
.cmxform ol ol {
	position: absolute;
	top: 0px; /* gecko */
	_top: -7px; /* ie win */
	left: 143px;
}

.cmxform ol ol label {
	display: inline;
	padding-right: 20px;
	font-size: 0.9em;
	width: auto;
}

.cmxform em {
	font-style: normal;
	color: #cd337d;
	font-weight: normal;
	}
	
.cmxform input, .cmxform select, .cmxform textarea {
	margin-right: 6px;
	}
	
.cmxform .anleitung {
	display: block;
	text-align: right;
	color: #e168a2;
	margin-top: 5px;
	margin-right: 45px;
	font-size: 0.9em;
	}
.cmxform .vergessen {
	display: block;
	color: #CCD5D6;
	margin-top: 5px;
	margin-left: 145px;
	font-size: 0.9em;
	}
#bestellen #Inhalt form#cart_quantity2 .weiter {
	margin-top: 0px; /* gecko */
}
#bestellen #Inhalt form .weiter {
	display: block;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 30px; /* gecko */
	_margin-top: 0px; /* ie win */
	text-align: right;
}


.cmxform .text { width: 205px; } /* Width of textinputs and textareas */
.cmxform select.text { width: 209px; } /* Width of selects */
.cmxform label { width: 140px; } /* Width of labels */


.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
#bestellen .textbox1 {
	top: -35px;
	position: relative;
	font-size: 0.92em;
	margin: 0px 0px 20px 180px;
}

#bestellen .textbox1 h3 {
	color: #FFFFFF;
	background: #CCD5D6;
	padding-top: 14px;
	padding-left: 12px;
	height: 20px;
	margin-bottom: 12px;
}
#bestellen .textbox1 p, #bestellen .textbox1 h4, #bestellen .textbox1 h5 {
	line-height: 1.5;
	margin: 12px 50px 12px 12px;
}
#bestellen .textbox1 p {
}
#bestellen .textbox1 h4, #bestellen .textbox1 h5 {
	margin-bottom: -12px;
}
#bestellen .textbox1 h4 {
	font-size: 1.2em;
}
#bestellen .textbox1 h5 {
	font-size: 1.1em;
}
#bestellen .textbox1 .spalte {
	width: 190px;
	float: left;
	position: relative;
}
#bestellen .textbox1 p.spalte {
	width: 178px;
	margin: 0;
	padding: 12px 20px 12px 12px;
	float: left;
	position: relative;
}
.spaltenende {
	clear: both;
}
#bestellen .textbox1 em {
	color: #cd337d;
	font-weight: normal;
}
.textbox1 .cmxform {
	position: static;
	margin-left: 0px;
}

#bestellen a.btn {
	text-align: right;
	display: block;
	margin-top: 20px;
}
.textbox1 ul {
	list-style-type: none;
}
.textbox1 li a {
	font-size: 1.2em;
	padding: 5px 22px 5px 12px;
	background: url(../img/layout/btn_pfeil_grau.gif) no-repeat right center;
	display: -moz-inline-box;
	_display: inline-block;
	margin-right: auto;
}
.textbox1 .neueintrag {
	position: absolute;
	top: 2px;
	right: 0px;
}



/* ----------------------- */
table#cart {
	position: relative;
	top: -35px;
	width: 600px;
}
table.zuletzt#cart, table.bestellung#cart {
	margin-left: 180px;
	width: 420px;
}
#cart td, #cart th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cart td p {
	margin: 0;
}
#cart td p {
	font-size: 1em;
}
#cart td {
	font-size: 1.1em;
	vertical-align: top;
	text-align: right;
	padding: 8px 8px 18px;
	background: url(../img/layout/bg_cart-td.gif) no-repeat;
}
#cart th {
	font-size: 1em;
	color: #FFFFFF;
	background: #CCD5D6;
	text-align: right;
	padding: 4px 8px;
	vertical-align: bottom;
	height: 25px;
}

#cart td.bild {
	text-align: left;
	width: 147px;
	background-image: url(none);
	padding-left: 25px;
	vertical-align: middle;
}
.zuletzt#cart td.bild {
	border-top: 1px solid #CCD5D6;
}
#cart td.artikel {
	background-position: right top;
}
#cart td.artikel a {
	display: block;
}
#cart input[name="cart_quantity[]"] {
	text-align: right;
	width: 3ex;
	padding-right: 1ex;
	margin-bottom: 3px;
}
#cart tr:hover td, #cart tr:hover a {
	color:#0fc1fd;
}
#cart th.vkp { /* Versandkostenpauschale */
	text-align: left;
}
#cart td.vkp {
	background: #CCD5D6;
}
#cart td.summe {
	color:#0fc1fd;
	font-weight: bold;
	background-image: url(none);
	border-top: 1px solid #ccd5d6;
}
table.bestellung#cart td {
	background-image: none;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
}
table.bestellung#cart td.preis {
	text-align: right;
}
table#cart tr.linieoben td {
	padding-top: 18px;
	border-top: 1px solid #CCD5D6;
}


/* Geschenkverpackung hinzufügen */
#Inhalt p.addGV {
	margin-left: 24px;
	margin-top: -50px;
	font-size: 1.1em;
	text-indent: -92px;
	padding-left: 92px;
	line-height: 2;
}
p.addGV img, p.addGV select {
	margin-right: 8px;
}

p.addGV #schleife {
	position: relative;
	top: 24px;
}
