/* STANDARD TAGS */

form {
  margin:0;
  padding:0;
}

input, 
textarea {
	margin:5px 5px 1px 5px;
	color:#000;
	font-size:1em;
	border:1px solid #df9097;
	background-color: #FFFFFF;
}

.submit{
	margin:5px 5px 0px 2px;
	color:#000;
	font-size:1em;
	font-weight:700;
	border-bottom-style:none;
	border-width:0px;
	background-color: #e4e4e4;
}

textarea {
	width:95%;
	height:150px;
	font-size:0.95em;
}

fieldset {
	border:1px solid #dd888f;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}

legend {
	color: #bc1220;
	font-weight:700;
	background-color:transparent !important;
	height:30px;
	margin-bottom:5px;
	padding:8px 10px 0px 10px;
}

/* TEASER RECHTS */

#suche form {
margin:0;
	padding:4px 0 0 3px;
	}

#suche input{
	color:#000;
	border:1px solid #aaa;
	background-color: #fff;
	margin-bottom:2px;
	font-size:0.9em;
	width:135px;

}

.tx-indexedsearch-searchbox input{
	color:#000;
	font-size:1em;
	border:1px solid #df9097;
	background-color: #FFFFFF;
}

#suche .button {
	color:#4a6a07;
	border:1px solid #fff;
	background-color: #ccc;
	font-weight:700;
	font-size:0.9em;
	width: 23px;
	

}

/* FORMULAR BUTTON */

.button,.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
	color:#6e6e6e;
	font-weight:700;
	margin-right:2px;
}


/*

fz - Formularzeile
fzr - Formularzeile Resultat
fzb - Formularzeile Button
fzl - Formularzeile letzte

cZ - Checkbox Zeile
cL - Checkbox Links
cD - checkbox Description
rB - Radiobutton Bckg

bzk - Bezeichner klein
bzgr - Bezeichner groß
bz - Bezeichner

wk - Werte klein
wgr - Werte groß
werte - werte

*/

.bz, 
.bzk, 
.bzgr, 
.werte, 
.wk, 
.wgr, 
.label, 
.cD,
.cL,
.gewichtLabel,
.gewichtWerte {
	float:left;
}

.bz, .werte {
	width:48%;
	font-weight:normal;
	margin-bottom:10px;
}

.bzk, 
.wk {
	width:20%;
}

.bzgr, 
.wgr {
	width:75%;
}

.formzeile, 
.fzb, 
.fzr, 
.fzl {
	clear:both;
}

.formzeile {
	margin-bottom:4px;
	border-bottom:1px dotted #bbb;
	padding:3px;
}

.fzb {
	margin-top:10px;
	padding-top:10px;
}

.cZ {
	clear:both;
}

.cL {
	width:25%;
	float:left;
	margin-bottom:5px;
}

.cD {
	width:70%;
	float:left;
	margin-bottom:5px;
	line-height:1.2em;
}

.rB {
	background-color:transparent !important;
	border:none !important;
}

.reiseselect {
	width:50%;
}

.gewichtLabel {
	width:30%;
}

.gewichtWerte {
	width:65%;
}