fieldset {
margin: 1.5em auto 1.5em auto;
display: block;
clear: both;
border:0;
}
			
legend {
background: #CD038A;
padding: 4px 5px;
border: 1px solid #fff;
margin-bottom: 4px;
font-weight: bold;
color:#fff;
}

label {
margin: 5px 0;
} 

label {
display: block;
width: 140px;
float: left;
padding-left:5px;
clear:left;
}

.kontaktform label {
width:110px;
}

input, select, textarea {
margin: 2px 0;
padding: 1px;
}  

.buttons {
}

input.submitit, input.resetit {
border-width:1px;
background:#F369AE;
color:#fff;
padding: 2px 4px;
font:bold 12px arial, helvetica, sans-serif;
cursor:pointer;
}

input.submitit:hover {
background:#F58DC1;
}
input.resetit {
background:#bfbfbf;
}
input.resetit:hover { 
background:#aeaeae;
}
input.long {
width:276px;
}

input.half {
width:134px;
}

input.short {
width:48px;
}

.warntext {
color:#990033;
font-weight:bold;
}

div#produktsuche {
width:560px;
}
div#produktsuche form, div#produktsuche form select  {
float:left;
}

div#produktsuche select {
font-size:11px;
/*font-weight:bold;*/
color:#EF3B92;
}  
div#produktsuche select option {
padding: 1px 0;
}

select#hauttyp {
width:120px;
}
select#produkt_kat {
width:120px;
}
select#produkt {
width:180px;
}


