/* ===============================================

		Stylesheetdatei für die Ausgabe von Hinweismeldungen:
		Fehler, Sicherheitsnachfragen und Erfolgsmeldungen
		
		(C) 2007-2008 by MisterImmo.de
   =============================================== */

#fail
{
	font-weight: bold;
	border-style: none;
	color: #f7230b;
	background: white url(../bilder/cross.gif) 5px no-repeat !important;
	font-size: 11px;
	padding-left : 25px;
}
#fail p { font-weight: bold; color: #f7230b; vertical-align:top;	text-align:left;}
p#fail
{
	font-weight: bold;
	border : 0;
	border-left : 1px solid #B23636;
	border-top : 1px solid #B23636;
	color: #f7230b;
	padding-left : 30px;
}
p#fail.comment { font-family: , Helvetica, Verdana, Arial; margin : 12px; }
#fail a:link, #fail a:visited { font-weight: bold; color: #f7230b; text-decoration : underline; }
#fail a:hover { font-weight: bold; color: black; text-decoration : none; }
#success
{
	border-style: none;
	background: white url(../bilder/tick.gif) 5px no-repeat !important;
	font-size: 11px;
	padding-left : 25px;
}
#success p { font-weight: bold; color : #85c01c; vertical-align:top;	text-align:left; }
#success a:link, #success a:visited { font-weight: bold; color : #85c01c; text-decoration : underline; }
#success a:hover { font-weight: bold; color : black; text-decoration : none; }

#warning
{
	background: white url(../bilder/warning.gif) 5px no-repeat !important;
	font-size: 11px;
	padding-left : 25px;
	vertical-align:top;
	text-align:left;		
}
#warning p { font-weight: bold; color: #f2c512; 	vertical-align:top;	text-align:left;	}
#warning a:link, #warning a:visited { font-weight: bold; color: #f2c512; text-decoration : underline; }
#warning a:hover { font-weight: bold; color: black; text-decoration : none; }


#notice
{
	background: white url(../bilder/notice.gif) 5px no-repeat !important;
	font-size: 11px;
	padding-left : 25px;
}
#notice p { font-weight: bold; color: #1894c8; vertical-align:top;	text-align:left;}
p#notice
{
	font-weight: bold;
	border : 0;
	color: #1894c8;
}
p#notice.comment
{
	font-weight: bold;
	background-position : left center !important;
	font-size : 11px;
	margin : -1px;
	vertical-align:top;	text-align:left;
}
#notice a:link, #notice a:visited { font-weight: bold; color: #1894c8; text-decoration : underline; }
#notice a:hover { font-weight: bold; color: black; text-decoration : none; }
