/**
Layout-Basis-Style für Essstoerungen
2005-12-15  alexander
*/



a input {
	cursor : pointer;
}

button.ZurueckButton {
	background-repeat : no-repeat;
	background-position : top left;
	border : 0;
	width : 100px;
	height : 48px;
	padding : -10px;
	margin : 0px;
	dispay : inline;
}

#logger {
	text-align:left;
	padding:10px;
	border:solid #220000 1px;
	background:#DDDDDD;
	z-index:20;
}

#logger .IsOK, is_ok { background-color: green; }
#logger .warning, .LoggerWarning { background-color: orange; }
#logger .error, .LoggerError { background-color:#FF0000; }
#logger .notice, .LoggerNotice { background-color: blue; }

.LoggerDivbox {
	position: absolute;
	left: 630px;
	top: 160px;
	width: 520px;
}
.LoggerFooter {
	position:static;
}



