@charset "utf-8";
/* CSS Document */
form.kontakt{/* Formular */
font-size: 11px;
width: 50%; 
margin-top: 0px;
padding:0px;
}
form.kontakt legend{
font-size:14px; 
font-weight:bold;
color:#999999;
}
form.kontakt label{
padding: 4px 15px 4px 0px;
width: 100px;
}
label.beforeSelect{
margin-right: 2px;
}
input.textfield{
width:250px;
border: 1px solid #cccccc;
}
textarea{
border: 1px solid #cccccc;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus{
background-color: #d8dee7;
border-color: #cccccc;
}

select.selectfeld{
padding:1px;
margin:2px 2px 2px 0px;
border:1px solid #CCCCCC;
height: 20px;
float:left;
}

caption{
text-align: left;
font-weight: bold;
margin-bottom:5px;
padding: 0px 5px;
}
table.kontaktformular{
font-size:14px;
}
table.kontaktformular tr{
height: 25px;
}
table.kontaktformular th{
text-align: left;
width: 290px;
font-weight: normal;
border-bottom: 1px solid #cccccc;
}
table.kontaktformular td{

}

