/*  Dateiname ........: informatik.css           CSS-Standard .....: CSS 1.0           Autor ............: Philipp Regenfuß	      */body           {               background-color:    #FFFFFF;               color:               #000000;               margin-top:          0em; /*rand oben*/               margin-left:         0em;               margin-right:        0%;               margin-bottom:       0em;               font-family:         arial, helvetica, sans-serif;               font-size:           160%;               width:               auto;               }h1             {               font-size:           200%;	           color:               #444444;	          	 background-color:    #FFFFFF;                  margin-top:          0px;               margin-bottom:       0px;               padding-left:        0px;               padding-bottom:      0px;               border-bottom-width: 0px;               border-bottom-color: #333333; /*für unterstreichung*/                font-weight:bold;                        <!border-bottom-style: groove;!>               }h2             {               margin-top:         0px;               margin-bottom:      0px;               font-size:          160%;               color:              #666666;               font-weight:bold;               }h3             {				 margin-top:         0px;				 margin-bottom:      0px;               font-size:          130%;               font-weight:bold;               }p,div          {               text-align:         left;               font-family:        arial, helvetica, sans-serif;               }ul,ol,li       {               text-align:         left;               font-family:        arial, helvetica, sans-serif;               margin-top:         0px;               margin-bottom:      0px;               }li             {               margin-top:         0.3em;               }div a:link    {      	        color:              #0000AA;               text-decoration:    none;               /*font-size:          70%;*/               }div a:visited  {               color:              #0000AA;               text-decoration:    none;               }div a:active   {               color:              #0000AA;               text-decoration:    none;               }div a, a b, a strong {               color:              #0000AA;               text-decoration:    none;               }div a:hover    {    /*wenn mauszeiger auf link*/               color:              #000000;               text-decoration:    underline;               /*background-color:   #A00000;*/               }p.inhalt       {	            color: #0000FF               background-color:   #FFECEC;               padding-top:        6px;               padding-left:       15px;               padding-bottom:     6px;               margin-bottom:      40px;               font-weight:        bold;               }p.link         {               text-align:         right;               }td, tr	        {                margin-top:         0px;                margin-bottom:      0px;               }               .schatten                {                text-align : left;                padding : 0 px;                border : medium none #000000;                border-style : solid;                border-top-width : 0;                border-right-width : 0;                border-bottom-width : 3px;                border-left-width : 3px;                }
