#content {
	padding-bottom: 100px;
}
#content p a {
	border: 0;
	background-image: url(../bilder/mail.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 240px;
	position: absolute;
}
#kontaktformular {
	font-size: 0.8em;
	height: 300px;
	width: 300px;
}


#content p a:hover {
	border: 0;
	background-image: url(../bilder/mail_hover.png);
}
#kontaktformular span { color: #363; }

#content #text {
	width: 300px;
	float: left;
}
#kontaktformular   img{
	height: 25px;
	width: 80px;
	margin: 0;
	padding: 0px 30px 0px 0px;
	display: inline-block;
	float: left;
}
#sicherheitscode {
	width: 80px;
	float: left;
	height: 25px;
	margin-right: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
}
#senden 
{
	width: 80px;
	font-size: 0.75em;
	height: 30px;
	float: right;
}
input, textarea {
	width: 300px;
	font-weight: lighter;
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
	padding: 2px;
}
