/* Spaltenbreiten */
.editorColWidthSpacer { width: 20px; }
.editorColWidth1 { width: 205px; }
.editorColWidth2 { width: 430px; }
.editorColWidth3 { width: 655px; }

/* Boxes */
.editorBoxElement1 {
	border-top: 1px solid #c4c4c4;
	background-image: url("../images/content/bg-box-1col.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 10px;
	margin-bottom: 1em;
	width: 185px;
}

.editorBoxElement2 {
	border-top: 1px solid #c4c4c4;
	background-image: url("../images/content/bg-box-2col.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 10px;
	margin-bottom: 1em;
	width: 410px;
}

.editorBoxElement3 {
	border-top: 1px solid #c4c4c4;
	background-image: url("../images/content/bg-box-3col.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 635px;
	padding: 10px 10px;
	margin-bottom: 1em;
}

.editorBoxElementAlt {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 10px;
	margin-bottom: 1em;
}

/* Content Table */
.editorTableList h1,
.editorTableList h2,
.editorTableList h3,
.editorTableList h4 {
	margin: 0;
}

/*.editorTableList thead th {
	border-width: 1px;
	border-style: solid;
	border-color: #bdbebd #707070 #707070 #bdbebd;
	color: #bdbebd;
	padding: 6px 12px;
}

.editorTableList thead th h2 {
	color: #707070;
}

.editorTableList tbody tr:hover {
	background-color: #ededed;
}

.editorTableList tbody td {
	padding: 5px;
	border-bottom: 1px solid #bdbebd;
}*/

.editorTableList {
}

.editorTableList thead th, .editorTableList thead td {
	border-bottom: 1px solid #9a9a9a;
	padding: 5px 0;
}

.editorTableList tbody tr.last td {
	border-bottom: none;
	padding: 5px 0;
}

.editorTableList thead th h2 {
	color: #707070;
}

.editorTableList tbody tr:hover {
	background-color: #ededed;
}

.editorTableList tbody td {
	border-bottom: 1px solid #9a9a9a;
	padding: 4px 2px 0;
}

/* Fliessbilder */

.editorImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.editorImageLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

/* Farben */
.editorTheWhite { color: #fff; }
.editorTheBlack { color: #08090a; }
.editorTheRed { color: #ed1c24; }
.editorTheGreen { color: #0fd02f; }
.editorTheBlue { color: #0f60bf; }
.editorTheYellow { color: #ffe02f; }
.editorThePink { color: #ff206f; }

/* Frage und Antwort */
.editorFrage {
	background-image: url("../images/layout/faq-question.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
	margin-bottom: 1px;
}

.editorAntwort {
	background-image: url("../images/layout/faq-answer.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	text-indent: 25px;
}
