#kontaktformular {
	position: absolute;
	height: 350px;
	width: 350px;
	left: 80px;
	top: 80px;
}
#kontaktformular p label { font-size: 0.75em; 
}
#captcha  {
	height: 30px;
	width: 340px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#captcha img {
	height: 30px;
	width: 80px;
	background-color: #CCC;
	margin-right: 5px;
	float: left;
}
p #captcha_text {
	line-height: 1.3em;
	display: block;
	height: 30px;
	float: left;
	margin-right: 5px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	margin-left: 10px;
}
#captcha_code   {
	height: 23px;
	width: 78px;
	float: right;
	padding: 5px 0px 0px;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.04em;
	font-weight: bold;
	color: #505861;
	vertical-align: bottom;
}

#kontaktformular p span{
	font-weight: bold;
	line-height: 1.3em;
	width: 145px;
}



input, textarea {
	background-color: #D8DBE0;
	padding-bottom: 2px;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: text;
	width: 325px;
}

textarea { height: 110px; }


input:hover, input:active, textarea:hover, textarea:active { background-color: #FFFFFF; }
#buttons {
	width: 340px;
	height: 30px;
}
#buttons p {
	font-size: 0.7em;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

#reset, #send {
	cursor: text;
	letter-spacing: -0.02em;
	color: #505861;
	font-size: 0.8em;
	font-weight: bold;
	height: 30px;
	width: 80px;
}
#reset    { float: left; 
}

#send
{ float: right; 
}

#reset:hover, #send:hover { cursor: pointer; }
