@charset "utf-8";
/* CSS Document 
	copyright 2007 by conformdata Andreas Näf - erstellt durch Sabine Näf 
*/
p.clear{
clear: both;
font-size:1px;
line-height: 1px;
padding: 0px;
margin: 0px;
}
/* ========================================
		Layout KONTAKTFORMULAR
	=========================================*/
form.kontakt{/* Formular */
font-size: 11px;
width: 50%; 
margin-top: 0px;
float: right;
}
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;
}
input.checkbox{
line-height:120%;

}
.checkbox{
vertical-align: bottom;
margin: 2px;
height: 22px;
}
select.seletfeld{
padding:1px;
margin:2px 2px 2px 0px;
border:1px solid #CCCCCC;
height: 17px;
float:left;
}

caption{
text-align: left;
font-weight: bold;
margin-bottom:5px;
padding: 0px 5px;
}
input.senden, input.zurueck{
width:100px;
text-align:center;
cursor:pointer;
border-width: 1px;
border-style: solid;
border-color: #003300;
padding: 0px;
margin: 0px;
}




