/*
 *
 * ALLGEMEINE DEFINITIONEN UND HELFER
 *
 */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	color:#3E3E3E;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	margin: 0;
	padding-left: 20px;
}
.clearer {
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	text-decoration: none;
}
a {
	text-decoration: none; color: #f78114;
}
img {
	border: 0pt none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.highlight {
	color: #F76114;
}
.greylight {
	color: #BDC2C4;
}

/*
 *
 * CONTAINER DEFINITIONEN
 *
 */

div#container_main {
	margin: 30px auto 0 auto;
	width: 780px;
}

div#container_content {
	width:780px;
}
div#container_header {
	height: 30px;
	text-align:right;
}
div#container_footer {
	width:210px;
}
/*
 *
 *HEADER
 *
 */


/*
 *
 *CONTENT
 *
 */
 
/*CONTENT LEFT*/
div#container_content .content_left {
	width:200px;
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 34px 10px 20px 0;
	height:100%;
}
/*static menu*/
div#container_content .content_left .static {
	float:left;
	margin:152px 0 0 0;
}
div#container_content .content_left .static .menu_static {
	margin: 0 0 10px 0;
}
div#container_content .content_left .static .menu_static a{
	display: block;
	margin: 0 0 0 0;
	color: #BDC2C4;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}
div#container_content .content_left .static .menu_static a.active{
	display: block;
	margin: 0 0 0 0;
	color: #616E73;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}
div#container_content .content_left .static .address {
	margin: 0 0 0 0;
	color: #798488;
	font-weight: bold;
	font-size:9px;
	line-height:10px;
}
div#container_content .content_left .static .address a{
	color: #798488;
	text-decoration:none;
}
/*dynamic menu*/
div#container_content .content_left .menu {
	margin: 0 0 0 0;
}
div#container_content .content_left .menu a{
	display: block;
	margin: 0 0 0 0;
	color: #616E73;
	text-align: left;
	font-weight: bold;
	font-size:20px;
	line-height:20px;
/*	text-transform:uppercase; */
}
div#container_content .content_left .menu a.active{
	display: block;
	margin: 0 0 0 0;
	color: #BDC2C4;
	text-align: left;
	font-weight: bold;
	font-size:20px;
	line-height:20px;
/*	text-transform:uppercase; */
}
div#container_content .content_left .menu_news{
	margin: 25px 0 0 0;
}
div#container_content .content_left .menu_news a{
	display: block;	
	margin: 0 0 0 0;
	color:#F76114;
	text-align: left;
	font-weight: bold;
	font-size:20px;
	line-height:20px;
/*	text-transform:uppercase; */
}
div#container_content .content_left .menu_sub {
	margin: 26px 0 0 0;
}
div#container_content .content_left .menu_sub a{
	display: block;
	margin: 0 0 0 0;
	color: #798488;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}
div#container_content .content_left .menu_sub a.active{
	display: block;
	margin: 0 0 0 0;
	color: #F76114;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}
div#container_content .content_left .menu_sub_para {
	margin: 20px 0 0 0;
}
div#container_content .content_left .menu_sub_para a{
	display: block;
	padding: 0 0 0 12px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	color: #798488;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}
div#container_content .content_left .menu_sub_para a.active{
	display: block;
	padding: 0 0 0 12px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	color: #F76114;
	text-align: left;
	font-weight: bold;
	font-size:10px;
	line-height:12px;
}

