td{
/* angeben, um das aussehen des editor_menus nicht zu stören */  
  margin: 1px;
  padding: 1px;
  }

h1{
	font-size: 1.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #9DC22F;
	line-height: 1em;
  }
 
h2{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #9DC22F;
	line-height: 1.2em;
  }

h2 span.subline{
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
}

h3{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
  }
  
hr{
	background-color:#8C8C8C; /* Mozilla 1.4 */
	color:#8C8C8C; 						/* IE 6 */
	border: #8C8C8C; 					/* Opera 7.11 */
	height: 1px; 							/* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

#readmorelink {
	color: #008A9A;
	cursor: pointer;
	margin-bottom: 20px;
	display: block;
}

#readmore {
	color: #FFF;
	display: none;
	padding-bottom: 10px;
	visibility: hidden;
}

/* Editor formats */

#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;
}
