@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper{
	width:912px;
	border:12px solid #90841e;
	min-height:400px;
	margin:0 auto;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

#header{
	background:url(http://www.ansichtskartenhandel.at/layout/jw_Ebay/ebay-header.jpg) no-repeat;
	width:912px;
	height:121px;
	border-bottom:8px solid #ccc;
}

#content-bg{
	width:864px;
	padding:24px;
	min-height:300px;
}

#content div.content-title-bg{
	width:100%;
	margin:0 0 20px;
}

div.content-title-bg div.content-title{
	width:550px;
	font-size:18px;
	color:#666;
}

#content-beschreibung{
	width:100%;
	margin:0 0 24px;
}

#beschreibung-img{
	width:550px;
	float:left;
	margin:0 25px 0 0;
}

#beschreibung-img img{
	border:none;
	max-width:550px;
}

#beschreibung-img div.beschreibung-img-text{
	margin:20px 0 0;
}

#beschreibung-img div.beschreibung-img-text em{
	text-decoration:underline;
}

#beschreibung-beschreibung{
	width:289px;
	float:left;
}

div.beschreibung-fenster{
	width:287px;
	border:1px solid #c2c2c2;
	margin:0 0 18px;
}

.beschreibung-fenster-header{
	width:265px;
	padding:5px 11px;
	background:#dbd0a0;
	color:#605b0a;
	text-transform:uppercase;
	border-bottom:1px solid #c2c2c2;
	font-size:14px;
	font-weight:bold;
}

.beschreibung-fenster-body{
	background:#f5f5f5;
	color:#666;
	font-size:14px;
}

.beschreibung-fenster-body div{
	padding:18px 11px;
	width:265px;
}

.beschreibung-fenster-body strong{
	font-size:18px;
	color:#90841e;
}

table.versandkosten{
	width:287px;
}

table.versandkosten tr.tr1{
	background:#e5e5e5;
}

table.versandkosten tr td{
	width:33%;
	text-align:center;
	padding:5px;
}
table.versandkosten tr td:first-child{
	text-align:left !important;
	padding:5px 5px 5px 11px;
}

.info-fenster{
	width:862px;
	border:1px solid #c2c2c2;
}

.info-fenster h3, .info-fenster p{
	font-size:13px;
}

.info-fenster-header{
	background:#dbd0a0;
	color:#605b0a;
	text-transform:uppercase;
	border-bottom:1px solid #c2c2c2;
	font-size:14px;
	font-weight:bold;
	padding:5px 11px;
	width:840px;
}
.info-fenster-body{
	background:#f5f5f5;
	color:#666;
}

.info-fenster-body > div{
	padding:18px 11px;
	width:840px;
}

.info-left{
	float:left;
	width:50%;
	padding:0 25px 0 0;
}

.info-right{
	border-left:2px solid #d7d7d7;
	float:left;
	width:43%;
	padding:0 0 0 25px;
}