/*CONTENT MAIN*/
div#container_content .content_main {
	float: left;
	display:inline;
	margin: 0 0 0 0;
	background-color: white;
}
div#container_content .content_main p{
	margin: 0 0 5px 0;
}
div#container_content .content_main .content{
	width: 560px;
	display: block;
}
div#container_content .content_main .content h1{
	color: #F76114;
	font-weight: bold;
	font-size:12px;
	margin: 0 0 5px 0;
}
div#container_content .content_main .content .feature_h_orange{
	color: #F76114;
	font-size:11px;
	line-height:12px;
	font-weight: bold;
}
div#container_content .content_main .content .feature_h_grey{
	color: #B0B7B9;
	font-weight: bold;
	font-size:11px;
	line-height:12px;
}
div#container_content .content_main .content h4{
	color: #F76114;
	font-weight: bold;
	font-size:10px;
	margin: 0 0 5px 0;
}
div#container_content .content_main .content img{
	margin: 0px 0px 0px 0px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	display: inline; /* IE fix for double-margin bug */
	margin: 0px 5px 5px 0px;
}
div#container_content .content_main .flashbox{
	background-color:#666666;
	background-image:url(../images/flash.jpg);
	background-repeat:no-repeat;
	height:220px;
	width:560px;
	margin: 0 0 25px 0;
	border:none;
}
div#container_content .content_main .content .box_white {
	padding: 5px 5px 5px 5px;
	border-top:1px solid #8F989C;
	border-right:2px solid #8F989C;
	border-bottom:2px solid #8F989C;
	border-left:1px solid #8F989C;
	margin: 0 0 10px 0;
}
div#container_content .content_main .content .box_white p{
	margin: 0 0 0 57px;
}
div#container_content .content_main .content .box_white a{
	color: #F76114;
	font-weight:bold;
}
div#container_content .content_main .content .box_white_no_pic {
	padding: 5px 5px 5px 5px;
	border-top:1px solid #8F989C;
	border-right:2px solid #8F989C;
	border-bottom:2px solid #8F989C;
	border-left:1px solid #8F989C;
	margin: 0 0 10px 0;
}
div#container_content .content_main .content .box_white_no_pic p{
}
div#container_content .content_main .content .box_white_no_pic a{
	color: #F76114;
	font-weight:bold;
}
div#container_content .content_main .content .box_orange {
	padding: 8px 8px 8px 8px;
	background-color:#F76114;
	color:#FFFFFF;
	margin: 0 0 10px 0;
}
div#container_content .content_main .content .box_orange h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase; 
	margin: 0 0 2px 0;
}
div#container_content .content_main .content .box_orange a{
	color: #FFFFFF;
	font-weight:bold;
}

div#container_content .content_main .content .box_grey {
	padding: 8px 8px 8px 8px;
	background-color:#616E73;
	color:#FFFFFF;
	margin: 0 0 10px 0;
}
div#container_content .content_main .content .box_grey h1{
	color: #F76114;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase; 
	margin: 0 0 2px 0;
}
div#container_content .content_main .content .box_grey a{
	color: #F76114;
	font-weight:bold;
}
/*85 x 85px Thumbnail Gallery*/

