
#contact1 { float:left; width:450px; }
#contact2 { float:left; width:180px; margin-left:30px; }

#buehne input {
	background: #fff;
	border: 1px solid #999;
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 10px;
	width: 414px;
}
#buehne input#buttonsend {
	background-image: url('button.gif');
	background-repeat: no-repeat;
	background-position: 0 -32px;
	width: 450px;
	border:none;
	padding:0;
	height:30px;
}

#buehne input#buttonsend:hover { background-position: 0 0; }

#buehne textarea {
	background: #fff;
	border: 1px solid #999;
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	width: 440px;
}

#buehne input#kname {
	padding-left: 25px;
	background-image: url('author.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#buehne input#kmail {
	padding-left: 25px;
	background-image: url('mail.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#buehne input#antispam {
	width: 40px;
	text-align: center;
	margin-right: 10px; 
	padding-left: 25px;
	background-image: url('antispam.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
#buehne input.kopie {
	width: 20px;
	text-align: left;
	margin: 0 5px 0 0; 
	border: none;
}

#buehne .msg { 
	font-weight: bold; 
	color: #D7281E; 
	background: inherit; 
}

