body.admin .layout_admin{
	margin-top:8px;
}
body.admin {
    /*background: #75706A;*/
}
body.admin #all{
	margin: 16px auto;

}

body.admin .shadow_box .box-tl {
  background: url(images/shadow_box_admin/tl.png) no-repeat top left !important;
}
body.admin .shadow_box .box-tr {
  background: url(images/shadow_box_admin/tr.png) no-repeat right top !important;
}
body.admin .shadow_box .box-bl{
  background: url(images/shadow_box_admin/bl.png) no-repeat left bottom !important;
}
body.admin .shadow_box .box-br{
  background: url(images/shadow_box_admin/br.png) no-repeat right bottom !important;
}

body.admin.object.create .shadow_box,
body.admin.object.do_create .shadow_box,
body.admin.object.edit .shadow_box{
	background-color:#fff;
	border-top:1px solid #eee;
	border-left:1px solid #f6f6f6;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
}
body.admin.object.create .shadow_box .box-tl,
body.admin.object.create .shadow_box .box-tr,
body.admin.object.create .shadow_box .box-bl,
body.admin.object.create .shadow_box .box-br,
body.admin.object.do_create .shadow_box .box-tl,
body.admin.object.do_create .shadow_box .box-tr,
body.admin.object.do_create .shadow_box .box-bl,
body.admin.object.do_create .shadow_box .box-br,
body.admin.object.edit .shadow_box .box-tl,
body.admin.object.edit .shadow_box .box-tr,
body.admin.object.edit .shadow_box .box-bl,
body.admin.object.edit .shadow_box .box-br{
  background: transparent !important;
  background-color:#fff;
}


body.admin #all,
body.admin #content_header{
    width: 700px;
}
body.admin #content {
    background: #fff;
    color: black;
	padding-bottom:30px;
	padding-right:0px;
}
body.admin #navi {
    background: #9B8D7B;
    border: 1px solid #887E72;
    color: white;
}
body.admin #content span.content,
body.admin #content label {
	line-height:18px;
}
body.admin #content input {
	font-size:14px;
	height:18px;
}
body.admin fieldset legend{
	background-color:#fff;
	padding:4px 20px 3px 3px;
	font-weight:bold;
}
body.admin fieldset{
	/*background-image:url(images/bg-inputs.gif);*/
	background-repeat:no-repeat;
	border:none;
	border-left:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	padding:5px;
}

body.admin .dashboard_panel{
	width:338px;
	float:left;
	padding-right:10px;
}
body.admin .dashboard_content h2{
	margin-top:0px;
	margin-bottom:10px;
}
body.admin .dashboard_content .hr{
	/*margin-top:4px;*/
	/*margin-bottom:4px;*/
	clear:left;
	float:none;
}
body.admin .dashboard_content .dashboard_div .date_col{
	margin-right:6px;
	font-weight:bold;
	width:35px;
}
body.admin .dashboard_content .dashboard_div div{
	float:left;
	/*clear:left;*/
}
body.admin .dashboard_content .visited{
	color:#999 !important;
}
/*body.admin .dashboard_content .dashboard_div a{*/
/*		font-weight:bold;*/
/*}*/
body.admin .dashboard_content .dashboard_div .shorten{
	height:30px;
	overflow:hidden;
	width:250px;
}
body.admin .dashboard_content .dashboard_div{
	padding-top:4px;
	padding-bottom:4px;
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-right:10px;
}
body.admin .dashboard_content .dashboard_div:hover{
	background-color:#f2f2f2;
	background-color:#FAEBC7;
	/*background-color:#F7EFD5;*/

	/*color:#fff;!*/
}
body.admin .dashboard_content {
	/*width:250px;*/
}
body.admin #content input.added_entry {
    width: 150px;
    background-repeat: no-repeat;
	padding-top:1px;
	margin-bottom:16px;
}
body.admin #content input.de {
    background-image: url(/static/images/icons/mini_de.gif);
}
body.admin #content input.en {
    background-image: url(/static/images/icons/mini_en.gif);
}
body.admin #content textarea.error,
body.admin #content input.error {
    border: 2px solid #f00;
	margin:-2px !important;
}
.admin_login{
	/*margin-left:320px;*/
	margin:30px auto auto 320px;
}

body.auth .submit,
body.login .submit,
body.admin button,
body.admin .submit{
	border:1px solid #aaa !important;
	background-color:#fff;
	color:#ea921b;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 8px;
	cursor:pointer;
}

