/* Der Benutzer soll keine Sachen durch reines Ziehen kopieren können! */
* {
  user-drag         : none; 
  -webkit-user-drag : none;
}

/**** CLOSE BUTTON ****/

.close_button {
  background : url(../layout/close.png) no-repeat;
  cursor     : pointer;
  height     : 16px;
  position   : absolute;
  right      : 10px;
  top        : 3px;
  width      : 14px;
}

.close_button a {
  display         : block;
  text-decoration : none;
}

/**** MESSAGES ****/

#dark {
  background-image:url(../layout/transe.png);
  height          : 100%;
  left            : 0;
  position        : fixed;
  top             : 0;
  width           : 100%;
  z-index         : 10;
}

#dark canvas {
  height      : 150px;
  left        : 50%;
  margin-left : -75px;
  position    : absolute;
  top         : 200px;
  width       : 150px;
}

.dialog {
  background-color : white;
  left             : 50%;
  margin-left      : -140px;
  padding          : 10px;
  position         : absolute;
  top              : 200px;
  width            : 280px;
  z-index          : 10;
}

.bad_message {
  border : 3px #FF6699 solid;
}

.good_message {
  border : 3px #66CC66 solid;
}

/**** SYMBOLLEISTEN ****/

.iconbox {
  float      : left;
  margin     : 10px 0px 5px 0 !important;
  text-align : center;
  width      : 70px;
}

.iconbox p {
  color       : white;
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size   : 9px !important;
  margin      : 0 !important;
  padding     : 0 !important;
}

.symbolleiste_h .iconbox p {
  color : black;
}

/* SORTABLE */

#sortable { 
  list-style-type : none; 
  margin          : 0; 
  min-height      : 400px;
  padding         : 0; 
}

.ui-state-highlight { 
  height          : 1.5em; 
  list-style-type : none !important;
  margin-left     : -25px;
}

.sortable {
	min-height : 0px;
}

.sortable li {
  margin     : 0;
  position   : relative;
  z-index    : 1;
}

/* STEUERUNG für SORTABLE */

#move_up, #move_down, #duplicate_page {
	display : none;
}

#trash ul { 
  height   : 52px; 
  overflow : hidden; 
}

#trash ul li { 
  display  : none;
  height   : 0;
  overflow : hidden; 
  width    : 0; 
}

#e1_hyperlink, #e3_hyperlink {
  font-family: Helvetica, Arial;
  font-size:12px;
  color:white;
  border:1px white solid;
  padding:3px 7px;
  max-width: 220px;
}