@charset "utf-8";
/* CSS Document */

@media screen {
    .bestellform_links,
    .bestellform_rechts{
        float: left;
        width:50%;
    }
    .bestellform_links {
        padding-top: 30px;
    }
    
	.form_formzeile {
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	
	.form_label_darueber {
		display: block;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
	label.form_label_davor {
		float: left;
		width: 150px;
		font-weight: normal;
	}
	
	.form_formselectfeld_free {
		float: left;
		padding: 5px;
		margin-right: 10px;
	}
	
	.form_formcheckbox {
		float: left;
		margin-right: 10px !important;
	}
	
	.form_formfeld {
		float: left;
		width: 298px;
		/*-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;*/
		padding: 5px;
	}
	
	div.form_danach_free {
		float: left;
		width: auto;
		padding-top: 7px;
		margin-right: 10px;
	}
	
	.formbutton {
		width: 167px;
		height: 42px;
		font-weight: bold;
	}
	
	.formfeld_normal {
		border: solid 1px #ccc;
		background-color: #EEE;
	}
	.formfeld_fehler {
		color: #fff;
		border: solid 1px #900;
		background-color: #F98B8B;
	}
	
	.bestellrahmen {
        overflow: hidden;
		/*float: left;
		width: 100px;*/
        width: 50%;
        float: left;
		height: auto;
		/*text-align: center;*/
        margin-bottom: 30px;
	}
	.bestellrahmen img {
        float: left;
		width: 80%;
		height: auto;
        max-width: 130px;
	}
	.bestellrahmen .farbenwahl {
		text-align: left;
		padding-left: 10px;
	}
    .bestellrahmen .bestellrahmentext {
        float: left;
        display: inline-block;
        margin: 30px 0 0 10px;
    }
	
	.fehlertext {
		color: #900;
	}
	
	.fehlerrahmen_geraet {
		color: #900;
		border: solid 1px #900;
		background-color: #FFCECF;padding: 10px;
		margin-bottom: 15px;
	}
}