body.admin #request_state.new .new,
body.admin #request_state.edit .edit,
body.admin #request_state.done .done,
body.admin #request_state.pause .pause,
body.admin button.active,
body.login .submit:hover,
body.admin button:hover,
body.admin .submit:hover{
	border:1px solid #fff !important;
	background-color:#ea921b;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:2px 8px;
}
#navi_backend,
#navi_backend a,
body.admin #navi_admin li a,
body.admin #navi_admin li{
	background-color:#f2f2f2;
	color:#ea921b;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.5px;
}
#navi_backend a{
padding: 4px 8px;

}
#navi_backend,
body.admin #navi_admin .navi_home{
	position:absolute;
	top:0px;
	left:7px;
	margin-top:10px;
	display:block;
}

body.admin #navi_admin .navi_login{
	/*float:right;*/
	position:absolute;
	top:0px;
	left:100%;
	margin-top:10px;
	margin-left:-70px;
}
#navi_backend a:hover,
body.admin #navi_admin .active a,
body.admin #navi_admin li a:hover{
	background-color:#ea921b;
	color:#fff;
}

body.admin #search_box{
	margin-top:4px;
}
body.admin .shadow_box{
	margin-left:-7px;
	margin-right:-7px;
}

body.admin .shadow_box #content{
	min-height:300px;
}
body.admin #tabs_list li a{
	color:#aaa;
	padding: 4px 12px;
	font-size:12px;
	text-decoration:none;
	display:block;
	float:left;
	border:1px solid #eee;
	font-weight:bold;
	background-color:#f2f2f2;
}
body.admin #tabs_list li.active a,
body.admin #tabs_list li a:hover{
	background-color:#fff;
	color:#ea921b;
	border-bottom:1px solid #fff;
	/*margin-bottom:-2px;*/
}
body.admin #tabs_list li{
	display: inline;
	background: #fff;
	/*padding: 4px;*/
}
body.admin #tab_entry_attachments{
	float:right;
}
body.admin #content_header h1{
	padding-top:8px;
}
body.admin h1,
body.admin h1 a.h1 {
	color:#ea921b !important;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
}
body.admin #content_header {
padding: 16px 3px;
}
/*body.admin .autocomp{*/
/*		clear:both;*/
/*		display:block;*/
/*}*/

body.admin a.object_thumb{
  width:125px;
  height:110px;
  overflow:hidden;
  display:block;
  float:left;
  margin-right:10px;
  background-color:#eee;
}
body.admin #create_object_form .property_class .p2{
	/*margin-left:20px;*/
}
body.admin .property_class{
	/*border-top:1px solid #999;*/
	margin:12px 0px;
}

body.admin .property_class div{
	margin-left:12px;
	margin-top:4px;
	margin-bottom:4px;
}

body.admin label {
	margin-right:10px;
	/*vertical-align:top;*/
	white-space: nowrap;
}
body.admin fieldset button.add_entry{
	margin-top:-25px;
	float:right;
	border-color:#e3e3e3 !important;

}
body.admin .div{
	border-bottom:1px solid #999;
	margin-bottom:6px;
	margin-top:6px;
}
body.admin h2{
	border-bottom:1px solid #999;
	color:#999;
	margin-top:24px;
	margin-bottom:8px;

}

body.admin  .context_action_div a:hover,
body.admin  #main_action_div a:hover,
body.admin  #object_action_div a:hover{
	text-decoration:underline;
	color:#ea921b;
}
body.admin  .context_action_div br,
body.admin  #main_action_div br,
body.admin  #object_action_div br{
	height:8px !important;
	margin:0px !important;
	font-size:5px;
	line-height:5px;
}
body.admin .overview .person_shortinfo{
	margin:4px 0px;
}
body.admin a.defaultaction,
body.admin  #main_action_div a,
body.admin  #object_action_div a{
	color:#999 !important;
	display:block;
	/*font-style:italic;*/
	font-weight:bold !important;
	text-decoration:none;
	/*padding:1px 0px;*/
}
body.admin .context_action_div a,
body.admin a.defaultactioninline{
	color:#999;
	font-weight:bold !important;
	text-decoration:none;
}
body.admin  #main_action_div a span{
	font-weight:normal !important;
}
body.admin  #main_action_div{
	margin:6px 20px 20px 0px;;
}
body.admin  #object_action_div{
	float:right;
	width:200px;
	text-align:right;
	/*background-color:#fafafa;*/
	/*margin-right:-20px;*/
	/*border:1px solid #f2f2f2;*/
}
body.admin * a{
	color:inherit;
	text-decoration:inherit;
	/*font-style:italic;*/
}
body.admin * a:hover{
	color:#ea921b;
	text-decoration:underline;
}

