html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}


/* general editor content settings */
body{ padding:5px; }
html,body,iframe{
	background-color: #FFFFFF;
}

td,div,input,textarea,p,a,iframe,body,select,option{
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}

a:link { color: #666666; text-decoration: underline;}
a:visited { color: #666666; text-decoration: underline;}
a:hover { color: #DFF901; text-decoration: underline;}
a:active { color: #666666; text-decoration: underline;}

p{margin-bottom:3px}
img{ border:none; }
ul{
	margin-left:10px;
	list-style:inside;
	margin-bottom:10px;
}
li{
	margin:3px;
}


/* style menu options */

/* titel */
h1{
	font-size:20px; color:#FFFFFF;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
}
.highlight{
	background-color:#DFF901;
}
big{
	font-size:18px;
}
small{
	font-size:10px;
}
q{
	color:#333333;
}




/* some other ck required settings */
html
{
	_overflow-y: scroll
}

img:-moz-broken
{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img, input, textarea
{
	cursor: default;
}

