/* 
 * Mitteilungsboxen 
 */
div.msgbox-critical p, div.msgbox-exclamation p, div.msgbox-information p, div.msgbox-question p, div.msgbox-successful p, div.msgbox-warning p {
    margin: 0 0 0.7em 0;
	padding: 0;
}

div.msgbox-critical, div.msgbox-exclamation, div.msgbox-information, div.msgbox-question, div.msgbox-successful, div.msgbox-warning {
	color: #52565b;
	background-color:#fdf6d4;
	border:2px solid #eae3c1;
	background-position:15px 1em;
	background-repeat:no-repeat;
	margin-bottom: 2em;
	padding:1em 17px 1em 45px;
    line-height: 1.5em;
}

div.msgbox-critical ul, div.msgbox-exclamation ul, div.msgbox-information ul, div.msgbox-question ul, div.msgbox-successful ul, div.msgbox-warning ul {
	padding:0;
	margin:0;
}

div.msgbox-critical ul li, div.msgbox-exclamation ul li, div.msgbox-information ul li, div.msgbox-question ul li, div.msgbox-successful ul li, div.msgbox-warning ul li {
	list-style: none;
	margin-bottom: 0.3em;
}

div.msgbox-critical {
	background-image:url(/_files/eshop3/icons/exclamation.png);
	border:2px solid #dfb9b7;
	background-color:#fde8e7;
}

div.msgbox-exclamation {
	background-image:url(/_files/eshop3/icons/exclamation.png);
}										    

div.msgbox-information {
	background-image:url(/_files/eshop3/icons/information.png);
}

div.msgbox-question {
	background-image:url(/_files/eshop3/icons/help.png);
}

div.msgbox-successful {
	background-image:url(/_files/eshop3/icons/accept.png);
}

div.msgbox-warning {
	background-image:url(/_files/eshop3/icons/error.png);
}

/* 
 * Bilder, die Links vorangestellt wurden 
 */
a img.icon16, a img.icon24, a img.icon32 {
	text-decoration: none;
	position: relative;
	left: 0px;
	margin-right: 0.4em;
}

a img.icon16 {
	width:16px;
	height:16px;
	top: 0.2em;
}

a img.icon24 {
	width:24px;
	height:24px;
	top: 0.55em;
}

a img.icon32 {
	width:32px;
	height:32px;
	top: 0.85em;
}