@charset "UTF-8";
/* CSS Document */

html, body, form, fieldset, td { margin:0; padding:0; }
	
	
	
body {
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}
         
.komplett { /* ist die Grösse des gesamten Formulars aussen */
	background-color:transparent;/* transparent*/
	/*background-image:url(images/background.png);*/
  	width: 764px;
	height:626px;
	padding:20px 13px 10px 13px;
	
}


.zahlung { /* Überschrift Bitte wählen */
	vertical-align:middle;
	text-align:left;
	background-color:#CA65D1;
	width:764px;
	height:28px;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
	color:#FFF;
	position:absolute;
}

.umrandung_ueberweisung { /* Umrand des Überweisungskasten*/
	background-image:url(images/background.png);
	border:1px solid #CA65D1;
	width:762px;
	height:156px;
	margin: 50px 0px 0px 0px;
}

.zahlung_ueberweisung { /* radiobutton überweisung*/
	position:relative;
	background-color:transparent;
	width:188px;
	margin:30px 0px 0px 10px;

} 

.text_ueberweisung { /* Text Erklärung überweisung */
	/*background-image:url(images/background.png);*/
	vertical-align:middle;
	text-align:justify;
	padding: 0px 0px 0px 0px;
	/*background-color:#CA65D1;*/
	width:590px;
	height:100px;
	margin:0px 0px 0px 152px;
	font-size:12px;
	font-weight:500;
	color:#000;
}

#bestaetigen_ueberweisung {
	background-color:#CA65D1;
	float:left;
	width: 95px;
	height:20px;
	margin:30px 0px 0px 0px;
	font-weight:500;
	font-size:12px;
	border: 0px solid #ddd;
	color: #FFF;
}


.umrandung_paypal { /* Umrand des Überweisungskasten*/
	background-image:url(images/background.png);
	border:1px solid #CA65D1;
	width:762px;
	height:156px;
	margin: 50px 0px 0px 0px;
}

.umrandung_paypal { /* Umrand des Überweisungskasten*/
	background-image:url(images/background.png);
	border:1px solid #CA65D1;
	width:762px;
	height:156px;
	margin: 50px 0px 0px 0px;
}

.zahlung_paypal { /* radiobutton überweisung*/
	position:relative;
	background-color:transparent;
	width:188px;
	margin:30px 0px 0px 10px;
	position:absolute;

} 

.text_paypal { /* Text Erklärung überweisung */
	/*background-image:url(images/background.png);*/
	text-align:justify;
	padding: 0px 0px 0px 0px;
	/*background-color:#CA65D1;*/
	width:590px;
	height:100px;
	margin:0px 0px 0px 152px;
	font-size:12px;
	font-weight:500;
	color:#000;
}

#bestaetigen_paypal {
	background-color:#CA65D1;
	float:left;
	width: 95px;
	height:20px;
	margin:46px 0px 0px 0px;
	font-weight:500;
	font-size:12px;
	border: 0px solid #ddd;
	color: #FFF;
	position:absolute;
}

.agb_text {
	width: 300px;
	margin:30px 0px 0px 0px;
	font-size:12px;
	color:#000;
}


.box-infos {
	/*background:#6FC;*/
	width:764px;
	height:50px;
	margin:50px 0px 0px 0px;
	font-size:12px;
	font-weight:500;
	color:#9016B2;
}




















/* Anfang Zahlungsart 
.zahlungs_art {
	position:relative;
	background-color:transparent;
	width:188px;
	margin:450px 0px 0px 0px;
	position: absolute;

} 

.zahlungs_art_rot {
        position:relative;
        background-color:transparent;
        width:188px;
        margin:450px 0px 0px 0px;
	color:red;
	position: absolute;

}


.zahlung { /* Überschrift Zahlungsart angeben 
	vertical-align:middle;
	text-align:center;
	background-color:#CA65D1;
	width:190px;
	height:28px;
	margin:20px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
	color:#FFF;
	position:absolute;
}
.umrandung_zahlung {
	background:transparent;
	border:1px solid #CA65D1;
	width:188px;
	height:90px;
	margin: 20px 0px 0px 0px;
	position:absolute;
}


#bestaetigen {
	background-color:#CA65D1;
	width: 95px;
	height:20px;
	margin: 19px 0px 0px 29px;
	font-weight:500;
	font-size:12px;
	border: 0px solid #ddd;
	color: #FFF;
	position:absolute;
}
/* Beginn Infobox 

.reihe_links_zahlungsart {
	position:relative;
	background-color:transparent;
	width:14px;
	margin:10px 0px 0px 0px;
	position:absolute;
} 

.reihe_links_zahlungsart img {
	position:relative;
	z-index:2;
	margin:12px 0px 0px 174px;
} 

.reihe_links_zahlungsart .text_zahlung {
	display:none;
} 

.reihe_links_zahlungsart:hover .text_zahlung {
	display:block;
	position:absolute;
	z-index:1;
	left:176px;
	margin-top:-10px;
	width:400px;
	padding:10px;
	border:2px solid #9016B2;
	background-color:#FFC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#000;
}
/* Ende Infobox */
/* Ende Zahlungsart */
