/* EDITOR CLASSES */
.line-height-1 {
	line-height: 10px;
}

.line-height-2 {
	line-height: 12px;
}

.line-height-3 {
	line-height: 14px;
}

.line-height-4 {
	line-height: 16px;
}

.line-height-5 {
	line-height: 18px;
}

.line-height-6 {
	line-height: 20px;
}

.line-height-7 {
	line-height: 22px;
}

.line-height-8 {
	line-height: 24px;
}

.line-height-9 {
	line-height: 26px;
}

.line-height-10 {
	line-height: 28px;
}

.bold {
	font-weight: bold;
}

.thin {
	font-weight: normal !important;
	font-size: 90% !important;
}

/* Wenn diese Datei erweitert wird, bitte auch das Original aktualisieren */

.img_left {
	float: left;
	margin: 0 20px 0 0 !important;
}

.img_right {
	float: right;
	margin: 0 0 0 20px !important;
}

p.img_zero {
	margin: 0 !important;
}

#content .img_zero img, #content .img_right img {
	margin-top: 0 !important;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.cl {
	clear: both !important;
}

.cl_left {
	clear: left;
}

.cl_right {
	clear: right;
}

.small {
	font-size: 90%;
}

.big {
	font-size: 110%;
}

.upcase {
	text-transform: uppercase;
}


.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}


.m0 {
	margin: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_brd, .no_bdr {
	border: none !important;
}

.hide {
	display: none !important;
}

.notification {
	border: 1px solid #000;
	padding: 1em 1em 0;
	margin: 0 0 1em;
}

.success {
	border-color: #390;
	color: #390;
}

.error {
	border-color: #c00;
	color: #c00;
}

.hint {
	border-color: #36c;
	color: #36c;
}