/***********************************************/
/* HTML element styles                 	       */
/***********************************************/ 

body {
/*
	font-family: "LettrGoth12 BT", Verdana, Arial, Helvetica, sans-serif;
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-family: "Monospac821 BT", Arial, Helvetica, sans-serif;
	font-family: OCRB, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Monospac821 BT", Arial, Helvetica, sans-serif;
*/

	font-family: "LettrGoth12 BT", "Monospac821 BT", "Lucida Console", OCRB, "Letter Gothic", "Courier New", monospace;

	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	/* IE 5.x hack to center the #container div, part 1 */
	text-align: center;
}

p {
	margin: 0px;
	margin-bottom: 8px;
	color: #333333;
}

pre {
	font-family: "Lucida Console", OCRB, "Letter Gothic", monospace;
	font-size: small;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

ul, ol {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	color: #333333;
}

p:hover, ul:hover, ol:hover, pre:hover {
	color: #666666;
	background-image: url(../img/p-end.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


ul ul, ul ol, ol ol, ol ul {
	margin: 0px;
	margin-left: 22px;
}

ul ul:hover, ul ol:hover, ol ol:hover, ol ul:hover {
	background-image: none;
}

/*
ul ul, ul ol, ol ol, ol ul {
	background-color: #FFFFCC;
}
*/

li {
	margin: 0px;
	padding: 0px;
}


/*************** Überschriften ****************/
h1, h2, h3, h4, h5, h6 {
	color: #334d55;
	margin-top: 20px;
	margin-bottom: 5px;
}

h1{
 font-size: 133%;
}

h2{
 font-size: 120%;
}

h3{
 font-size: 114%;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 100%;
 font-weight: normal;
}


/****** Linkfarben und Unterstreichungen ******/
a {
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
	border-bottom: 1px dotted #000000;
}

a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover {
	color: #0F4299;
	border-bottom: 1px solid #000000;
}

#content p:hover>a,
#content li:hover>a {
	border-bottom: 1px solid #000000;
}

#content p a[target],
#content ul a[target] {
	background: url(../img/external.png) center right no-repeat;
	padding-right: 14px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* Used, to center content */
#container {
	width: 100%;
	min-width: 775px;
	max-width: 965px;
	margin: 0px auto;
	padding: 0px;
	/* IE 5.x hack to center the #container div, part 2 */
	text-align: left;
}

#kopf {
	float: right;
	width: 73%;
	margin: 0px;
	padding: 0px;
	padding-top: 5%;
	text-align: right;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#kopf-inner {
	width: 542px;
	margin: 0px auto;
	padding: 8px 0px;
	background-color: #FFFFFF;
}

#kopf-inner a {
	border-bottom: none;
}

div.clear {
	clear: both;
}

#main {
	float: right;
	width: 73%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#main-inner {
	width: 542px;
	margin: 0px auto;
	padding: 8px 0px;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFDDDD;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: small;
	min-height: 200px;
}

#navBar {
	float: left;
	width: 27%;
	margin: 0px;
	padding: 0px;
}
#navBar-inner {
	width: 200px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}

#foot {
	float: right;
	width: 73%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#foot-inner {
	width: 542px;
	margin: 0px auto;
	padding: 8px 0px;
	background-color: #FFFFFF;
}

#bottom {
	clear: both;
	float: right;
	width: 73%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../img/back1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#bottom-inner {
	border-top: 1px solid #AAAAAA;
	padding-top: 5px;
	text-align: right;
	width: 542px;
	margin: 0px auto;
}


/***********************************************/
/* Komponenten                                 */
/***********************************************/


/*************** #seitenTitel styles **************/

#seitenTitel{ /* Kein Bullet */
	margin: 0px;
	margin-bottom: 35px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #888888;
	font-weight: bold;
}
#produkte #seitenTitel{ /* Bullet rot*/
	margin: 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../img/bullet_fett_f00.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
#service #seitenTitel{ /* Bullet gelb*/
	margin: 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../img/bullet_fett_fc6.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

/************* #crumbTrail styles *************/

#crumbTrail{
	font-size: x-small;
	padding: 0px;
	padding-top: 5px;
/*	background-color: #EFEFEF;*/
	color: #888888;
	margin-bottom: 8px;
}
#crumbTrail a {
	color: #888888;
	border-bottom: none;
}

#crumbTrail a:hover {
	text-decoration: underline;
}

/************* #foot styles ***************/

#foot a {
	padding: 0px;
	color: #333333;
	border-bottom: none;
	font-weight: normal;
}

