#postkarte {
	background-image:url('images/ecard_bg.jpg');
	width:532px;
	height:392px;
	position:relative;
	font-size:13px;
}

#postkarte_vorne {
	margin-top:0.7em;
	background-image:url('images/ecard_bg2.jpg');
	width:532px;
	height:384px;
	position:relative;
}

#postkarte_vorne img {
	left:1px;
	top:1px;
	position:absolute;
}

#postkarte .left {
	width: 250px;
	height:358px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:10px;
	border-right:1px solid black;
	position:absolute;
}

#postkarte .left .copyright {
	font-size:11px;
	position:absolute;
	bottom:0;
	left:10px;
}

#postkarte .right {
	position:absolute;
	right:25px;
	top:169px;
	width:220px;
}

#postkarte .right strong {
	display:block;
}

#postkarte .right input, #postkarte .left textarea {
	border:1px #ccc;
	border-style:solid;
	border-width:1px;
	font-family:Arial,Helvetica;
	font-size:1em;
}

#postkarte .left textarea {
	scrollbar-base-color:white;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color:#555555;
	scrollbar-darkshadow-color:#555555;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-track-color:white;
	height:240px;
	width:245px;
	overflow:auto;
}

#postkarte .right input {
	margin-bottom: 8px;
	width:220px;
}

#postkarte .right div {
	margin-bottom: 8px;
	width:220px;
	border-bottom:1px solid #ccc;
	height:1.2em;
}

#postkarte .bildbeschreibung {
	font-size:11px;
	height:90px;
}

#postkarte .bildbeschreibung #bildbeschreibung {
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	display:block;
}


#button { text-align:center; }
#button form { display:inline; }
#button form input{width:100px;}

