BODY,HTML {
	margin:0;
	font-family:arial;
	font-size:11px;
	line-height:16px;
}
* {
	margin:0;
	padding:0; 
}
hr {
	border: 0;
	color: #ffe1ce;
	background-color: #ffe1ce;
	height:1px;
	margin-top:11px;
	margin-bottom:11px;
}
a {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input {
	font-size:11px;
	font-family:Arial;
}
#container {
	margin:0 auto 20px auto;
	width:776px;
}	
/* TOP */
	#top {
		display:none;
	}

	/* LOGO PRINT */
	div.printLogo {
		display:block;
	}
		
	/* LEFT */
	#left {
		display:none;
	}
	#contentVisual {
		display:none;
	}
	/* CONTENT */
	#homeContent {
		display:block;
		float:left;
		margin:0;
		padding-top:4px;
		width:420px;
	}
		#homeContent .homeContentText {
			display:block;
			padding:26px 3px 0 3px;
		}
		#homeContent .contentText {
			display:block;
			padding:6px 3px 0 3px;
		}
		/* TITEL */
		#homeContent .homeContentText h1 {
			font-size:13px;
			color:#ff6600;
			font-weight:bold;
		}
		#homeContent .contentText h1 {
			font-size:16px;
			color:#ff6600;
			font-weight:bold;
		}
	/* RIGHT */
	#right {
		display:none;
	}	
	#rightContent {
		display:none;
	}	
#footer {
	display:none;
}
/* ACTIONBAR (SEND, EDIT) BOTTOM OF FORM */
div.actBar {
	display:none;
}
/* STAPPENPLAN */
div.steps {
	display:none;
}
div.formHolder{
	border:4px solid #bdd8bd;
}
/* STAP1 */
	div.steps .step1a {
		display:none;
	}
	/* STAP2 */
	div.steps .step2 {
		display:none;
	}
	div.steps .step2prevA {
		display:none;
	}
	div.steps .step2a {
		display:none;
	}
	/* STAP3 */
	div.steps .step3prevA {
		display:none;
	}
	div.steps .step3a {
		display:none;
	}
	div.steps .step3 {
		display:none;
	}
	/* STAP4 */
	div.steps .step4prevA {
		display:none;
	}
	div.steps .step4a {
		display:none;
	}
	div.steps .step4 {
		display:none;
	}