#foot pre:hover>a {
	text-decoration: underline;
	color: #000000;
}

#foot pre>a:hover {
	color: #660000;
}

#foot #logo {
	float: left;
	border-top: 1px solid #444444;
	padding-top: 10px;
	padding-right: 5px;
}

#foot #address {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

#foot #last-update {
	clear: both;
	font-size: x-small;
	padding: 0px;
	padding-right: 10px;
	text-align: right;
}


/***********************************************/
/* Hauptmenü                      	           */
/***********************************************/ 

#menu1 li span {
	display: block;
}
#menu1 a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

#menu1 a:hover {
	color: #000000;
}
#menu1 span.inner {
	color: #110000;
}

#menu1 ul, #menu1 li {
	margin: 0px;
	padding: 0px;
}

#menu1 ul, #menu1 li {
}

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 ul a:link,
#menu1 ul a:visited {
	display: block;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu1 li {
	border-bottom: 1px solid #FFF;
}

/* fix for browsers that don't need the hack */
html>body #menu1 li {
	border-bottom: none;
}

/* Schaltflächen-Hintergründe */
ul.menu1-lev1 span {
/*	background-image: url(../img/menu-bg-dunkel-grau.jpg);*/
	background-image: url(../img/menu-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
li.oel span { /* Öl-bereich blau */
/*	background-image: url(../img/menu-bg-hell-blau.jpg);*/
	background-image: url(../img/menu-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
li.gas span { /* Gas-bereich gelb */
/*	background-image: url(../img/menu-bg-hell-orange.jpg);*/
	background-image: url(../img/menu-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
li.service span { /* Service-bereich bläulich */
/*	background-image: url(../img/menu-bg-hell-grau.jpg);*/
	background-image: url(../img/menu-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul.menu1-lev1 ul.menu1-lev2 span {
	background-image: none;
}

/* Aktions-Bereiche */
/* Öl-bereich blau, mit Hervorhebung */
/*
li.oel-aktion-bereich span {
	background-image: url(../img/menu-Bg_blau-aktion.png);
	background-position: bottom right;
}
*/

/* Aktions-Seiten - Hervorhebung einer einzelnen Seite - schwierig, sollte man besser weglassen? */
/* Öl-seite blau, mit Hervorhebung */
/* This addresses only CSS compliant browsers ... IE fails again */
/*
li.oel-aktion-seite>span {
	background-image: url(../img/menu-Bg_blau-aktion.png);
	background-position: bottom right;
}
*/

/* Einrückung und Schriftstärke entsprechend der Menü-Tiefe */
/* Indent and font weight according to menu level */
#menu1 ul.menu1-lev1 li a,
#menu1 ul.menu1-lev1 li span.inner {
	text-align: right;
	padding-left: 0px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 10px;
	font-weight: bold;
	background-position: 180px 12px;
}
#menu1 ul.menu1-lev1 li a:hover{
}
#menu1 ul.menu1-lev2 li a,
#menu1 ul.menu1-lev2 li span.inner {
	text-align: right;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	margin-right: 18px;
	font-weight: normal;
	background-position: 170px 5px;
	border-bottom: 1px solid #DDDDDD;
}
#menu1 ul.menu1-lev2 li a:hover {
}
#menu1 ul.menu1-lev3 li a,
#menu1 ul.menu1-lev3 li span.inner {
	text-align: right;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	margin-right: 28px;
	font-weight: normal;
	font-size: 95%;
	background-position: 160px 2px;
	border-bottom: 1px dashed #DDDDDD;
}
#menu1 ul.menu1-lev3 li a:hover {
}
#menu1 ul.menu1-lev4 li a,
#menu1 ul.menu1-lev4 li span.inner {
	text-align: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	margin-right: 38px;
	font-weight: normal;
	font-size: 95%;
	background-position: 150px 0px;
	border-bottom: none;
}
#menu1 ul.menu1-lev4 li a:hover {
}

/* Verschiedene icons für verschiedene Zustände des Menü-Eintrags */
/* Different icons for different states of the menu entry */
/*--- default and current ---*/
ul.menu1-lev1 a, ul.menu1-lev1 span.inner {
	background-image: url(../img/nav-document_no.gif);
	background-repeat: no-repeat;
}

/*--- normal entries, not in rootline, not active, no children ---*/
ul.menu1-lev1 li.no a,
ul.menu1-lev1 ul.menu1-lev2 li.no a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.no a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.no a {
	background-image: url(../img/nav-document_no.gif);
}

