/*Globalformatierung für das ganze Projekt, definiert Hintergrundbild, Schriftart, Einrückung*/
body {background-color: #F8FBD4;
  color: #000000;font-family:Verdana;margin-left:12%; margin-right:12%;font-size:85%; width:76%;}

/*Definitionen für Grafiken */  
.img {border : 0;}

/*Formatierung für die Navigationsleiste*/
table.menuleiste  { table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:1px; border-color:#0033ff;}
td.tdmenu  {  font-size:100%; text-transform:uppercase;font-weight:bold;font-family:Times New Roman; background-color:#ffff00; }
td.tdmenukl  {  font-size:95%; text-transform:uppercase;font-weight:bold;font-family:Times New Roman; background-color:#ffff00; }
td.tdmenu1  {  font-size:100%; text-transform:none;font-weight:bold;font-family:Arial; background-color:#ffff00; text-decoration:none; }

/*Formatierung für die Unter-Navigationsleiste*/
table.unterleiste  { table-layout:fixed; width:100%; margin-left:0px;}
td.tdumenu  {  font-size:95%; font-weight:bold;font-family:Times New Roman;}

/*Formatierung für einfache Tabellen*/
table.einfach  {  table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:0px; font-size:100%}

/*Formatierung für Technologien Tabellen*/
table.technologien {  table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:0px; font-size:95%}

/*Formatierung für doppelspaltige Tabellen, mit denen lange Fließtexte gebrochen werden*/
table.doppelt  {  table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:0px; font-size:100%}
td.td1 { padding-right:25px; width:50%; vertical-align:top;}
td.td2  { padding-left:25px; width:50%;vertical-align:top;}

/*Formatierung für tankauf Tabelle*/
table.tankauf {  table-layout:fixed; width:100%; border-collapse:collapse; margin-left:0px; font-size:100%}
td.tan1 { padding-right:25px; width:70%; text-align:left; border-style:solid; border-width:1px; border-color:#000000}
td.tan2 { width:15%;text-align:right;border-style:solid; border-width:1px; border-color:#000000}

/*Formatierung für Erlöse Tabelle*/
table.erloes { table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:0px; font-size:95%}
td.tde1 { padding-right:25px; width:380px; vertical-align:top;}
td.tde2 { padding-right:25px; width:70px; vertical-align:top;}
td.tde3 { padding-right:25px; width:70px; vertical-align:top;}
td.tde4 { padding-right:25px; width:70px; vertical-align:top;}
td.tde5 { padding-right:25px; width:70px; vertical-align:top;}

/*Formatierung für Tabelle mit Links*/
table.links  {  table-layout:fixed; width:100%; margin-left:0px; border-style:solid; border-width:0px; font-size:80%}

/*Formatierung für Verweise*/
:link { color: #0000ff }
:visited { color: #800080 }
:active { color: #ff0000 }
.noline {text-decoration:none;color:#000000}


/*Formatierungen für Überschriften*/
h1 { font-size:130%; font-weight:bold;font-family:Verdana; margin-left:0px; text-align:center;width:100%} 
h2 { font-size:70%; font-family:Arial,Verdana;font-weight:lighter; margin-left:0px; } 
h3 { font-size:140%; font-weight:bold;font-family:Verdana;text-align:center }  /* Für zentrierte Überschriften */
h4 { font-size:140%; font-weight:bold;font-family:Verdana;text-align:left }  /* Für links ausgrichtete Überschriften */
h5 { font-size:120%; font-weight:bold;font-family:Verdana;text-align:left }  /* Für kleinere Überschriften */
h6 { font-size:110%; font-weight:bold;font-family:Verdana;text-align:center;}  /* Für zentrierte normale Überschriften */


/*Verschiedene Textformatierungen*/
.capsT { font-size:120%; text-transform:uppercase;font-weight:bold;font-family:Times New Roman;}
.caps { font-size:120%; text-transform:uppercase;font-weight:bold;} 
.c1 {color: #FF6000}            /* Format für orangen Text */
.c2 {color: #009900}            /* Format für grünen Text */
.c3 {color: #FF0000}            /* Format für roten Text */
.c4 {color: #B07050}            /* Format für braunen Text */
.c5 {color: #0056E8}            /* Format für blauen Text */
.c6 {color: #FF0107}            /* Format für Rainbow orange Text */

.italics {font-style:italic;}
.big { font-size:120%; font-weight:bold;} 
.big2 { font-size:144%;}
.small {font-size:80%;}
.small6 {font-size:60%;}
.small9 {font-size:90%}
.bold { font-weight:bold;} 
.underlined {text-decoration : underline;}
.center  {text-align:center;}
.bc  {text-align:center; font-weight:bold;}
p.justify {text-align:justify;}
.ebene1 {list-style-type: circle;} /* Listen Ebene 1 */
.ebene2 {list-style-type: square;} /* Listen Ebene 2 */
.right {text-align:right;}
.bolditalics {font-style:italic;font-weight:bold;}
.boldunderlined {font-weight:bold;text-decoration : underline;}
.bolditalicsunderlined {font-style:italic;font-weight:bold;text-decoration : underline;}



A:active { text-decoration; }
A:hover { text-decoration:none; }
A:visited { text-decoration; }
A:link { text-decoration;}
