
/* STYLE */

#kontakt
{
	width:600px;
	margin:auto;
	text-align:left;
}
#kontakt h1
{
	margin-top:0px;
}
#kontakt label
{
	float:left;
	display:block;
	width:60px;
	margin-bottom:3px;
	font-size:0.9em;
}
#kontakt input
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
	width:150px;
	margin-bottom:3px;
	padding:1px;
}
#kontakt select
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-size:10pt;
	width:150px;
	margin-bottom:3px;
	padding:1px;
}
#kontakt textarea
{
	background:#F5F5F5 url("http://images.d03n3r.de/design1/bg_input.gif") repeat-x;
	border:1px outset #888888;
	font-family:Candara,Trebuchet MS,Helvetica;
	font-size:10pt;
	width:490px;
	height:200px;
	overflow:auto;
	margin-bottom:3px;
	padding:1px;
}
#kontakt input:hover,#kontakt select:hover,#kontakt textarea:hover
{
	border:1px outset #FF0000;
}
#kontakt input:focus,#kontakt select:focus,#kontakt textarea:focus
{
	background:#FBFBFB url("http://images.d03n3r.de/design1/bg_input2.gif") repeat-x;
}
.email_botfalle
{
	position:absolute;
	bottom:3000px;
	right:5000px;
}

#kontakt .countChars
{
	margin-left:60px;
}
#kontakt .legendFields
{
	margin-right:8px;
}
#kontakt .formButtons
{
	float:right;
	margin-right:8px;
}
#kontakt .formButtons input
{
	font-size:8pt;
	padding:3px;
}
#kontakt #kontaktok div
{
	color:green;
	text-align:center;
}