
/* eCard Formular */

body {
	background: #070e30;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

.clear {
	clear: both;
}

a:focus,
a:active {
	outline: 0;
}

#direct_navigation {
	position: absolute;
	left: -20000px;
	display: none;
}

#outer_space {
	background: transparent;
}

#outer {
	background: transparent;
	width: auto;
	margin: 0;
	min-width: auto;
	min-height: auto;
}

#outer_inner {
	margin: 0;
	width: 610px;
	padding: 10px 0 0 0;
	background: url(../design_2010/de/content_top.png) no-repeat top center;
}

#head {
	display: none;
}

#navigation {
	display: none;
}

#navhistory {
	display: none;
}

#content_area {
	width: 610px;
	padding: 0 0 10px 0;
	margin: 0px;
	background: url(../design_2010/de/content_bottom.png) no-repeat bottom center;}

#content_area_inner {
	padding: 0px;
	width: 610px;
	height: auto;
	background: url(../design_2010/de/content_middle.png) repeat-y top center;
}

#content_inner {
	padding: 20px 26px 20px 26px;
}


#column_right {
	background: transparent;
	padding: 0;	
	display: none;
	width: auto;
}


#footer {
	display: none;
}

/* Formular Inhalt */

#content h1 {
	color: #ffecb7;
	font-weight: normal;
	font-size: 21px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#content div.ecard_image {
	clear: both;
	width: 546px;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 20px 0px;
	
}



div.tx-wwecards-pi1 input,
div.tx-wwecards-pi1 textarea {
	border: 0px;
	font-size: 12px;
	color: #070e30;
	padding: 1px;
}

div.tx-wwecards-pi1 div.input {
	width: 223px;
	float: left;
	padding: 0px 0px 14px 0px;
}

div.tx-wwecards-pi1 div.input label,
div.tx-wwecards-pi1 div.input_textarea label, 
div.tx-wwecards-pi1 div.input_captcha label {
	width: 223px;
	color: #ffecb7;
	font-size: 12px;
}

div.tx-wwecards-pi1 div.input input,
div.tx-wwecards-pi1 div.input_captcha input {
	width: 221px;
}

div.tx-wwecards-pi1 div.rechts {
	margin: 0px 0px 0px 102px;
}

div.tx-wwecards-pi1 div.input_textarea {
	clear: both;
	width: 548px;
}

div.tx-wwecards-pi1 div.input_textarea textarea {
	width: 546px;
	height: 60px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

div.tx-wwecards-pi1 div.input_captcha {
	float: right;
	width: 250px;
	padding: 10px 0px 20px 0px;
	margin: 0 10px 0 0;
}

div.tx-wwecards-pi1 div.input_captcha div.captcha_image {
	float: right;
	width: 190px;
	text-align: right;
}

div.tx-wwecards-pi1 div.input_captcha div.captcha_image p,
div.tx-wwecards-pi1 div.input_captcha div.captcha_image a:link,
div.tx-wwecards-pi1 div.input_captcha div.captcha_image a:visited {
	font-size: 10px;
	color: #ffecb7;
	padding: 0px;
	margin: 0px;
}

div.tx-wwecards-pi1 div.input_captcha label {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 0px;
	width: 250px;
}

div.tx-wwecards-pi1 div.input_captcha input {
	float: right;
	width: 165px;
	margin: 0px 0px 10px 0px;
}


div.tx-wwecards-pi1 div.input_submit {
	clear: both;
	width: 548px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}


div.tx-wwecards-pi1 div.input_submit input.submit {
	width: 144px;
	height: 25px;
	color: #ffecb7;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../design/ecards/form_submit.png) no-repeat top center;
	cursor: pointer;
}

* html div.tx-wwecards-pi1 div.input_submit input.submit {
	background: url(../design/ecards/form_submit.gif) no-repeat top center;
}



div.tx-wwecards-pi1 div.email_send {
	padding: 250px 0px 0px 0px;
}

div.tx-wwecards-pi1 div.link {
	width: 236px;
	background: url(../design/ecards/back_link_bg.png) no-repeat top center;
	text-align: center;
}

div.tx-wwecards-pi1 div.link a:link,
div.tx-wwecards-pi1 div.link a:visited {
	display: block;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #ffecb7;
	text-decoration: none;
}

* html div.tx-wwecards-pi1 div.link {
	background: url(../design/ecards/back_link_bg.gif) no-repeat top center;
}

div.tx-wwecards-pi1 div.error {
	color: #C80000;
	font-weight: normal;
	font-size: 12px;
	padding: 5px; 
	border: 2px solid #C80000;
	margin: 22px 0px 5px 0px;
	float: left;
	width: 300px;
	background: #FFFFFF;
}

div.tx-wwecards-pi1 div.error ul {
	margin: 0px;
	padding: 0px;
}

div.tx-wwecards-pi1 div.error li {
	color: #C80000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}


