/*	Mit dieser css sollen alle per link aufrufbaren htm-Seiten einheitlich dargestellt werden.
    Ersteller: Peter Brüninghaus, 3.9.2010, Tel. 089-855154  		*/

body 	        { background="#CCCCCC" ; font-size:100%; font-family:"Arial", Helvetica, sans-serif; }
             *{ margin:0; padding:0;}
              
h1            {font-size:1.125em; color: #006898; font-weight: bold; }
p             {font-size:0.875em;}
p.italic      {font-style:italic;}
img           {border-right-width:1em; border-right-style:solid; border-right-color: #CCCCCC; }
#index-mod 	 	{position: absolute; left: 50%; width: 1020px; margin-left: -510px; 
                                    top: 50%; height: 560px; margin-top: -280px;  }

#box
{
position: absolute;
left: 50%;
width: 1020px;
margin-left: -510px;
top: 50%;
height: 500px;
margin-top: -250px;
}


 