/*--- entries with children, not in rootline, not active ---*/
ul.menu1-lev1 li.sub a,
ul.menu1-lev1 ul.menu1-lev2 li.sub a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.sub a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.sub a {
	background-image:  url(../img/nav-closedFolder_no.gif);
}
/*----- when level 1 is open all the time -----*/
/*
ul.menu1-lev1 li.sub a {
	background-image:  url(../img/nav-openFolder_no.gif);
}
*/

/*--- active entries, in rootline, no children ---*/
ul.menu1-lev1 li.act a,
ul.menu1-lev1 ul.menu1-lev2 li.act a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.act a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.act a {
	background-image:  url(../img/nav-document_act.gif);
}

/*--- active entries, in rootline, with children ---*/
ul.menu1-lev1 li.actsub a,
ul.menu1-lev1 ul.menu1-lev2 li.actsub a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.actsub a,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.actsub a {
	background-image:  url(../img/nav-openFolder_act.gif);
}

/*--- current entry, in rootline, no children ---*/
ul.menu1-lev1 li.cur span.inner,
ul.menu1-lev1 ul.menu1-lev2 li.cur span.inner,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.cur span.inner,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.cur span.inner {
	background-image:  url(../img/nav-document_act.gif);
}

/*--- current entry, in rootline, with children ---*/
ul.menu1-lev1 li.cursub span.inner,
ul.menu1-lev1 ul.menu1-lev2 li.cursub span.inner,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.cursub span.inner,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.cursub span.inner {
	background-image:  url(../img/nav-openFolder_act.gif);
}


/*--- hover, default ---*/
ul.menu1-lev1 li a:hover,
ul.menu1-lev1 ul.menu1-lev2 li a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li a:hover {
	background-image: url(../img/nav-openFolder_hover.gif);
}
/*--- hover, normal entries, not in rootline, not active, no children ---*/
ul.menu1-lev1 li.no a:hover,
ul.menu1-lev1 ul.menu1-lev2 li.no a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.no a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.no a:hover {
	background-image: url(../img/nav-document_hover.gif);
}
/*--- hover, active entries, in rootline, no children ---*/
ul.menu1-lev1 li.act a:hover,
ul.menu1-lev1 ul.menu1-lev2 li.act a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 li.act a:hover,
ul.menu1-lev1 ul.menu1-lev2 ul.menu1-lev3 ul.menu1-lev4 li.act a:hover {
	background-image:  url(../img/nav-document_hover.gif);
}


/*********** #menu1 styles ***********/

#menu1{
	position: relative;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: small;
}

#menu1 h3{
	padding: 10px 0px 2px 10px;
}


/********************************************/
/* Content-Bereiche                         */
/********************************************/

#helper_table_50_50,
#helper_table_70_30,
#helper_100,
#helper_50_50,
#helper_70_30,
#helper_50_50_ou,
#helper_70_30_ou {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
}
div.helper {
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	background-color: yellow;
	width: 100%;
	clear: both;
}
div.helper h6 {
	font-size: x-small;
	margin: 3px;
	padding: 2px;
}


/***************************************************/
/* table formatting of cols, use ONLY if in doubt! */
/***************************************************/
.c_table_50_50 {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
}
.c_table_50_50 td.c_td50links, .c_table_50_50 td.c_td50rechts {
	vertical-align: top;
	padding: 0px;
	font-size: 95%;
	width: 50%;
}

.c_table_70_30 {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
}
.c_table_70_30 td.c_td70links {
	vertical-align: top;
}
.c_table_70_30 td.c_td30rechts {
	vertical-align: top;
	font-size: x-small;
	line-height: 1.4;
}

td.divider {
	margin: 0px;
	padding: 0px;
	width: 17px;
	background-image: url(../img/linie_70_30.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/**************************************/
/* div formatting of cols, preferred! */
/**************************************/

/**
 * Only used as a subcontainer, to have Typo3 framing around it.
 * Framing will be done by a specifically configured 'frame' field.
 * Support for the framing must be added to the CSS and will take care of
 * padding and margins.
 */
.c_100 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/**
 * c_70links/c_30rechts used for two column content, where the right
 * column is of minor importance (e.g. news or so).
 */
.c_70links {
	float: left;
	width: 68%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
}

.c_30rechts {
	float: left;
	width: 28%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: -1px;
	padding-left: 8px;
	border-left: 1px solid #cccccc;
	height: 100%;
}

.c_30rechts p {
	font-size: x-small;
	line-height: 1.4;
}

/**
 * c_50links/c_50rechts used for two column content, where the both
 * columns are of equal importance.
 */
.c_50links {
	float: left;
	width: 48%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
	font-size: 95%;
}
.c_50rechts {
	float: left;
	width: 48%;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: -1px;
	padding: 0px;
	padding-left: 8px;
	border-left: 1px solid #cccccc;
	font-size: 95%;
}

.c_oben {
	background-color: #efefef;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}
.c_unten {
	background-color: #efefef;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

/************* #formular styles ***************/

#formular{
	padding: 4px 7px;
	font-size: 80%;
	background-color: #CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FF0000;
}

#formular form{
	margin: 0px;
	padding: 0px;
}


/************** formular on every page styles **************/
#formular div {
	margin: 0px;
	padding: 0px;
}

#formular p {
	margin: 4px 0px 2px 0px;
	padding: 0px;
}