div#container_content .content_main .content .gallery_85px{
	margin: 0 0 9px 0;
	padding:0 0 0 0;
	border: 0px none;
	float:left;
	display: inline;
}
div#container_content .content_main .content .gallery_85px .thumb{
	margin: 0 9px 0 0;
	padding:0 0 0 0;
	float:left;
	display: inline;
}
div#container_content .content_main .content .gallery_85px .thumb_last{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	float:left;
	display: inline;
}
/*CONTENT MAIN 100%*/
div#container_content .content_main .content .full{
	float: left;
	display:inline;
	width:560px;
	margin: 0 0 10px 0;
}
/*News Thumb Gallery and News Image Popup Gallery*/
div#container_content .content_main .content .full .news_thumbs{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#container_content .content_main .content .full .news_thumbs .thumb{
	width:94px;
	float: left;
	display:inline;
	margin: 0 0 5px 0;
}
div#container_content .content_main .content .full .news_thumbs .thumb_last{
	width:90px;
	float: left;
	display:inline;
}
/*Referenzen Thumb Gallery*/
div#container_content .content_main .content .full .refer_thumbs {
	margin: 10px 0 10px 0;
	padding:0 0 0 0;
	text-align:left;
}
div#container_content .content_main .content .full .refer_thumbs .thumb{
	float: left;
	display:inline;
}
div#container_content .content_main .content .full .refer_thumbs .thumb img{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#container_content .content_main .content .full .refer_thumbs .thumb p{
	color:#BDC2C4;
	text-align:left;
	padding:0 2px 0 2px;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_last{
	float: right;
	display:inline;
	margin: 0 0 0 0;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_last img{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_last p{
	color:#BDC2C4;
	text-align:left;
	padding:0 2px 0 2px;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC{
	float: left;
	display:inline;
	margin: 0 16px 10px 0;
	width: 80px;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC img{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC p{
	color:#BDC2C4;
	text-align:left;
	padding:0 2px 0 2px;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC_last{
	float: right;
	display:inline;
	margin: 0 0 0 0;
	width: 80px;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC_last img{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#container_content .content_main .content .full .refer_thumbs .thumb_FlexC_last p{
	color:#BDC2C4;
	text-align:left;
	padding:0 2px 0 2px;
}
/*CONTENT MAIN LEFT*/
div#container_content .content_main .content .left{
	float: left;
	display:inline;
	width:273px;
	margin: 0 14px 0 0;
}
/*CONTENT MAIN RIGHT*/
div#container_content .content_main .content .right{
	float: left;
	display:inline;
	width:273px;
	margin: 0 0 0 0;
	text-align:left;
}



			/***************************/
				/* TYPO 3 STYLES: */
			/***************************/
/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE { font-family: arial, helvetica, verdana, sans-serif; }
PRE { font-family: monospace; }
H1, H2, H3, H4, H5 {  }
P, UL, OL, BLOCKQUOTE {  }
LI {  }
FORM { }
P, PRE { margin: 0px 0px 0px 0px; }

				

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
IMG.spacer-gif {  }
P.csc-linkToTop {  }
P.csc-linkToTop A {  }

DIV.csc-frame {  }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-bottom: 1px solid black; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid black; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 {  }
DIV.csc-frame-frame2 {  }
				
/******************/
/* Headers, plain */
/******************/
H1 { }
H2 { }
H3 { }
H1, H2, H3, H4, H5, H6 {}
H1.csc-firstHeader,
H2.csc-firstHeader,
H3.csc-firstHeader,
H4.csc-firstHeader,
H5.csc-firstHeader,
H6.csc-firstHeader {  }

/* Headers, with link */
H1 A, H2 A {  }
H1 A:hover {  }

/* Header date */
P.csc-header-date {  }

/* Subheader, general */
P.csc-subheader { font-size: 12px; }

/* Subheader, specific */
P.csc-subheader-0 {  }
P.csc-subheader-1 {  }
P.csc-subheader-2 {  }
P.csc-subheader-3 {  }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {  }
P.bodytext I {  }
P.bodytext U {  }
P.bodytext B {  }
P.bodytext B I {  }
P.bodytext B I U {  }
P.bodytext A {  }

/* RTE / Bulletlists */
UL { font-size: 11px; margin-top: 0px;  }
UL UL LI { font-size: 10px; }
UL LI A {  }

OL { font-size: 11px; margin-top: 0px; }
OL LI A {  }

LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / BlockQuote styling */
BLOCKQUOTE {  }
BLOCKQUOTE P.bodytext { margin-left: 20px; }
BLOCKQUOTE BLOCKQUOTE {  }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 20px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #666666 solid; margin: 10px 10px 10px 10px; width: 70%; }
TABLE.contenttable TR TD { padding: 5px 5px 5px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; color: #666666; }
TABLE.contenttable TR {  }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 11px; }
P.csc-caption A {  }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 1px black solid; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { margin-top: 20px; }
TABLE.imgtext-nowrap H1,
TABLE.imgtext-nowrap H2,
TABLE.imgtext-nowrap H3,
TABLE.imgtext-nowrap H4,
TABLE.imgtext-nowrap H5 { margin-top: 0px; }

div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image  {
	margin:0 0 0 0;
}
/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist {  }
UL.csc-bulletlist LI {  }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 {  }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }
TABLE.contenttable TR.tr-last TD P {  }
TABLE.contenttable TR TD.td-last P {  }

/* Tables, specifically */
TABLE.contenttable-0 P {  }

TABLE.contenttable-1 P {  }
TABLE.contenttable-1 TR.tr-0 TD { }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
 
TABLE.contenttable-2 P {  }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P {  }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { }
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 1px solid black; width: 70%; }
TABLE.csc-uploads TR TD P { font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd {  }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { }

TABLE.csc-uploads-2 { }

TABLE.csc-uploads-3 { }
TABLE.csc-uploads-3 TR.tr-even {  }
TABLE.csc-uploads-3 TR.tr-odd {  }
TABLE.csc-uploads-3 TR TD {  }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid black; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid red; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell {  }
FORM TABLE TR TD.csc-form-fieldcell {  }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {  border: 1px solid black; font-style: italic; font-size: 11px; }
FORM TABLE TR TD.csc-form-labelcell P, FORM TABLE TR TD.csc-form-commentcell P { font-size: 11px;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label {  }
FORM TABLE { margin-top: 10px; }

/* Email form, specifically */
FORM .csc-mailform {
	border: 0pt none;
	padding:0 0 0 0;
	margin: 5px 0 14px 0;
	
}
FORM .csc-mailform .csc-mailform-field{
}
FORM .csc-mailform .csc-mailform-field LABEL{
	float: left;
	display: inline;
	color:#F76114;
	width:60px;
}
FORM .csc-mailform .csc-mailform-field INPUT{
	float: left;
	display: inline;
	width:194px;
	margin: 0 0 5px 0;
}
FORM .csc-mailform .csc-mailform-field TEXTAREA{
	float: left;
	display: inline;
	width:256px;
	height:145px;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
FORM .csc-mailform .csc-mailform-field INPUT.csc-mailform-submit{
	float: left;
	display: inline;
	width:100px;
	margin: 10px 0 0 154px;
}

FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {  }

/* Search form, specifically */
FORM TABLE.csc-searchform {  }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell  {  }

/* Login form, specifically */
FORM TABLE.csc-loginform {  }
FORM TABLE.csc-loginform TR TD.csc-form-labelcell  {  }




/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 5px; margin-top: 10px; border: 1px black solid; width: 100%; }
TABLE.csc-searchResultInfo TR {  }
TABLE.csc-searchResultInfo TR TD P { font-size: 11px; padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext P {  }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {  }
H3.csc-searchResultHeader { padding-left: 5px; }
P.csc-searchResult { font-size: 11px; font-style: italic; background-color: #eeeeee; margin-left: 20px;}



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px; border: 1px solid black;}
DIV.csc-menu P { margin-left: 30px; padding-left: 5px; font-size: 11px; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 40px; font-style: italic; }
DIV.csc-menu P A {  }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def  P A { } 

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 {  }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 {  }
DIV.csc-menu-2 P.csc-sitemap {  }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 50px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 100px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 150px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 200px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A {  }
DIV.csc-menu-2 P.csc-sitemap-level2 A {  }
DIV.csc-menu-2 P.csc-sitemap-level3 A {  }
DIV.csc-menu-2 P.csc-sitemap-level4 A {  }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 {  }
DIV.csc-menu-3 P.csc-section A {  }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 {  }
DIV.csc-menu-4 P.csc-abstract { margin-left: 40px; font-style: italic; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 {  }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 {  }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 {  }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A {  }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

TABLE.typo3-adminPanel { border: 1px solid black;  }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD {  }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD {  }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 1px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 12px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 12px;  }
TABLE.typo3-editPanel TD { border: 0px; }
TABLE.typo3-editPanel TD FONT { font-family: verdana; font-size: 12px;  }
TABLE.typo3-editPanel TD.typo3-editPanel-controls {  }
TABLE.typo3-editPanel TD.typo3-editPanel-label {  }
