	#header {
		background-image: url("../graphics/banner/anmietung.jpg");
	}
	
	.core_static {
		margin:0 auto;
		width:550px;
	}
	
	input,textarea {
		border:1px solid #643266;
		background-color: #DDD1DD;
	}
	
	input:focus, textarea:focus {
		background-color:#B9A1B9;
	}
	
	input[type=checkbox],
	input[type=radio] {
		margin-right:20px;
		border:0px;
	}
	
	.step {
		padding-bottom:20px;
		border-bottom:1px dotted #643266;
		margin-bottom:20px;
	}
