/*================================================================================================================================================*/
/*Hintergrund der gesamten Seite */
/*================================================================================================================================================*/

body { font-family: Arial, Verdana; font-size: 14px; background-color : #F0F0FF; }

/* Format der der gesamten Seite zugrundeliegenden Hintergrundtabelle */
.TabelleHintergrund { width: 100%; border-style: solid; border: 0pt; margin: 0; padding: 0; border-color: white; font-size: 12px; color: black; background-color: #F0F0Ff; }

/* rechter Bereich mit dem eigentlichen Seiteninhalt */
.Seiteninhalt { background-color: #E0E0FF; font-family: Arial, Verdana; font-size: 12px; color: darkblue; }

/*================================================================================================================================================*/
/*Grundformat für Tabellen */
/*================================================================================================================================================*/

table { width: 100%; border-style: solid; border: 0pt; margin: 2; padding: 2; border-color: white; font-size: 12px; color: black; background-color: #F0F0FF; }
td    { font-size: 12px; color: black; }

/*================================================================================================================================================*/
/* Sonstige Elemente */
/*================================================================================================================================================*/

hr { color: darkblue; }
ul { list-style-type: square; }

/*================================================================================================================================================*/
/* Verknüpfungen */
/*================================================================================================================================================*/

a:link    { color: darkblue; font-style: normal; text-decoration: none; }
a:visited { color: darkblue; font-style: normal; text-decoration: none; }
a:hover   { color: red; font-style: normal; text-decoration: underline; }
a:active  { background: #A0A0FF; color:red; font-style: normal; Text-Decoration: underline; }

a.navi:link    { text-decoration: underline; }
a.navi:visited { text-decoration: underline; }
a.navi:hover   { color: red; font-style: normal; text-decoration: underline; }
a.navi:active  { background: none; color:red; font-style: normal; Text-Decoration: underline; }

a.navipp:link    { text-decoration: none; }
a.navipp:visited { text-decoration: none; }

a.job:link    { color: #FFFFFF; }
a.job:visited { color: #FFFFFF; }
a.job:hover   { color: #CF0000; }

/*================================================================================================================================================*/
/* Format für Menuboxen links */
/*================================================================================================================================================*/

.Menuezelle 		{ width: 150px; background-color: #E0E0FF; font-family: Arial, Verdana; font-size: 12px; color : darkblue; }
.Menueueberschrift  { width: 150px; background-color: #C0C0FF; font-family: Arial, Verdana; font-weight: bold; font-size: 13px; color: darkblue; }
.Menuepunkt         { width: 150px; background-color: #F0F0FF; font-family: Arial, Verdana; font-size: 11px; color: darkblue; }
.MenuepunktWetter   { width: 150px; background-color: #9999FF; font-family: Arial, Verdana; font-size: 11px; color: darkblue; }

/*================================================================================================================================================*/
/* Format für Hauptinhalt bzw. Inhalte der alten Webseiten */
/*================================================================================================================================================*/

.TabelleSeiteninhalt { width: 100%; border: 0; margin: 0; padding: 0; background-color: #F0F0Ff; font-family: Arial, Verdana; font-size: 11px; color: green; }
.Ueberschrift        { background-color: #C0C0FF; height: 20; font-family: Arial, Verdana; font-size: 15px; font-weight: bold; color: darkblue; vertical-align: middle; }
.Ueberschrift2       { font-family: Arial, Verdana; font-size: 13px; font-weight: bold; color: darkblue; vertical-align: middle; }
.Bild                { border:1px solid #C0C0FF; }      
.Balkenueberschrift  { background-color: #E0E0FF; height: 15; font-family: Arial, Verdana; font-size: 11px; font-weight: bold; color: darkblue; vertical-align: middle; }
.Standardtext        { background-color: #F0F0FF; font-family: Arial, Verdana; font-size: 11px; color: darkblue; }
.Leerzeile           { margin-top: 0; margin-bottom: 0; }
.technDaten          { font-weight:bold; }              /* Spezifikation techn. Daten */
.Fusszeile           { background-color: #F0F0FF; font-family: Arial, Verdana; font-size: 9px; color: darkblue; }
.Kleinschrift        { font-size: 10px; }
.Wechseltext         { font-family: Arial, Verdana; font-size: 13px; font-weight: bold; color: darkblue; }
.unterlegt           { background-color: #E0E0FF; font-family: Arial, Verdana; font-size: 11px; color: darkblue; }

/* Sonderformat für Tabelle LEDAN-Erfassungsgeraete */
.Ledantabelle        { background-color: #E6E6FF; font-family: Arial, Verdana; font-size: 11px; color: darkblue; }
