/* external css file 
   by patrick otto 
   14.07.2004 */


/* global formatting */

   strong {
	color: #00157e;
   } 

   body {
	color: black;
	background-image: url(pic_bak01.jpg);
	background-repeat: no-repeat;
   }

   a {
 	color: #00157e;
        /*border: 1px solid black*/
   }

   em { 
      font-size:13px;
   }

   img { 
     /* padding: 3px;*/
      margin: 4px;
      border: 1px solid black;
   }


/* links, menus */
   
 
    #menue{
        border: 1px solid black;
        background: lightgray;
        position: absolute;
	left:50px;
	top:205px;
	padding: 3px;
        color: #00157e;
	font-size:11px;
	font-family:Arial;
	word-spacing: 35px;
    }
 
    #menue a:hover {
        color: #721b1b;
    }


/* pics */
 
    #pics{
	position: absolute;
	top: 230px;
	position: relative;
        text-align: center;

    }

