/* STANDARD TAGS */

form {
  margin:0;
  padding:0;
}
label {font-weight: bold;}

input, 
textarea {
	margin-bottom:2px;
	color:#000;
	font-weight:normal;
	border:1px solid #b1b2b4;
	padding: 3px 4px;
}
input {
	background: #eff0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff0f0 0%, #ffffff 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f0), color-stop(40%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eff0f0 0%,#ffffff 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eff0f0 0%,#ffffff 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eff0f0 0%,#ffffff 40%); /* IE10+ */
	background: linear-gradient(top,  #eff0f0 0%,#ffffff 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

textarea {
	width:100% !important;
	height:150px;
	font-size:0.95em;
	background: #eff0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff0f0 0%, #ffffff 6%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f0), color-stop(160%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eff0f0 0%,#ffffff 6%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eff0f0 0%,#ffffff 6%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eff0f0 0%,#ffffff 6%); /* IE10+ */
	background: linear-gradient(top,  #eff0f0 0%,#ffffff 6%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
}

fieldset {
	border:1px solid #aaaaaa;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}

legend {
	color: #1e4000;
	font-weight:700;
	background-color:transparent !important;
	height:30px;
	margin-bottom:5px;
	padding:8px 10px 0px 10px;
}

input[type="file"]{
	width: 100%;
}

/* TEASER RECHTS */

#suchbox {
	float: left;
	background: #eff0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff0f0 0%, #ffffff 34%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f0), color-stop(34%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eff0f0 0%,#ffffff 34%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eff0f0 0%,#ffffff 34%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eff0f0 0%,#ffffff 34%); /* IE10+ */
	background: linear-gradient(top,  #eff0f0 0%,#ffffff 34%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border:1px solid #b1b2b4;	
	padding: 2px 0;
	width: 232px;
}

#searchform label {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
}

#searchform input,
.tx-indexedsearch-searchbox input {
	border: none;
	background: none;
	filter: none;
	width: 200px;
	padding: 0 4px;
}

#suchbox .button,
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
	background: url(../images/lupe.png) no-repeat left bottom;
	width:18px;
	height:18px;
	cursor:pointer;
	outline: none !important;
	float: none !important;
	border: none;
	margin: 0;
	padding: 0;
}

/* FORMULAR BUTTON */

.button {
	color:#006600;
	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;
}
.bz {
	font-weight: bold;	
}

.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:20px;
	float:left;
	margin-bottom:5px;
}

.cD {
	width:calc(70% - 20px);
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.2em;
}

.rB {
	background-color:transparent !important;
	border:none !important;
}

.reiseselect {
	width:50%;
}

.gewichtLabel {
	width:30%;
}

.gewichtWerte {
	width:65%;
}
.fmittel {
	width:156px;
}
.flang {
	width:220px;
}
.fkurz {
	width:50px;
}

td {
padding: 0 7px 0 0;	
}
.contenttable td {
padding-right: 15px;
}

input[type="submit"], input[type="button"], input[type="reset"], input[type="radio"] {
background: none;
filter: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
background: #C8DDA4;
color: #000;
border: 1px solid #bbb;
border-radius: 3px;
padding: 0;
padding: 4px 6px 3px;
cursor: pointer;
font-weight: bold;
width: auto;
margin-right: 5px;	
}

.c-1 .tx-indexedsearch-searchbox-sword {
	border:1px solid #bbb;
	padding:2px 6px;
}

.c-1 .tx-indexedsearch-searchbox-button {
	background: #cbd99f;
	width:auto;
	height:auto;
	margin-left:95px;
	padding:4px 10px;
}