body {
    font-size: 76%;
    font-family: sans-serif;
}

h2 {
    padding: 4px 2px 4px 15px;
    background: url(../img/button_bg.gif) bottom left no-repeat;
    font-size: 90%;
    font-family: sans-serif;
}

#sidebar #Editor .toolbar {
    /* position: absolute;
    top: -219px;
    left: -785px; */
}

/* Editor formats */

td{
/* angeben, um das aussehen des editor_menus nicht zu stören */  
  margin: 1px;
  padding: 1px;
  }

#Editor select{
	width:auto;
	border: 1px solid #555; 
}


#Editor textarea{
	width:auto;
	border: 1px solid #555;
	overflow: auto;
}

#Editor input{
	width:auto;
	border: 1px solid #555;
}

#Editor table {
    margin: 0;
    width: auto;
}

#Editor table td {
    padding: 2px;
    background: none;
}

#Editor iframe table td {
    border: 1px dotted #000;
}