#kontaktformular { 
	width:232px; 
	height:170px; 
	display:block; 
	background:url(../images/kontakt.jpg) no-repeat left top; 
	margin-top:-5px; 
	margin-left: 10%; 
	margin-bottom:10px; 
	position:relative;
}
.kontakt_text { 
	text-transform:uppercase; 
	color:#004080; 
	font-size:15px; 
	font-weight:bold; 
	position:absolute; 
	left:25px; 
	top:22px; 
}
.ok { 
	width:64px; 
	height:30px; 
	position:absolute; 
	display:block; 
	top:123px; 
	left:147px; 
	background-image:url(../images/ok.jpg); 
	background-repeat:no-repeat; 
	border:none;
	cursor:hand;
}
input.name { 
	width:122px; 
	height:21px; 
	display:block; 
	background:none; 
	border:none; 
	font-size:11px; 
	color:#888888; 
	position:absolute; 
	top:48px; 
	left:85px; 
	padding:3px; 
}
input.mail {
	width:122px; 
	height:21px; 
	display:block; 
	background:none; 
	border:none; 
	font-size:11px; 
	color:#888888; 
	position:absolute; 
	top:74px; 
	left:85px; 
	padding:3px; 
}
input.anfrage { 
	width:122px; 
	height:21px; 
	display:block; 
	background:none; 
	border:none; 
	font-size:11px; 
	color:#888888; 
	position:absolute; 
	top:100px; 
	left:85px; 
	padding:3px; 
}