/** 
(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: 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 #286090;
  height:100%;
  width:790px;
  margin:0px;
}



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

TABLE.menu TD.off { 
  letter-spacing: 1.2px;
  background: #E0E0B8;
  text-align: center;
  white-space: nowrap;
  width:110;
  padding: 2px;
  border-right: solid 1px #286090;
}


TABLE.menu TD.on { 
  letter-spacing: 1.2px;
  background: #C9E9FE;
  text-align: center;
  white-space: nowrap;
  width:110;
  padding: 2px;
  border-right: solid 1px #286090;
}


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


/** Linke Navigation **/

TABLE.submenu { 
  width:5px;
  margin-top:15px;
  border-top:solid 1px #286090;
}


TABLE.submenu TD.off { 
  background: #C9E9FE;
  white-space: nowrap;
  padding: 2px;
  border-bottom:solid 1px #C9E9FE;
}

TABLE.submenu TD.on { 
  background: #E0E0B8;
  white-space: nowrap;
  padding: 2px;
  border-bottom:solid 1px #286090;
}

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


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

DIV.text { 
  font-size: 12px;
  font-family: arial, verdana;
  color: #286090;
}


	
.location {
  font-size: 10px;
}

.txt{
	font-family : verdana,arial,helvetica ;
	font-size : 10px;
	background-color : #E0E0B8;		/* white, gray, black, red, yellow, green */
	color : black;
}

/* Edit below to change the style of Highrisk/Mediumrisk/Lowrisk */
.risktype {
	color : red ;				/* red, blue, black, green, yellow */
	font-family : verdana,arial,helvetica ;
	font-size : 10px ;
	font-style : normal ; 			/* italic */
	font-weight : bold ;			/* normal */

}

/* Edit below to change the width of the table. Value should not be less than 160px */
.maintable {
	width : 160px ;				/* 200px */

}



