
/* Statusmeldungen */

div.messagesbox {
	
}

div.messages {
	color:#220000;
	/*
	 * all about fonttype (Schrift [-Decoration, -… ,-Farbe], Textschatten und Zeilenhöhe): 03-typografie.css
	 */ 
}

div.error {
    background: #FFCCCC url(../icons/fehler.png) no-repeat 12px center;
	padding-left: 50px;
	min-height: 32px;
	border: 1px solid #CF6767;
	/*
	 * all about fonttype (Schrift [-Decoration, -… ,-Farbe], Textschatten und Zeilenhöhe): 03-typografie.css
	 */ 
}

div.status {
	background:none repeat scroll 0 0 #CCFFD0;
	border: 1px solid #7ED685;
	/*
	 * all about fonttype (Schrift [-Decoration, -… ,-Farbe], Textschatten und Zeilenhöhe): 03-typografie.css
	 */ 
}

div.info {
	background:none repeat scroll 0 0 #FDFFCC;
	border: 1px solid #F7FAA0;
	/*
	 * all about fonttype (Schrift [-Decoration, -… ,-Farbe], Textschatten und Zeilenhöhe): 03-typografie.css
	 */ 
}