.symbolleiste_h {
  background-color : #f2f2f2;
  border: 1px #ccc solid;
  margin-bottom    : 10px;
  padding          : 0;
  z-index          : 10;
}

/* PAGE-LIST */

/* die einzelnen Pages */
.page {
  position: relative;
  border-radius: 4px;
  background:white;
  border:1px #eee solid;
  height:30px;
  margin-bottom: 3px;
  list-style-type: none;
}

.page:hover {
  border-color: #3899EC;
}

.page_label, .page_icon, .page_config_icon, .page_config_input {
  display:inline-block;
  vertical-align: top;
}

.page_config_icon {
  margin: 4px;
  cursor: pointer;
  border: 1px black solid;
}

.select_me {
  cursor: pointer;
  display: inline-block;
}

.page_config_input {
  margin: 3px;
  border: 0px !important;
  color: #333;
  width: 90%;
  background: 0 0 transparent;
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  font-weight: 100;
  font-family: "Brandon Text",Asap,Verdana,Arial,sans-serif!important;
  font-size: 12px!important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.config_div_toggle {
  cursor: pointer;
}

.config_div {
  display: none;
  width:180px;
  height:200px;
  position: absolute;
  top:25px;
  border: 1px #eee solid;
  border-radius: 5px;
  background: white;
  padding: 3px;
  right:0;
  z-index: 2;
}

.config_div li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
  padding: 4px 0 2px;
  font-size: 11px;
  vertical-align: middle;
  cursor: pointer;
}

.config_div li:hover {
  background-color: #3899EC;
}

.layer_div, .page_config_icon {
  display: inline-block;
  white-space: nowrap;
}

#page_list {
  
}

.layer_div {
  width: 90%;
}

li.page_in_menu {
  background-color: #E2FCFF;
}

li.page_not_in_menu {
  background-color: #F7FFF4;
}

li.page_inactive {
  background-color: #F3F3F3;
}

li.page.selected {
  border-color: #414141;
}

/* DIALOGE */

.ui-dialog {
  font-size : 11px;
}

/* PAGE CONFIGURATOR */

#page_configurator {
  display:none;
  width:440px;
  position: fixed;
  left: 50%;
  margin-left: -230px;
  top:50%;
  margin-top: -280px;
  border:2px white solid;
  background: white;
  padding:20px;
  -moz-box-shadow    : 0px 4px 40px 2px black;
  -webkit-box-shadow : 0px 4px 40px 2px black;
  z-index:10;
}

#page_configurator p {
  margin: 6px 0 0 0;
}

#page_configurator h3 {
  margin: 14px 0 0 0;
}

.counter {
  margin-top:-8px;
  font-size: 10px;
  text-align: right;
}
