/** 
(c) KWA IT-SOLUTIONS e.K.
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: white; *//
  color: black;
}

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 { 
  /** border:solid 1px #666666; **/
  height:100%;
  width:100%;
  margin:0px;
  /** background:url(images/background1600.gif); **/
  /** background: #ffffff; **/
  background: #EAEAEA; 
}



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

TABLE.menu TD.off { 
  letter-spacing: 0.3px;
  /** background: #B9B9B9; **/
  text-align: center;
  white-space: nowrap;
  width:100px;
  padding: 2px;
  /** border-right: solid 1px #666666; **/
  /** border-bottom: solid 1px #666666; **/
  /** border-top: solid 1px #666666; **/
  font-weight:bold;
}


TABLE.menu TD.on { 
  letter-spacing: 0.3px;
/**  background: #E0E0E0; **/
  background: #DDDDDD;
  text-align: center;
  white-space: nowrap;
  width:100;
  padding: 2px;
  /** border-right: solid 1px #999999;  **/
  /** border-bottom: solid 1px #999999; **/
  /** border-top: solid 1px #999999; **/
  font-weight:bold;
}


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


/** Linke Navigation **/

TABLE.submenu { 
  width:148px;
  margin-top:6px;
}


TABLE.submenu TD.off { 
  /** background: #B9B9B9; **/
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  border-bottom: 1px solid white;
}

TABLE.submenu TD.on { 
  background: #F9F9F9; /** #E0E0E0; **/
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  border-bottom: 1px solid white;
}

TABLE.submenu TD A {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}


DIV.ueberschrift {
  margin-top: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana;
  font-size: 14px;
  font-weight:bold;
  letter-spacing:1.2px;
}

DIV.text { 
  font-size: 12px;
  Line-height: 120%;
}


	
.location {
  font-size: 10px;
}


/** Unten die Abschlussleiste **/

TABLE.abschluss_leiste TD A
{ 
  width:120px;
  color: black;
  text-align: center;
  font-size: 11px;
}
