.divArtikelInWunschzettel {
	display: none;
	top: 100px;
	left: 350px;
	z-index: 999;
	position: absolute;
}

.tableArtikelInWunschzettel {
	width: 300px;
	height: 150px;
	background-color: #FFFFFF;
}

.closeArtikelInWunschzettel {
	text-align: right;
	text-decoration: none;
	border-bottom: thin;
	border-color: #dfdfdf;
	border-width: 1px;
	width: 300px;
}

.wunschzettelMitnehmenHeadline {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url(/static/bilder/wunschzettel/Wishlist_Hintergrund.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 90px;
}

.wunschzettelEntrySeite {
	height: 100px;
	min-height: 100px;
	width: 15px;
}

.wunschzettelEntryInhalt {
	width: 500px;
	height: 100px;
	min-height: 100px;
}

.wunschzettelEntryBild {
	height: 100px;
	width: 110px;
}

.wunschzettelEntryInfo {
	width: 472px;
	vertical-align: top;
	padding: 10px;
}

.wunschzettelEntryWidth {
	width: 522px;
}

.wunschzettelEntryHeadline {
	font-size: 14px;
	font-weight: bold;
}

.wunschzettelDeleteButton {
	width: 33px;
	height: 20px;
	border: none;
}

.wunschzettelBearbeiten {
	display: block;
}

body.wunschzettelWeiterleiten {
	margin: 0px;	
}

table.wunschzettelWeiterleiten {
	width: 600px;
}

.wunschzettelWeiterleitenInhaltWidth {
	width: 570px;
	vertical-align: top;
}

.wunschzettelWeiterleitenInhalt{
	background-color: #FFFFFF;
	height: 300px;
}

.wunschzettelLeer{
	padding: 30px;
}

.wunschzettelSuccessBG{
	width: 630px;
	height: 360px;
	background-image: url(/static/bilder/wunschzettel/Wishlist_Bestaetigung.jpg);
	background-repeat: repeat-x;

}

h3 {
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	/*color: #000000;*/
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

