/* ===============================================

		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;	
	padding-left : 25px;
}
#fail p { color : white; vertical-align:top;	text-align:left;padding:10px;}
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;
	padding-left : 25px;
}
#success p { color : white; vertical-align:top;	text-align:left; padding:10px;}
#success a:link, #success a:visited { color : #E5F1DF; text-decoration : underline; }
#success a:hover { color : white; text-decoration : none; }



#warning
{
	background: #fff url(../bilder/warning.gif) 5px no-repeat !important;
	border : 2px solid #ec6703 !important;
	padding-left : 25px;
	background:#fff;
	vertical-align:top;
	text-align:left;
	color : #ec6703 !important;		
}
#warning p { color : #ec6703; 	vertical-align:top;	text-align:left;	padding:10px;}
#warning a:link, #warning a:visited { color : #ec6703; text-decoration : underline; }
#warning a:hover { color : #002850; text-decoration : none; }




#notice
{
	background: #fff url(../bilder/notice.gif) 15px no-repeat !important;
	border : 2px solid #002850 !important;	
	padding-left : 25px;
	background:#fff;
	color: #002850 !important;
	padding:10px 10px 10px 80px
}
#notice p { color : #002850 ; vertical-align:top;	text-align:left;padding:10px;}
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; }