/*****************************************************************************/
/* GLOBAL STYLES USED IN EDITOR - LAYOUT                                     */
/*****************************************************************************/
/*.HeadingList {
	font-style: italic;
	text-decoration: underline;
}

.HeadingParagraph {
	font-size: 1.1em;
	font-weight: bold;
}

.HeadingResult {
	font-size: 1.1em;
	font-weight: bold;
}*/

.TextDate,
.TextTime {
	font-weight: bold;
}

/*****************************************************************************/
/* GLOBAL STYLES USED IN EDITOR - COLORS                                     */
/*****************************************************************************/
/*.HeadingList {
	color: #000000;
}

.HeadingParagraph {
	color: #00B050;
}

.HeadingResult {
	color: #000000;
}

.HeadingResultL {
	color: #dd0000;
}

.HeadingResultT {
	color: #ffae00;
}

.HeadingResultW {
	color: #009900;
}*/

.TextDate,
.TextTime {
	color: #ed1c24;
}

/*****************************************************************************/
/* LOCAL STYLES USED IN EDITOR - LAYOUT                                      */
/*****************************************************************************/
table.CellTable {
	background-color: #ffffff;
	border-collapse: collapse;
    width: 100%;
	height: 100% !important;
	margin-top: 25px;
	margin-bottom: 25px;
}

table.CellTable td {
	border: 1px solid #00B050 !important;
	color: #000000;
	font-size: 0.875rem;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.CellTable th,table.CellTable thead td {
	/*background-color: #00B050;
	border: 1px solid #00B050;
	color: #ffffff;
	font-size: 0.875rem;*/
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	/*white-space: nowrap;*/
}

/*table.CellTable tr.Grayed {
	background-color: #EBFFEB;
}*/

table.gestreift {
	background-color: #ffffff;
	border-collapse: collapse;
    width: 100%;
    height: 100% !important;
	margin-top: 25px;
	margin-bottom: 25px;
}

table.gestreift td {
	border: 1px solid #00B050;
	color: #000000;
	font-size: 0.875rem;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.gestreift th,table.gestreift thead td{
	/*background-color: #00B050;
	border: 1px solid #00B050 !important;
	color: #ffffff;
	font-size: 0.875rem;*/
  background-color: #EBFFEB !important;
	color: #00B050 !important;
	font-size: 0.875rem !important;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	/*white-space: nowrap;*/
}
table.gestreift tr:nth-child(even) { background-color: #FFF; }
table.gestreift tr:nth-child(odd) { background-color: #EBFFEB; }

table.FUS-VorstandBox {
	background-color: #ffffff;
	border: 1px solid #00B050;
	border-collapse: collapse;
    width: 100%;
	height: 100% !important;
	margin-top: 25px;
	margin-bottom: 25px;
}

table.FUS-VorstandBox td {
	font-size: 0.875rem;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

table.FUS-VorstandBox th,table.FUS-VorstandBox thead td {
	/*font-size: 12px;*/
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	/*white-space: nowrap;*/
}
/*****************************************************************************/
/* LOCAL STYLES USED IN EDITOR - COLORS                                      */
/*****************************************************************************/
table.CellTable {
	background-color: #ffffff !important;
}

table.CellTable td {
	border: 1px solid #00B050 !important;
	color: #000000 !important;
}

table.CellTable th, table.CellTable thead td {
	background-color: #EBFFEB !important;
	border: 1px solid #00B050 !important;
	color: #00B050 !important;
	font-size: 0.875rem !important;
}
@media only screen
and (max-width : 575px)
{
table.CellTable th, table.CellTable thead td table.CellTable td {
font-size: 1rem !important;
}
}
table.gestreift {
	background-color: #ffffff !important;
	border: 1px solid #EBFFEB !important;
}

table.gestreift td {
	border: 1px solid #00B050 !important;
	/*color: #000000;*/
	font-size: 0.875rem !important;
}

table.gestreift th,table.gestreift thead td {
	background-color: #EBFFEB !important;
	border: 1px solid #00B050 !important;
	color: #00B050 !important;
	font-size: 0.875rem !important;
}
@media only screen
and (max-width : 575px)
{
table.gestreift th,table.gestreift thead td, table.gestreift td {
font-size: 1rem !important;
}
}
table.FUS-VorstandBox {
	background-color: #FFFFFF !important;
	border: 1px solid #00B050 !important;
}
table.FUS-VorstandBox th, table.FUS-VorstandBox thead td {
	background-color: #EBFFEB !important;
	border: 1px solid #EBFFEB !important;
	color: #00B050 !important;
	font-size:1rem !important;
}
table.FUS-VorstandBox td {
	border: 1px solid #00B050 !important;
}
@media only screen
and (max-width : 575px)
{
table.FUS-VorstandBox th, table.FUS-VorstandBox thead td {
font-size: 1.125rem !important;
}
table.FUS-VorstandBox td {
font-size: 1.0rem !important;
}
}