/* - MISC STYLES - */


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;

}
