/** 
(c) a3 systems GmbH
CSS-Datei zum initialisieren der verschiedenen Browser
Alle HTML-Dateien sollten folgenden Doctype besitzen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
getestet fuer:
IE 5.5
IE 6.0
NS 6.0 
NS 7.0
Mozilla 1.7
Konqueror/Safari
Opera 7.51
**/

HTML { 
  margin:0px;
  padding:0px;
  border-width:0px;
  width:100%;
  height:100%;
}

BODY { 
  border-width:0px;
  padding: 0px;
  margin:0px;
  width:100%;
  height:100%;
  background-color: black;
  color: white;
}

BODY, TEXTAREA, TD {
/** 
Schriftarten wechseln zwischen 
BODY,TEXTAREA und TD, deshalb einheitlich 
definiert 
**/
  font-size: 12px;
  font-weight: normal;
  font-family: verdana,arial,helvetica;
}


TABLE, TD, DIV, SPAN, IMG, A {
  margin: 0px;
  padding: 0px;
  border-width:0px;
}

/** Ende INIT SECTION **/



/** Rahmen-Tabelle **/
TABLE.main { 
  height:100%;
  width:790px;
  margin:0px;
}



/** Hauptnavigations-Tabelle **/
TABLE.menu { 
  border-collapse: collapse;

}

TABLE.menu TD.off { 
  letter-spacing: 1.2px;
  background-image:url(images/schwarzorange3oben.gif);
  /**background: #31659C;**/
  text-align: center;
  white-space: nowrap;
  width:125;
  padding: 4px;
  /**border-right:solid 15px #393C39 ;**/
  /**border-left:solid 25px #10BEE7;**/
}


TABLE.menu TD.on { 
  letter-spacing: 1.2px;
  background-image:url(images/schwarzorangeobenover.gif);  /** background: #E0E0E0; **/
  /**background: #184DA5;**/
  text-align: center;
  white-space: nowrap;
  width:125;
  padding: 4px;
  /**border-right:solid 20px #393C39 ;**/
  /**border-left:solid 25px #10BEE7;**/
}


TABLE.menu TD A {
  color: white;
  text-decoration: none;
  font-size: 12px;
}


/** Linke Navigation **/

TABLE.submenu { 
  width:142px;
  margin-top:60px;
  border-top:solid 0px #666666;
}


TABLE.submenu TD.off { 
  /**background: #31659C;**/
  background-image:url(images/schwarzorangelinks.gif); 
  white-space: nowrap;
  text-align: center;
  padding: 5px;
  border-bottom:solid 0px #666666;
}

TABLE.submenu TD.on { 
  /**background: #00B69C;**/
  background-image:url(images/schwarzorangelinksover.gif);
  white-space: nowrap;
  text-align: center;
  padding: 5px;
  border-bottom:solid 0px #666666;
}

TABLE.submenu TD A {
  font-size: 12px;
  color: white;
  text-decoration: none;
}


DIV.ueberschrift {
  margin-top: 12px;
  margin-bottom: 20px;
  border-bottom: 0px solid #ccc;
  font-family: arial, verdana;
  font-size: 17px;
  font-weight:bold;
  letter-spacing:1.2px;
  color: white;
  background: #FF9A00;
}

DIV.text { 
  font-size: 12px;
  color: black;
}


	
.location {
  font-size: 10px;
}


TABLE.servicebar TD A 
{
 font-size: 11px;
 padding-right:15px;
 padding-left:200px;
 color: white;
 text-decoration: none;
}