body.admin #image_uploader{
	width:500px;
}

body.admin #searchform h2{
	clear:left;
	margin-right:10px;
}
input.small{
	width:50px;
}
textarea.medium,
input.medium{
	width:201px;
}
textarea.large,
input.large{
	width:350px;
}
textarea.long,
input.long{
	width:300px;
}

textarea.fullbox,
input.fullbox{
	width:450px !important;
	height:200px;
}

body.admin #searchform .p2{
	margin-left:116px;
}
body.admin #searchform .p{
	margin-left:10px;
}
.p2 textarea,
.p textarea,
.p2 input,
.p input{
	margin-right:4px;
	vertical-align:top;
	margin-bottom:2px;
}
.p,.p2{
	margin-top:12px;
	margin-bottom:12px;
}

body.admin input{
	padding-left:4px;
}
body.admin span.label{
	font-weight:bold;
	color:#999;
}
body.admin select{
	margin:auto !important;
}

body.admin select:focus,
body.admin textarea:focus,
body.admin input:focus{
	outline:2px solid #ea921b;
}
body.admin .searchoption_scope{
	width:auto;
	padding-right:20px;
	margin-right:20px;
}
body.admin .searchoption_bezirke{
	width:185px !important;
	margin-right:2px;
	margin-top:4px;
}
body.admin .searchoption_label{
	text-align:right;
}
body.admin .searchoption_label span{
	width:90px;
	display:block;
	float:left;
	margin-right:10px;
}

body.admin #searchform{
	width:550px;
}
body.admin .half_sheet{
	width:250px;
}
body.admin .half_sheet2{
	width:450px;
}
body.admin label.objectparam{
	display:block;
	float:left;
}
body.admin label.objectparam span{
	width:200px;
	/*width:150px;*/
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
}
body.admin .half_sheet_float{
	width:275px;
	float:left;
}
body.admin .float{
	float:left;
}
body.admin .main_col p{
	max-width:600px;
	/*margin-left:16px;*/
}
body.admin .content_header{
	margin-top:16px;
}
body.admin .person_pane_req b{
	color:#999;
}
body.admin .person_pane_req{
	width:245px;
	float:left;
	margin-right:10px;
}
body.admin .object_action_counterdiv{
	width:500px;
	margin-right:20px;
}
body.admin .dashboard_content .status_label {
margin-right:0px;
}
body.request #main_action_div .active_request *,
body.request #main_action_div .active_request {
	color:#ea921b !important;
}
body.admin .status_label {
	float:right !important;
	padding:1px 4px;
	color:#fff;
	background-color:#999;
	font-size:9px;
}

body.admin .request_status_new{
	background-color:#c00;
}
body.admin .request_status_edit{
	background-color:#ea921b;
}
body.admin .request_status_done{
	background-color:#0a0;
}

body.admin  .objectlist_actions a:hover{
	background-color:#ea921b;
	color:#fff;
	text-decoration:none;
}
body.admin  .objectlist_actions a{
	text-align:center;
	width:28px;
	height:16px;
	display:block;
	float:left;
	font-weight:bold;
	border-left:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	margin-left:5px;
}
body.admin .listicon_thumb,
body.admin .listicon_list{
	margin-top:0px;
}
body.admin .listview .object_listitem .object_miete a{
	float:left;
	margin-right:20px;
}
body.admin .listview .object_listitem .object_miete{
	width:400px !important;
}
body.admin .thumbview .object_listitem .object_miete,
body.admin .listview .object_listitem .object_miete{
	margin-top:0px !important;
}
body.admin .rating_value{
	background-image:url(images/rating-stars.png);
	background-position:0px -32px;
	height:16px;
	display:block;
}

