


.clearfix { clear: both; }

h1.page_title {
	font-size:1em;
	font-weight: normal;
	color: #85898c;
	border-bottom: 1px dotted #666;
	text-align: left;
	padding: 10px 0px 9px 10px;
	margin: 10px 0px;
	text-transform: uppercase;
}


h2.page_title {
	margin: 10px 0px;
	font-size: 1.2em;
	color:#b51f2a;
	font-weight:bold;
}

dl.zend_form { 
	width: 560px;
}

dl.zend_form dt {
	clear: left;
	float: left;
	width: 120px;
	color: #333;
	padding: 5px;
}

dl.zend_form dd {
	float: left;
	width: 380px;
	padding: 5px;
}

dl.zend_form dd p.description {
	font-size:0.7em;
	color: #666;
	display:inline;
}

dl.zend_form dt label { font-weight: bold; font-size: 0.8em; color: #999; }
dl.zend_form input[type="text"], dl.zend_form input[type="password"] { width: 256px; }
dl.zend_form select { width: 260px; }
dl.zend_form input[type="button"], dl.zend_form input[type="submit"] { width: 100px; }
 

.columns-layout {
	padding: 10px; 
	border: 1px solid #ddd;
	height: 200px;
	margin: 10px;
}
.columns-layout .left {
	width: 400px;
	float: left;
	height: 100%;
} 
.columns-layout .right {
	border-left: 1px solid #eee;	
	width: 500px;
	float: right;
	height: 100%;
} 
.columns-layout .clear {
	clear: both;
}
 
 /********************NEW Menu Left******************/
 

#topnavi {
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-box-shadow:  1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:  1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	border-radius: 5px 5px 0px 0px;
	z-index: 9;
	
	
}

ul.navigation {
	padding: 0px;
	margin: 0px;
}
ul.navigation a { text-decoration: none; font-size: 14px;}


