@charset "utf-8";
/* CSS Document */

div.kform {
	padding: 0px 0px 0px 30px;
}
div.kf-l {
	float: left;
	width: 270px;
}
div.kf-r {
	float: left;
	width: 300px;
}

table.kf-t {
	font-size: 12px;
}
table.kf-t tr.mail-adresse {
	display: none;
}
table.kf-t tr th {
	font-weight: bold;
	padding: 1px 8px 10px 0px;
	text-align: left;
	vertical-align: top;
}
table.kf-t tr td {
	text-align: left;
	vertical-align: top;
}
table.kf-t tr th.kf-td-2 {
	height: 40px;
}

div.kform textarea {
	height: 270px;
}
div.kform textarea.callback {
	height: 102px;
}
div.kform input.cbox {
	width: 20px;
	padding: 0px;
	margin: 0px;
}
div.kform input, div.kform textarea {
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #C8C8C8;
	padding: 1px 2px;
	width: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #464648;
}

table.die-muster {
	background-color: #EFEFEF;
	padding: 9px 9px;
}
table.die-muster tr td, table.die-muster tr th {
	text-align: left;
	vertical-align: top;
	padding: 6px 6px 6px 0px;
}
table.die-muster tr th {
	line-height: 12px;
}

table tr td.td-check-info {
	padding: 10px 0px 0px 0px;
}
table tr td.td-submit {
	padding: 15px 0px;
}
div.kform input.form-submit {
	border: 0px none #FFF;
	background: transparent url(../img/icon/pfeil.png) no-repeat center left;
	padding: 0px 0px 0px 10px;
	color: #C20028;
	font-weight: bold;
	cursor: pointer;
}
div.kform input.form-submit:hover {
	color: #000;
}
