/*
	CSS Document: css_ecards.css
	Version: 1.0 | Date: 2007-03-11
	Project: www.donauhof.com
	Author: websLINE, 2007
	-------
*/



/* ALLGEMEIN */

.ecards input.bttn {
	color: #fff;
	background: #084A7C;
	border: 1px solid #fff;
	margin: 0;
	cursor: pointer;
	}
.ecards  p {
	margin: 0;
	padding: 5px 0;
	}


/* AUSWAHL */

.ecards .choice {
/*	display: none;*/
	margin: 0 0 30px 0;
	padding: 10px;
	background: #E8DEC4;
	border: 1px solid #ADA181;
	}
.ecards .choice select {
	background: #eee;
	width: 200px;
	}


/* ERGEBNIS */

.ecards .result {
	}
.ecards .thumb,
.ecards .thumbEN {
	position: relative;
	display: block;
	width: 180px; height: 135px;
	padding: 5px 0 0 5px;
	float: left;
	}
.ecards .thumb {
	background: url(img_bg-ecards_thumb.gif) no-repeat;
	}
.ecards .thumb:hover {
	background: url(img_bg-ecards_thumbover.gif) no-repeat;
	}
.ecards .thumbEN {
	background: url(img_bg-ecards_thumb_EN.gif) no-repeat;
	}
.ecards .thumbEN:hover {
	background: url(img_bg-ecards_thumbover_EN.gif) no-repeat;
	}
.ecards .info {
	clear: both;
	}
.ecards .info b {
	display: block;
	}
	



/* DETAIL */

.ecards .detail {
	border: 0 !important;
	padding: 0 !important;
	}
.ecards .detail img {
/*	border: 1px solid #C3B89A;*/
	}
.ecards .detail fieldset {
	padding: 0 10px 10px 10px;
	}
.ecards .detail fieldset.absender, 
.ecards .detail fieldset.empfaenger {
	float: left;
	width: 222px;
	}
.ecards .detail fieldset.absender,
.ecards .detail fieldset.empfaenger {
	margin: 0 10px 0 0;
	}
.ecards .vorschau  {
	float: right;
	padding: 0 !important;
	}
.ecards .vorschau div {
	border: 0;
	padding: 5px;
	}
.ecards .detail fieldset.nachricht {
	clear: both;
	width: 478px;
	}
.ecards .detail fieldset legend {
	font-weight: bold;
	font-size: 11px;
	color: #9A2600;
	}
.ecards .detail fieldset textarea, .ecards fieldset input {
	font-size: 1em;
	}
.ecards fieldset input {
	width: 214px;
	}
.ecards .detail fieldset textarea {
	width: 465px;
	height: 80px;
	}
.ecards .detail .send {
	text-align: right;
	margin: 0 150px;
	}
.ecards .detail .bttn {
	background: #9A2600;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}  
