/*          H-Tags           */
h1.checkout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 5px 0 0 15px;
	margin: 0;
}

h2.checkout {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 5px 0 0 15px;
	margin: 0;
}

/*          Absätze          */
p.checkout_end_absatz {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 10px;
}

p.checkout_absatz {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0;
	margin: 10px 0;
}

p.checkout_absatz a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3e3e3e;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

p.checkout_absatz a:hover
{
    color: #3e3e3e;
    text-decoration: none;
}

/*          checkout-nav     */
td.schritt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	color: #c3c3c3;
	padding: 0;
	margin: 0;
}

td.schritt a, td.schritt a:hover { 
	text-decoration: none;
	color: #c3c3c3;
	padding: 0;
	margin: 0;
}

/*       Span-Elemente       */
span.checkout_fett {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
}

span.checkout_fett a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3e3e3e;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

span.checkout_fett a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

span.checkout_duenn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 0;
}

span.checkout_danke_link {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3e3e3e;
    text-align: center;
	padding: 0;
	margin: 0;
}

span.checkout_danke_link a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #3e3e3e;
    text-align: center;
    text-decoration: underline;
	padding: 0 0 0 120px;
	margin: 0;
}

span.checkout_danke_link a:hover {
	color: #3e3e3e;
    text-decoration: none;
}

/*       Buttons                 */

input.checkout_button_weiter {
    padding: 0;
    margin: 10px 6px 0 0;
}

/*       Textfelder              */
input.checkout_tf {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #c3c3c3;
	width: 170px;
	height: 22px;
	padding: 2px;
	margin: 0;
}

textarea.checkout_ta {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #c3c3c3;
	width: 300px;
	height: 200px;
	padding: 2px;
	margin: 20px 50px 20px 70px;
}

/*         Select-Felder        */

select.checkout_land {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
    border: 1px solid #c3c3c3;
    width: 170px;
	height: 22px;
    padding: 2px;
    margin: 0;
}