/**
 * Kontaktform
 */
#f1 .formbody, #print_material_form .formbody{
	border:0px solid blue;
	padding:0px 7px 0px 7px;
}

#f1 fieldset, #print_material_form fieldset{
 	margin:0px;
 	padding:10px 0px 9px 0px;
 	border-width:1px 0px 0px 0px;
 	border-style:solid;
 	border-color:#cccccc;
}

#f1 .lastfieldset, #print_material_form .lastfieldset{
 	border-width:1px 0px 1px 0px !important;
 	margin-bottom:13px;
}

#f1 legend span, #print_material_form legend span{
	display:none;
}

#f1 label{
 	font-size:12px;
 	width:240px;
	margin-right:75px;
	float:left;
}
#print_material_form label{
 	font-size:12px;
 	width:120px;
	float:left;
}
#print_material_form .materials label{
	color:#333333;
	width:auto;
	font-weight:normal;
}
#f1 .text, #print_material_form .text{
 	width:190px;
	font-size:12px;
}
#print_material_form .materials .text{
 	width:42px;
}

#f1 select, #print_material_form select{
 	height:20px;
 	width:196px;
	font-size:12px;
	margin-bottom:4px;
}

#f1 textarea, #print_material_form textarea{
	width:271px;
	height:70px;
}
#print_material_form div.headline{
	font-size:12px;
}
#print_material_form div.headline h2{
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
}
#print_material_form .materials th{
	font-size:12px;
	color:#555555;
}
#print_material_form .materials th, td{
	text-align:left;
	vertical-align:top;
}
#print_material_form .materials .t_head{
	height:25px;
	font-weight:bold;
}
#print_material_form .materials .col_0{
	padding-top:4px;
	width:200px;
}
#print_material_form .materials .col_1{
	width:60px;
}
#print_material_form .materials .col_2{
	width:200px;
}
#print_material_form .materials .col_2 a{
	line-height:22px;
}
#print_material_form .catalog_mp_print_list .even{
	background-color:#F1F1F1;
}
	
/**
 * Adress-spalten
 */
.firstrow .text{
 	width:125px !important;
}

.firstrow select{
 	width:131px !important;
 }
.noborder{
	border-top-width:0px !important;
}
.aset{
	border-top-width:0px !important;
	padding:0px !important;
}
.aset label{
	width:80px !important;
	padding-top:3px;
	margin-right:0px !important;
}
.adress label{
	padding-top:3px;
	margin-right:0px !important;
}
.aset .text, .adress .text{
	margin-bottom:3px !important;
}

#f1 .rowleft{
	margin-right:40px;
	margin-bottom:10px;
}

#f1 .rowright{
	margin-bottom:30px;
}

#f1 .rowright label{
	width:72px;
}

/**
 * Checkbox- und Radiobox-Spalten
 */
.radio_container input{
	float:left;
}

.radio_container input{
	float:left;
	top:0px;
}

.radio_container label{
	width:30px !important;
	padding-left:2px;
	margin-right:0px !important;
}

.checkbox_container{
	float:left;
	width:280px;
}
.checkbox_container input{
	float:left;
	margin-top:1px;
}
.checkbox_container label{
	width:118px !important;
	margin-right:0px !important;
	float:left;
	margin-bottom:7px;
	line-height:12px;
	padding-left:2px;
	margin-top:-2px;
}

#f1 div.two_columns, #print_material_form div.two_columns{
	float:left;
	width:280px;
}
#f1 div.two_columns input, #print_material_form div.two_columns input{
	top:-1px;
}
#f1 div.two_columns label{
	width:116px !important;
	margin-right:0px !important;
	float:left;
	margin-bottom:7px;
	line-height:12px;
	padding-left:2px;
}
#print_material_form div.two_columns label{
	width:116px !important;
	margin-right:0px !important;
	float:left;
	margin-bottom:10px;
	line-height:14px;
	padding-left:2px;
}


/**
 * Submit und Pflichtfeld
 */
#f1 .explanation{
	float:left;
	font-size:12px;
}

#f1 .submit_container, #print_material_form .submit_container{
	float:right;
	margin-bottom:11px;
	margin-right:22px;
}

#f1 .submit_container input, #print_material_form .submit_container input{
	border:0px solid red;
	width:47px;
	height:20px;
}
#f1 .state, #f1 .province{
	display:none;
}
#f1 p.error {
	width:170px;
	margin-left:80px;
}
#print_material_form p.error {
	width:190px;
	margin-left:80px;
}
#f1 .lastfieldset p.error{
	float:left;
	margin-left:0;
	width:260px;
}
