/* external css file 
   by patrick otto 
   14.07.2004 */


/* global formatting */

   strong {
	color: #00157e;
   }

   body {
	color: black;
	background-image: url(ruslan.jpg);
	background-repeat: no-repeat;
   }

   a {
 	color: #00157e;
        /*border: 1px solid black*/
   }

   em { 
      font-size:13px;
   }

/* links, menus */
   
 
    #menue{
        border: 1px solid black;
        background: lightgray;
 	 position: absolute;
	left:50px;
	top:205px;
	color: #00157e;
	font-size:11px;
	font-family:Arial;
	word-spacing: 35px;
    }
 
    #menue a:hover {
        color: blue;
    }


/* page text */

    #info{
	position: absolute;
	left:200px;
	top:180px;
	color: black;
	font-family:Arial;
	padding: 1em;
	width: 70%;
	font-size:14px;
    }

/* tables */
  
    #logtable { 
          border: 0px solid green;
 	  position: absolute;
	  left:200px;
	  top:300px;
          width: 70%
    } 

    #tablecontent { 
        /*border: 2px solid black;*/
        padding: 3px; 
        font-size:12px;
    } 

    #tabledate { 
        border: 4px solid white;
        font-family:sans-Serif;    
        font-size:11px;
        padding: 3px; 
     }


/* pics */

  
    #pictable { 
          border: 0px solid green;
 	  position: absolute;
	  left:200px;
	  top:150px;
          width: 70%
          font-family:sans-Serif;    
          font-size:11px;
    } 

    #pic{
	position: absolute;
	left: 230px;
	top: 170px;
        border: 1px solid black;
        font-size:12px;
        width: 300px 
    }

    #piclist{
	position: absolute;
	left: 230px;
	top: 270px;
        border: 1px solid black;
        font-size:12px;
    }

    #pic1{
	position: absolute;
	left: 230px;
	top: 270px;
        border: 0px solid black;
        font-size:13px;
        width: 512px
    }

    #pic2{
	position: absolute;
	left: 230px;
	top: 620px;
        border: 0px solid black;
        font-size:13px;
    }

    #pic3{
	position: absolute;
	left: 530px;
	top: 620px;
        border: 0px solid black;
        font-size:13px;
    }

    #pic4{
	position: absolute;
	left: 230px;
	top: 980px;
        border: 0px solid black;
        font-size:13px;
    }

    #pic5{
	position: absolute;
	left: 230px;
	top: 1400px;
        border: 0px solid black;
        font-size:13px;
    }
