/* ===============================================

		Stylesheetdatei für die Ausgabe von Hinweismeldungen:
		Fehler, Sicherheitsnachfragen und Erfolgsmeldungen
		
		(C) 2007-2008 by MisterImmo.de
   =============================================== */

#fail
{
	background: #BE4646 url(../bilder/cross.gif) 5px no-repeat !important;
	border-bottom : 1px solid white;
	font-size: 11px;
	padding-left : 25px;
}
#fail p { color : white; vertical-align:top;	text-align:left;}
p#fail
{
	border : 0;
	border-left : 1px solid #B23636;
	border-top : 1px solid #B23636;
	color : white;
	padding-left : 30px;
}
p#fail.comment { margin : 12px; }
#fail a:link, #fail a:visited { color : #F4E0E0; text-decoration : underline; }
#fail a:hover { color : white; text-decoration : none; }
#success
{
	background: #73C350 url(../bilder/tick.gif) 5px no-repeat !important;
	border-bottom : 1px solid white;
	font-size: 11px;
	padding-left : 25px;
}
#success p { color : white; vertical-align:top;	text-align:left; }
#success a:link, #success a:visited { color : #E5F1DF; text-decoration : underline; }
#success a:hover { color : white; text-decoration : none; }

#warning
{
	background: #FF9900 url(../bilder/warning.gif) 5px no-repeat !important;
	border-bottom : 1px solid white;
	font-size: 11px;
	padding-left : 25px;
	vertical-align:top;
	text-align:left;		
}
#warning p { color : white; 	vertical-align:top;	text-align:left;	}
#warning a:link, #warning a:visited { color : #E5F1DF; text-decoration : underline; }
#warning a:hover { color : white; text-decoration : none; }


#notice
{
	background: #1F829E url(../bilder/notice.gif) 5px no-repeat !important;
	border-bottom : 1px solid white;
	font-size: 11px;
	padding-left : 25px;
}
#notice p { color : white; vertical-align:top;	text-align:left;}
p#notice
{
	border : 0;
	color : white;
}
p#notice.comment
{
	background-position : left center !important;
	font-size : 11px;
	margin : -1px;
	vertical-align:top;	text-align:left;
}
#notice a:link, #notice a:visited { color : #D8E9EE; text-decoration : underline; }
#notice a:hover { color : white; text-decoration : none; }