/* remove styles that are set in style.css and not needed in iframe e.g. html/body-bg, paddings  */

html, body{
	padding: 0px;
	margin: 0px;
	background: none;
}

#content {
	padding: 0 !important;
}

.cms_contentblock {
	max-width: auto;
	margin: 0;
	width: 100%;
	padding: 0;
}
.konfigurator > div{
	padding:0 5px 0 0;
	box-shadow: none;
}

.image_upload{
	margin-bottom: 50px;
}
	.image_upload .form_row{
		height: auto;
		border-bottom: 1px solid #ddd;
		padding: 0 0 20px 0;
	}
		.image_upload .form_row label{
			display: inline-block;
			margin-right: 10px;
		}