/*

	(c) 2007 - 2009

	- - -

	CMS powered by gryphonCMS
	Author: Maxim Matthew
	Web: http://www.maxim-matthew.com
	eMail: mail@maxim-matthew.com

	- - -

	Last update of this file: 09.01.2009

*/

/* - CSS - STYLESHEETS FÜR FEHLERMELDUNGEN - */

table.hinweis {

	height: 30px;
	border: 1px solid #d1c26e;
	background: #fef8e0 url(../images/hinweis.gif) left no-repeat;
	overflow: hidden;
	text-align: left;
	color: #545248;
	position: relative;
	margin: 0px 0px 20px 0px;
	line-height: 30px;

}

table.hinweis tr td {

	padding: 10px 20px 10px 35px;

}

table.fehler {

	height: 30px;
	border: 1px solid #CC0000;
	background: #FFEBE8 url(../images/fehler.gif) left no-repeat;
	overflow: hidden;
	text-align: left;
	color: #545248;
	position: relative;
	margin: 0px 0px 20px 0px;
	line-height: 30px;

}

table.fehler tr td {

	padding: 10px 20px 10px 35px;

}

table.okay {

	height: 30px;
	border: 1px solid #d1c26e;
	background: #fef8e0 url(../images/okay.gif) left no-repeat;
	overflow: hidden;
	text-align: left;
	color: #545248;
	position: relative;
	margin: 0px 0px 20px 0px;
	line-height: 30px;

}

table.okay tr td {

	padding: 10px 20px 10px 35px;

}

#hiddenlayer {

	display: none;

}
