
/* ------ Main ------- */
.plentyErrorBox {
					width:98%; 
					background-image:url(/images/admin/error_background.gif); background-repeat:repeat-y;
					margin: 0px 0px 4px 0px;
					padding:8px; text-align:left;
					vertical-align:middle; 
					color: #FFFFFF
}

.plentyErrorBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/warning_onred.gif);background-repeat:no-repeat;
}

.plentyMessageBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyMessageBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}

.plentyWarningBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyWarningBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}
/* ------ Base ------- */

/* ------ Content ------- */


#main h2, #main h3 {
	font-size: 18px;
	margin-top: 25px;
}

#main p {
	font-size: 13px;
	padding-bottom: 13px;
	line-height: 19px;
}

#main ul {
	font-size: 13px;
	padding: 0px 23px 13px;
	}

.stycontent {
	border: 1px solid #cecbce; background: #ffffff; margin: 5px 0px 15px 0px; padding: 10px;

}

.stycontent a {color: #111111; text-decoration: none;  }
.stycontent a:hover {color: #A9D702; }
.stycontent img {float: right;}
.stycontent em { font-style: italic; color: #A9D702; font-weight: bold;}
.stycontent input[type="number"] {display: inline; width: 45px;}
.stycontent table td {padding: 5px 16px; }


.articelBigPicture {
    min-height: 375px;
    text-align: center;
}

/* Hinweis Kaufabwicklung */
.psattention {
	font-weight: bold;
	color: #E01B5D;
}

