/**
(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%;
  /*background-color: #99ccff;*/
}

BODY {
  border-width:0px;
  padding: 0px;
  margin:0px;
  width:100%;
  height:100%;
  /*background-color: #99ccff;*/

  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;
  vertical-align: top;
}

p {
  margin-top:0px;
}

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:790px;
  margin:0px;
}



/** Hauptnavigations-Tabelle **/
TABLE.menu {
  border-collapse: collapse;
  height:20px;
  text-align: left;
}

TABLE.menu TD.off {
  letter-spacing: 1.2px;
  background: #B9B9B9;
  text-align: center;
  white-space: nowrap;
  width:110px;
  padding: 2px;
  padding-top:3px;
  border-right: solid 1px #666666;
}


TABLE.menu TD.on {
  letter-spacing: 1.2px;
  background: #E0E0E0;
  text-align: center;
  white-space: nowrap;
  width:110px;
  padding: 2px;
  padding-top:3px;
  border-right: solid 1px #999999;
}


TABLE.menu TD A {
  color: #3300cc;
  text-decoration: none;
  font-size: 12px;
}


/** Linke Navigation **/

TABLE.submenu {
  width:150px;
  margin-top:15px;
  border-top:solid 1px #666666;
  text-align: left;
}


TABLE.submenu TD.off {
  background: #B9B9B9;
  white-space: nowrap;
  padding: 2px;
  padding-top:4px;
  border-bottom:solid 1px #666666;
}

TABLE.submenu TD.on {
  background: #E0E0E0;
  white-space: nowrap;
  padding: 2px;
  padding-top:4px;
  border-bottom:solid 1px #666666;
}

TABLE.submenu TD A {
  font-size: 11px;
  color: #3300cc;
  text-decoration: none;
}


DIV.ueberschrift {
  margin-top: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana;
  font-size: 17px;
  font-weight:bold;
  letter-spacing:1.2px;
  font-color: #0000ff;
}

DIV.text {
  font-size: 12px;
}



.location {
  font-size: 10px;
}



td > p {
	margin:0px;
	padding:0px;
}


