/* TOOLIP CSS  *//* created 27.02.2002 by Andreas Voerg <mailto:voerg@fzi.de>   */body {  /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */  /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */  /* 10px = 10 Pixel */  margin-top : 5px;   margin-left : 15px;   margin-right : 15px;   margin-bottom : 5px;   color : black;   background-color : #feffcc; } p , h1 , h2 , h3 , h4 , ul , ol , li , div , td , th , address , blockquote , b , i , span , div , caption {  /* font-family = Schriftart fuer Textelemente */  /* Arial,sans-serif = Arial und serifenlose Schrift */  font-family : Comic Sans MS, Arial, sans-serif; } p , dd , , dl , ul , ol , li , div , td , th , address , b , i , span {  font-size : 12pt; } h1 , h2 , h3 , h4 , caption {  font-style : normal;   font-weight : bold;   margin-top : 0.8em;   margin-bottom : 0.5em; } dl {  font-style : normal;   margin-bottom : 0.8em; } h1 {  font-size : 14pt; } h2 {  font-size : 13pt; } h3, caption {  font-size : 12pt; } h4 {  font-size : 12pt; th , td , tr , table {  vertical-align : top;   text-align : left; } th , td {  padding-top : 0.3em;   padding-bottom : 0.3em;   padding-left : 0.3em;   padding-right : 0.3em; } .stark {  font-size : 13pt;   font-weight : bold; } .block {  text-align : justify; } .fuss {  font-size : 9pt; } th.farbig {  margin-left : 0.2em;   margin-right : 0.2em;   margin-top : 0.2em;   margin-bottom : 0.2em;   background-color : rgb(221,68,44);   color : black; } td.farbig {  margin-left : 0.2em;   margin-right : 0.2em;   margin-top : 0.2em;   margin-bottom : 0.2em;   background-color : rgb(238,174,157);   color : black; } table.farbig th {  background-color : rgb(221,68,44);   color : black; }   table.farbig td {  background-color : rgb(238,174,157);   color : black; } h2.menu {  font-style : normal;   font-weight : bold;   margin-top : 0.1em;   margin-bottom : 0.1em; } li.comment {  color : red; } p.comment{  color : red; } .egsci-worx{  background-color:#ccffff;  position:relative;  left:40px;}.egthomson{  background-color:#ffffcc;  position:relative;  left:40px;}.egfzi{  background-color:#ffccff;  position:relative;  left:40px;}.egthales{  background-color:#ccccff;  position:relative;  left:40px;}.egdesign-reuse{  background-color:#ffcccc;  position:relative;  left:40px;}.egxx{  background-color:#ccffcc;  position:relative;  left:40px;}a:link {  color : #0000ff; } a:visited {  color : #000066; } a:active {  color : #ff0000; }