#formular p#csc-form-tophint {
	text-align: right;
	font-size: 80%;
	display: none;
}

#formular label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1em;
}

#formular input {
	width: 148px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#formular textarea {
	width: 148px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Typo3 Autorenstile                 	       */
/***********************************************/ 
.csc-frame {
	background-color: #EFEFEF;
	margin: 8px 0px;
	padding: 8px;
	font-size: 88%;
	text-align: justify;
}
.csc-frame-frame1 {
	border: 1px solid #333333;
}
.csc-frame-frame2 {
	border: 1px solid #FF0000;
}
.csc-frame-invisible {
}
.csc-frame-rulerAfter {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #777777;
	font-size: 1px;
	padding: 0px;
	margin: 8px 0px;
	line-height: 1px;
}
.csc-frame p a {
	padding-left: 10px;
	background-image: url(../img/pfeil_re.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #000000;
	font-weight: bold;
}
p.csc-caption {
	background-color: #E0E1EB;
	color: #7A7A7A;
	padding: 4px;
	font-size: 88%;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
.table-50-50 {
	margin: 0px;
	padding: 0px;
}
/*.table-50-50 .csc-frame{
	height: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
}*/
td.default{
	vertical-align: top;
	background-color: #EFEFEF;
	border: 1px solid #333333;
	padding: 8px;
	font-size: 85%;
	width: 50%;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
td.default p a {
	padding-left: 10px;
	background-image: url(../img/pfeil_re.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-weight: bold;
}

/*--- tt_news V 2.1.1 Formatierung ---*/
div.news-latest-container {
	line-height: 1;
	background-color: #F6F6F6;
}
div.news-latest-container p {
	line-height: 1.16;
}
div.news-latest-container h2 {
	padding: 3px 5px;
	margin: 0px;
	background-color: #F0F0F0;
	border-bottom: 1px dotted black;
}
div.news-latest-item {
	border-bottom: 1px dotted black;
	padding: 5px;
}
div.news-latest-item h3 {
	margin-top: 1px;
	margin-bottom: 2px;
}
div.news-latest-item h3 a {
	color: #666666;
}
span.news-latest-date {
	font-size: x-small;
}
div.news-latest-item hr.clearer {
	display: none;
}
div.news-latest-morelink {
	font-size: x-small;
}
div.news-latest-gotoarchive {
	padding: 5px;
	font-size: x-small;
}

/*----- logo bereich -----*/
#bottom a {
	border-bottom: none;
}

div#w3c {
	float: right;
}

div#typo3 {
	float: right;
	width: 117px;
	height: 31px;
}

a#typo3-made {
	display: block;
	width: 117px;
	height: 31px;
	background-image: url(../img/t3logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#typo3-made:hover {
	background-position: 0px -31px;
}

a#typo3-made span {
	display: none;
	/* doesn't work ??? */
	text-indent: -5000px;
}

div#xhtml {
	width: 80px;
	height: 15px;
}
div#xhtml a {
	display: block;
	width: 80px;
	height: 15px;
	background-image: url(../img/xhtml10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#xhtml a:hover {
	background-position: 0px -15px;
}
div#xhtml a span {
	display: none;
	/* doesn't work ??? */
	text-indent: -5000px;
}

div#css {
	width: 80px;
	height: 15px;
}
div#css a {
	display: block;
	width: 80px;
	height: 15px;
	background-image: url(../img/css.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#css a:hover {
	background-position: 0px -15px;
}
div#css a span {
	display: none;
	/* doesn't work ??? */
	text-indent: -5000px;
}

table.typo3-adminPanel {
	text-align: left;
}

form {
	margin: 0px;
	text-align: left;
}