.tab_wrapper > .ui-tabs-nav > li.ui-state-default,
div#tabs > .ui-tabs-nav > li.ui-state-default  { 
	color: #b51f2a; 
	background: #87949d; 
	/*border-radius: 5px 5px 0px 0px;*/
	padding: 2px 8px 0px 8px;
	border: none;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#87949d', endColorstr = '#909599');

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#87949d', endColorstr = '#909599')";

	background-image: -moz-linear-gradient(top, #87949d, #909599);
	background-image: -ms-linear-gradient(top, #87949d, #909599);
	background-image: -o-linear-gradient(top, #87949d, #909599);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#87949d), to(#909599));
	background-image: -webkit-linear-gradient(top, #87949d, #909599);
	background-image: linear-gradient(top, #87949d, #909599);
}

.tab_wrapper > .ui-tabs-nav > li.ui-state-default > a,
div#tabs > .ui-tabs-nav > li.ui-state-default > a {
	border:1px solid transparent !important;
}


.tab_wrapper > .ui-tabs-nav > li.ui-tabs-active,
div#tabs > .ui-tabs-nav > li.ui-tabs-active,
ul.navigation > li:hover,
ul.navigation > li.active  { 

	color: white !important; 
	background: #f56d1f; 
	/*border-radius: 5px 5px 0px 0px;*/
	padding: 2px 8px 0px 8px;
	border: none;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5aa80', endColorstr = '#f56d1f');

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5aa80', endColorstr = '#f56d1f')";

background-image: -moz-linear-gradient(top, #f5aa80, #f56d1f);
background-image: -ms-linear-gradient(top, #f5aa80, #f56d1f);
background-image: -o-linear-gradient(top, #f5aa80, #f56d1f);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f5aa80), to(#f56d1f));
background-image: -webkit-linear-gradient(top, #f5aa80, #f56d1f);
background-image: linear-gradient(top, #f5aa80, #f56d1f);
}

.tab_wrapper > .ui-tabs-nav > li.ui-state-disabled,
div#tabs > .ui-tabs-nav > li.ui-state-disabled  { 
	color: #333 !important; 
	background: #ddd; 
/*	border-radius: 5px 5px 0px 0px;*/
	padding: 2px 8px 0px 8px;
	border: none;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#ddd');

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#ddd')";

background-image: -moz-linear-gradient(top, #f5f5f5, #ddd);
background-image: -ms-linear-gradient(top, #f5f5f5, #ddd);
background-image: -o-linear-gradient(top, #f5f5f5, #ddd);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#ddd));
background-image: -webkit-linear-gradient(top, #f5f5f5, #ddd);
background-image: linear-gradient(top, #f5f5f5, #ddd);
}

.tab_wrapper > .ui-tabs-nav > li.ui-state-hover,
div#tabs > .ui-tabs-nav > li.ui-state-hover {
	border-bottom:0px !important;
}

.ui-tabs .ui-tabs-nav li > a { color:#fff !important;}
.ui-tabs .ui-tabs-nav li.ui-state-disabled > a { color:#ccc !important;}

.nav-tabs > li > a:focus,
.nav-tabs > .active > a:focus,
.nav-tabs > li > a:hover { background:none !important; border:0px !important; }

ul.navigation > li:hover > a,
ul.navigation > li.active > a {color: #fff;}

div.goods-list > ul > li > a,
div.kunden-list > ul > li > a,
div.fahrzeug-list > ul > li > a { cursor:pointer; color:#333 !important;}

div.goods-list > ul > li > a:hover,
div.kunden-list > ul > li > a:hover,
div.fahrzeug-list > ul > li > a:hover { border:1px solid #ddd !important; background-color:#ddd !important; }


div.goods-list > ul > li.active,
div.kunden-list > ul > li.active, 
div.fahrzeug-list > ul > li.active { border:0px solid #ddd !important; background-color:#ddd !important;}





ul.navigation > li {
	list-style-type: none;
	line-height: 2em;
	padding: 2px 8px 1px 8px;
	float:left;
	margin-right: 6px;
	margin-bottom: -1px;
}

ul.navigation > li:last-child {

	margin-right: 0px;

	
	
}

ul.navigation > li > a {
	color: #85898C;
	font-weight: normal;
	display: block;
	
}

ul.navigation li a {
	
}



/****2 Ebene****/

 ul.navigation > li > ul {
	padding-left: 0px;
	margin: 0px 0px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b51f2a', endColorstr = '#d34d57');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b51f2a', endColorstr = '#d34d57')";
background-image: -moz-linear-gradient(top, #b51f2a, #d34d57);
background-image: -ms-linear-gradient(top, #b51f2a, #d34d57);
background-image: -o-linear-gradient(top, #b51f2a, #d34d57);
background-image: -webkit-gradient(linear, center top, center bottom, from(#b51f2a), to(#d34d57));
background-image: -webkit-linear-gradient(top, #b51f2a, #d34d57);
background-image: linear-gradient(top, #b51f2a, #d34d57);
	width: auto;
	display: none;

	
	

}


ul.navigation > li:hover > ul {
	
	display: block;
	left: auto;
	margin-left: -8px;
	position: absolute;
	top: auto;
	background: #b6202a;
	
	
}

ul.navigation > li.active > ul {


}

 ul.navigation > li > ul > li {	
	list-style-type: none;
	margin:0px;

	line-height: normal;
	border-bottom: solid 1px #fff;
	padding: 5px 0px;
	
}
 
ul.navigation > li > ul > li > a {
	font-size: 12px;
	display: block;	
	padding: 2px 10px;
	color: #fff;
	margin: 0;
}


ul.navigation > li > ul > li > a:hover {


	color: #CCC;

}



/****3 Ebene****/
 
ul.navigation > li > ul > li > ul  {
	margin: 5px 0px 5px 10px;	
}
 
ul.navigation > li > ul > li > ul > li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}



 ul.navigation:after {


	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;

 } 

/*
 * datatable
 */
.datatable {
	width: 920px;
	/*border-collapse: collapse;*/
}

div.dataTables_filter,
div.dataTables_length,
div.dataTables_processing {
	font-size:0.8em;
	/*float:none !important;*/
}

/*.dataTables_scroll {
	clear:both;
	display:block;
}

.datatable thead th {
	padding: 6px;	
	color: #333;
	vertical-align: middle;
	border: solid 1px #ddd !important;
	font-size: 100% !important;
	cursor: pointer;
	text-align: left;
	font-size: 0.8em;
}

.datatable tbody td {
	width: 100px;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	font-size:100%;
}

.datatable tbody .even {
	/*background: #daeef2;*/
}

.datatable tbody .odd {
}*/

.datatable thead .sorting_desc {
	background-image: url('../gfx/desc.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.datatable thead .sorting_asc {
	background-image: url('../gfx/asc.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.datatable thead .sorting_disabled {
	background-image: url('');
	cursor: default;
}

.datatable tbody tr td:last-child {
	text-align: center;
}

.product_list_processing {
	position: absolute;
	left: 50%;
	margin-top: 25px;
	background: #fff;
	border: 1px solid #666;
	padding: 5px;
}
.dataTables_info {
	background: #f0f0f0;
	border: 1px solid #cecece;
	margin-top: 5px;
	padding: 6px;
}
.paginate_disabled_previous, 
.paginate_enabled_previous, 
.paginate_enabled_next, 
.paginate_disabled_next {
	outline: none;
	margin: 0 5px;
	cursor: pointer;
}
a#product_list_previous.paginate_disabled_previous,
a#product_list_next.paginate_disabled_next,
a#product_list_previous.paginate_disabled_previous:hover,
a#product_list_next.paginate_disabled_next:hover,
a.paginate_button_disabled  {
	color: #989fa9;
	cursor: default;
	text-decoration: none;
}
a.paginate_enabled_previous, 
a.paginate_enabled_next,
.paginate_button_enabled  {
	color:#434343;
}

.dataTables_paginate {
	background: #f0f0f0;
	border: 1px solid #cecece;
	margin-top: 5px;
	padding: 5px;
}

#product_list_previous:hover {
   text-decoration: underline;
}
#product_list_previous:before {
	content:"\00ab\00a0";
	/*padding-right:4px;*/
	font-size:18px;
	position:relative;
}
.paginate_button {
	padding:2px 5px;
}

.paginate_button_enabled {
	
}

.paginate_button_disabled {
	
}

#product_list_next:hover {
	text-decoration: underline;
}
#product_list_next:after {
	content:"\00a0\00bb";
	/*padding-left:4px;*/
	font-size:18px;
	position:relative;
}

.dataTables_length {
	float: right !important;
	min-height:30px;
}

.dataTables_filter {
	float: left !!important;
	min-height:30px;
}

.dataTables_filter input {
	border: 1px solid #999999;
	border-radius: 4px;padding: 5px;
	
	vertical-align: middle;
}

p a.button {
	color: #b51f2a;
	line-height: 22px;
	padding: 1px 5px;
	margin-bottom:10px;
	position:relative;
	display:inline-block;
	font-size: 0.9em;
}

a.button span.button-icon {
	position:absolute;
	top:3px;
	left:0px;
	width:25px;
	height:19px;
	margin-left: 0px;
}
a.button span.icon-add {
	background:transparent url('../../gfx/icons/application_add.png') no-repeat 50% 100%;
}
a.button span.icon-import {
	background:transparent url('../../gfx/icons/load.png') no-repeat 50% 100%;
}
a.button span.icon-loader {
	background:transparent url('../../gfx/ajax-loader_small_green.gif') no-repeat 50% 100%;
}
a.button span.icon-update {
	background:transparent url('../../gfx/icons/page_refresh.png') no-repeat 50% 100%;
}
a.button span.icon-save {
	background:transparent url('../../gfx/icons/page_save.png') no-repeat 50% 100%;
}
a.button span.icon-logout {
	background:transparent url('../../gfx/icons/door_out.png') no-repeat 50% 100%;
}
a.button span.icon-delete {
	background:transparent url('../../gfx/icons/bin_empty.png') no-repeat 50% 100%;
}
a.button span.icon-empty {
	background:transparent url('../../gfx/icons/Inbox-Empty.png') no-repeat 50% 100%;
}
a.button span.icon-search {
	background:transparent url('../../gfx/icons/zoom.png') no-repeat 50% 100%;
}
a.button span.icon-cross {
	background:transparent url('../../gfx/icons/cross.png') no-repeat 50% 100%;
}
a.button span.icon-check {
	background:transparent url('../../gfx/icons/tick.png') no-repeat 50% 100%;
}
a.button span.button-text {
	padding-left:20px;
	margin-left: 0px;
}

div.clear { clear:both; }


.table_def thead th {
	padding: 6px;	
	color: #b51f2a;
	vertical-align: middle;
	border-bottom: 2px solid #b51f2a;
	cursor: pointer;
	text-align: left;
	font-size: 0.8em;
}

.table_def tbody td {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #ececec;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	font-size:0.9em;
}

.center { text-align: center; }

ul.list {

}
	ul.list li {
		padding:5px;
		margin:1px 0px;
		border-bottom:1px solid #ddd;	
	}
		ul.list li img.draggable {
			position:relative;
			top:3px;
		}

div.add {
	padding:5px;
	background-color:#f5f5f5;
	border-top:2px solid #ddd;
}

img.draggable {cursor:pointer;}

.small {
	font-size:0.8em;
} 
.bold {
	font-weight:bold;
}

div.row-33 {
	float:left;
	width:420px;
	margin:5px;
}

div.list-values-left {
	float:left;
}

div.list-buttons-right {
	float: right;
}


.ui-tabs .ui-tabs-nav li {

}
.ui-tabs .ui-tabs-nav li a {
/*    display: inline-block;
    float: none;
    padding: 5px;
    margin:0px;
    text-decoration: none;
    width: 100%;*/
}

.ui-widget-content { 
	/*border:1px solid #ccc;*/
	/*min-height: 300px;*/
}

div.ui-dialog input#save_new { display:none !important; }

.button_grey {
	color: #fff; 
	background: #999; 
	border-radius: 5px 5px 5px 5px;
	padding: 3px 11px 3px 11px;
	border: 1px solid #dddddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ddd', endColorstr = '#999');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ddd', endColorstr = '#999')";
	background-image: -moz-linear-gradient(top, #ddd, #999);
	background-image: -ms-linear-gradient(top, #ddd, #999);
	background-image: -o-linear-gradient(top, #ddd, #999);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ddd), to(#999));
	background-image: -webkit-linear-gradient(top, #ddd, #999);
	background-image: linear-gradient(top, #ddd, #999);
}
	a.button_grey {
		color:white !important;
		font-size:0.8em;
	}
.button_grey:hover {
	background: #999999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #999999 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #999999 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #999999 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #999999 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #999999 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#dddddd',GradientType=0 );

	}
.button {
	color: #fff; 
	background: #b51f2a; 
	border-radius: 5px 5px 5px 5px;
	padding: 3px 11px 0px 11px;
	border: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d34d57', endColorstr = '#b51f2a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d34d57', endColorstr = '#b51f2a')";
	background-image: -moz-linear-gradient(top, #d34d57, #b51f2a);
	background-image: -ms-linear-gradient(top, #d34d57, #b51f2a);
	background-image: -o-linear-gradient(top, #d34d57, #b51f2a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d34d57), to(#b51f2a));
	background-image: -webkit-linear-gradient(top, #d34d57, #b51f2a);
	background-image: linear-gradient(top, #d34d57, #b51f2a);
}

.button:hover {
	cursor: pointer;
	background: #b51f2a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1MWYyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzRkNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b51f2a 0%, #d34d57 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b51f2a), color-stop(100%,#d34d57));
	background: -webkit-linear-gradient(top,  #b51f2a 0%,#d34d57 100%);
	background: -o-linear-gradient(top,  #b51f2a 0%,#d34d57 100%);
	background: -ms-linear-gradient(top,  #b51f2a 0%,#d34d57 100%);
	background: linear-gradient(to bottom,  #b51f2a 0%,#d34d57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51f2a', endColorstr='#d34d57',GradientType=0 );

}
.button.loader {
	background: #b51f2a url('../../gfx/ajax-loader.gif') no-repeat 95% 50%;
}

.posright {
	position: relative;
	left:10px;
	top:-2px;
}

a.italic { font-style: italic;}

span.button-text { font-size: 0.8em; }
span.button-text.white { color:white; }

ul.attrib-options {

}

ul.attrib-options li {
	border-bottom: 1px solid #ddd;
	border-right: 3px solid #f5f5f5;
	padding: 3px;
	background-color: #fafafa;
	margin:1px;
	float:left !important;
}
	ul.attrib-options li span {
		font-size:0.8em;
		color:#333;
	}

p.error { color:red; font-weight:bold; }
input.error { border: 2px solid red; }

/* CUSTOM FORM CSS */

dd#aircraft_instandhaltung-element,
dd#aircraft_halter_zip-element,
dd#aircraft_mm_rev-element,
dd#aircraft_eng_rev-element,
dd#item_ata_chapter_sub_position-element,
dd#aircraft_mm_rev-element,
dd#aircraft_eng_rev-element {
	float:left;
}
	input#aircraft_instandhaltung,
	input#aircraft_mm_rev,
	input#aircraft_eng_rev {
		width: 80px;
	}
	input#aircraft_mm_rev.additcheckbox,
	input#aircraft_eng_rev.additcheckbox,
	input#aircraft_instandhaltung.additcheckbox {
		width: 60px;
	}

dt#aircraft_revision_status-label,
dt#aircraft_mm_datum-label, 
dt#aircraft_eng_datum-label {
	clear: none;
	float: left;
	position: relative;
	width: 28px;
	top: 5px;
	padding-left: 5px;
}



dd#aircraft_rev-element,
dd#aircraft_revision_status-element {
	 
}
	input#aircraft_revision_status,
	input#aircraft_mm_datum,
	input#aircraft_eng_datum {
		width:45px;
	}

	input#aircraft_revision_status.additcheckbox,
	input#aircraft_mm_datum.additcheckbox,
	input#aircraft_eng_datum.additcheckbox {
		width:25px;
	}

/*
dd#item_ata_chapter_sub_position_2, 
dd#item_ata_chapter_sub_position_3,
dd#item_ata_chapter_sub_position_4 {
	float: right;
}

input#item_ata_chapter_sub_position,
input#item_ata_chapter_sub_position_2,
input#item_ata_chapter_sub_position_3,
input#item_ata_chapter_sub_position_4 {
	width: 31px;
	margin-right: 5px;
}

input#item_ata_chapter_sub_position.additcheckbox,
input#item_ata_chapter_sub_position_2.additcheckbox,
input#item_ata_chapter_sub_position_3.additcheckbox,
input#item_ata_chapter_sub_position_4.additcheckbox {
	width: 15px;
}


dt#item_ata_chapter_sub_position_2-label,
dt#item_ata_chapter_sub_position_3-label,
dt#item_ata_chapter_sub_position_4-label {
	display:none;
	clear: none;
	/*float: none;
}*/

	input#aircraft_halter_zip {
		width: 40px;
	}

	input#aircraft_halter_zip.additcheckbox {
		width: 35px;
	}

dt#aircraft_halter_city-label {
	display:none;
	clear: none;
	/*float: none;*/
}

dd#aircraft_halter_city-element {
	float:right; 
	position: relative;
	right: 7px;
}

	input#aircraft_halter_city {
		width: 115px;
	}