body.admin .rating_premium{
	background-position:0px -16px !important;
}
body.admin .thumbview .object_listitem {
	height:250px;
	width:150px;
	margin-right:0px !important;
}
body.admin .thumbview .object_listitem.object_listitem_marked .objectlist_actions a.unmark_property{
	margin-top:0px;
}
body.admin .thumbview .object_listitem .objectlist_actions a.unmark_property{
	margin-top:20px;

}
body.admin .thumbview .object_listitem .objectlist_actions a{
	position:absolute;
	margin-left:130px;
	width:16px;
}
body.admin .object_listitem_marked{
	background-color:#efefef;
}
body.admin .object_listitem_marked .mark_property,
body.admin .thumbview .rating_base{
	display:none;
}
body.admin .listview .object_data .divider{
	display:none;
}
body.admin .thumbview .object_data br{
	white-space:nowrap !important;
	display:none;
}
body.admin .thumbview .object_data{
	width:140px !important;
	clear:both;
	white-space:normal;
	display:block;
	height:auto;
	font-style:normal !important;
	font-family:sans-serif;
	font-size:11px;
}
body.admin .rating_base{
	width:85px;
	display:block;
	height:16px;
	float:left;
	margin-top:-1px;
	background-image:url(images/rating-stars.png);
	/*border:1px solid #ccc;*/
}
body.admin .rating_value{
	background-image:url(images/rating-stars.png);
	background-position:0px -32px;
	height:16px;
	display:block;
}

body.admin .rating_premium{
	background-position:0px -16px !important;
}
body.admin .rating_base_small{
	width:45px;
	display:block;
	height:8px;
	float:left;
	margin-top:-1px;
	background-image:url(images/rating-stars-small.png);
	/*border:1px solid #ccc;*/
}
body.admin .rating_value_small{
	background-image:url(images/rating-stars-small.png);
	background-position:0px -16px;
	height:8px;
	display:block;
}

body.admin .rating_premium.rating_value_small{
	background-position:0px -8px !important;
}
body.admin .thumbview .object_listitem:hover,
body.admin .listview .object_listitem:hover{
	background-color:#f2f2f2;
	background-color:#F8DAB1;
	background-color:#FAEBC7;
}
body.admin .listview .object_listitem{
	height:auto;
	width:670px;
	/*margin-bottom:2px;*/
	margin-left:-18px;
	margin-right:-19px;
	padding-left:18px;
	padding-right:18px;
}
body.admin .listview .objectlist_actions{
	float:right;
	margin-right:10px;
}
body.admin .thumbview .object_desc{
	font-size:11px !important;
}
body.admin .thumbview .object_desc{
	line-height:11px !important;
}
body.admin .listview .object_desc{
	line-height:13px;
	font-style:normal !important;
	font-family:sans-serif;
	width:500px;
	/*border:1px solid #ccc;*/
	height:auto;
}
body.admin .id_caption{
	font-weight:normal;
	font-size:9px !important;
	color:#999 !important;
	vertical-align:top;
}
/*body.admin.object .tab_content{*/
/*	float:left;*/
/*	min-width:669px;*/
/*}*/
body.admin #admin-sortorder *{
	color:inherit;
	font-weight:normal !important;
}
body.admin .admin-sortorder,
body.admin #admin-sortorder{
	/*float:right;*/
	height:14px;
	border:none;
	color:inherit;
	padding:0px;
	font:inherit;
	font-size:11px !important;
	font-weight:normal !important;
}

body.admin #content span.label{
	display:block;
	float:left;
	text-align:right;
	padding-right:8px;
	width:100px;
	/*padding-top:4px;*/
	/*line-height:24px;*/
}
body.admin #content p{
	margin-top:6px;
}
body.admin #content label{
	/*clear:left;*/
	vertical-align:bottom;
	/*margin-top:6px;*/
	/*display:block;*/
}

input[type=checkbox]{
	vertical-align:bottom !important;
}
.thumbview .listonly{
	display:none;
}
.infoicons{
	position:absolute;
}
.txticon{
	color:#fff;
	background-color:#ea921b;
	padding-left:5px;
	padding-right:5px;
	margin-right:3px;
	font-size:12px;
}
.todo{
	color:#aaa !important;
	font-style:italic;
}


body.admin .object_details_1row,
body.admin .object_details_1row td,
body.admin .object_details_row,
body.admin .object_details_row td{
  border-collapse:collapse;
  padding-left:0px;
  padding-top:4px !important;
  padding-bottom:2px !important;
  vertical-align:top;
  border:none;
  /*height:24px;*/
  font-size:12px;
  line-height:130%;
}
body.admin .object_details_row,
body.admin .object_details_row td{
  border-top:1px solid #ccc;
}
body.admin .overview p{
	line-height:130%;
}
body.admin #mapcanvas{
	height:250px;
	width:300px;
}

body.admin #navi_admin *{
	font-size:11px;
}
body.admin #search_box input.text{
	width:100px;
}

#content h2.nomargin{
	margin-top:0px;
}
