input, textarea, select {
	font-size:14px;
	line-height:14px;
	vertical-align:middle;
	margin-bottom:4px;
}
input {
	padding:2px 6px 6px 6px;
	width:338px;
	height:18px;
	line-height:18px;
	border:none;
	background-color:#f6f6f6;
	background-image:url(../bilder/texturen/input-Textfield.gif);
	background-position:top 50%;
	background-repeat:no-repeat;
	position:relative;
	left:-2px;
}
input.halbeBreite{
	width:175px;
	background-image:url(../bilder/texturen/input-Textfield-halbbreit.gif);
}

input.viertelBreite{
	width:85px;
	background-image:url(../bilder/texturen/input-Textfield-viertelbrei.gif);
}
select{
	width:346px;
	border-width:2px;
	border-style:solid;
	border-color:#7ab51b;
	margin-bottom:8px;
	background-color:#fff;
	padding:0px 2px;
}

textarea {
	width:338px;
	height:196px;
	border-width:2px;
	border-style:solid;
	border-color:#7ab51b;
	margin-bottom:8px;
	padding:2px;
	-webkit-border-radius:5px;
}
input.radio{
	width:16px;
	height:16px;
}
input.submitbutton, input.submitbuttonHalbeBreite, input.submitbuttonViertelBreite{
	position:relative;
	left:-2px;
	height:28px;
	width:350px;
	padding:0px 6px 9px 6px;
	overflow:hidden;
	line-height:12px;
	vertical-align:baseline;
	text-align:center;
	border:none;
	background-color:#fff;
	background-image:url(../bilder/texturen/input-Submit.gif);
	background-position:top 50%;
	background-repeat:no-repeat;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
input.submitbuttonHalbeBreite{
	width:175px;
	background-image:url(../bilder/texturen/input-Submit-halbbreit.gif);
}

input.submitbuttonViertelBreite{
	width:85px;
	background-image:url(../bilder/texturen/input-Submit-viertelbreit.gif);
}

input.linksRaus{
	position:relative;
	left:-22px;
}

label{
	display:block;
	float:left;
	clear:both;
	width:80px;
}
form{
	margin:0px;
	padding:0px;
}

.simple{
	background:none;
	border:1px solid #999;
}

/* IE-Hacks */
* html input.submitbutton{
	left:0px;
	padding:0px 6px 8px 6px;
}

* html input.linksRaus{
	position:relative;
	left:-20px;
}