/* antje.lehmann@e-7.com, 2006-04-20 */
/*styles fuer netscape 4*/
body,td,p,a,div,h1,h2,h3,h4,ul,ol,li,table,td,th,label,input,textarea {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	}
body {
	background-color:#fbe9b9;
	}
	a:hover {
		color: #c00;
		}
/*style für editmode und warnings*/
.outerEditmode, .innerEditmode, .warnings {
	position:relative;
	margin-top:30px;
	width:100%;
	}
.innerEditmode {
	margin-top: 70px;
}
.warnings {
	margin-top:0px !important;
	padding-top:0px !important;
	height:1px;
	}
	*:not(hr) .warnings {
		height:auto;
		min-height:16px;
		}
		.outerEditmode table, .innerEditmode table, .warnings table {
			width:100% !important;
			}