/* CSS Document Für den Editor */
body {
	margin				: 0;
	padding				: 10px 10px 10px 5px;
	background-color	: #FFFFFF;
}
div.headline {
	width				: 692px;
	padding				: 4px;
	background-color	: #E0E0E0;
	border				: 1px solid #999999;
	font-weight			: bold;
	background-image	: url(../image_cms/gr_arrow_down.gif);
	background-repeat	: no-repeat;
	background-position	: 2px 8px;
	padding-left		: 16px;
	margin-bottom		: 16px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
}
textarea.ieditor {
	width				: 692px;
}
html* textarea.ieditor, * html textarea.ieditor {
	width				: 600px;
}
textarea.itext {
	width				: 704px;
}
html* textarea.itext, * html textarea.itext {
	width				: 704px;
	height				: 150px;
}
 