/*formular*/
form{
	margin:0;
	width:100%;
	padding:0;
	z-index:10;
}
/*fieldset*/
fieldset{
	border:none;
	margin:0;
	padding:0;
}
fieldset.rechts{
	width:45%;
	float:right;
}
fieldset.links{
	width:45%;
	float:left;
}
fieldset.rechts.karte{
	height:250px;
}
fieldset.rechts.karte img{
	position:absolute;
	top:.5em;
	right:.5em;
}
/*select*/
select{
	width:100%;
	border:1px solid #ccc;
	background:#fff;
}
/*label*/
label{
	font-weight:bold;
	color:#666;
}
/*input/textarea*/
input{}
input.feld,
textarea{
	border:1px solid #E4E4E4;
	background:#fff;
	padding:.3em;
	width:93%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
input.feld.code,
span.code{
	width:46% !important;
	margin-right:.1em;
	float:left;
}
/*button*/
input.button{
	border:1px solid #690;
	font-weight:bold;
	background-image:url(images/pfeil-gruen.gif);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: 0.3em center;
	padding-left:1em;
	color:#690;
	-moz-border-radius:.4em;
	cursor:pointer;
}
input.button:hover{
	background-image:url(images/pfeil-grau.gif);
	border-color:#333;
	color:#333;
}




/* Captcha */


.tx-comments-captcha {
	font-size:0.8em;
}

.error {
	color: #f00;
}

.tx-comments-required-error {
	color:#F00;
	font-weight:bold;
}