	/* *{padding: 0; margin:0;} */

   body
	{
 	 background:url('../glowna_images/kubrickbgcolor_2.jpg');
 	 font-family: Trebuchet MS,Verdana,Arial;
	 font-size:1em;
       color: black;
       text-align: center; 	 
	}
   img
        {
         border: 0px;
        }	
   a
        {
         text-decoration: none;
         color: #666666;
				 font-weight:bold;
        }
   a:hover
        {
         color: silver;
				 text-decoration: underline;
				 font-weight:bold;
        }        	
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }            
   td
        {
         padding: 15px;
        }       
				
	 #navlist li,ul
				{
				display: inline;
				list-style-type: none;
				padding:0 15px 0 0 ;
				margin:0;
				}
				
		#navlist a:link, #navlist a:visited
{
color:#CCCCCC;
text-decoration: none;
}

#navlist a:hover
{
color:#CCCCCC;
text-decoration: underline;
}

p#u
{
font-size:0.8em;
text-decoration: underline;
font-weight:bold;
}



   #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: relative;        
         text-align: center;
         width: 700px;
         display: block;
         border: 1px solid white;   
        }
   .top
       {
        display: block;
        background: black url(img/top.jpg) repeat-x;
        margin: 0px;
        width: 100%;
        height: 80px; 
        text-align: left;
        color: white;
       }
   .title
       {
        padding-top: 20px;
        padding-left: 10px; 
        font-weight: bold; 
        font-size: 25px;               
       }
   .description
       {
        padding-top: 5px;
        padding-left: 10px;
        font-size: 15px;       
       }  
   .main
       {
        display: block;
        margin: 0px;
        background: #FFFFFF;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;  
        padding-bottom: 15px;             
       }
   .navigation
       {
        font-size: 0.85em;
        padding-left: 10px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        height: 22px;
        text-align: left;
        color: white;   
				background:#000;
       }                   

   .foot
       {
        font-size: 10px;   
       } 
   .foot a
        {
         text-decoration: underline;
         color: black;
        }
   .foot a:hover
        {
         color: silver;
        }      	