/* CSS Document */
 html{background:#000 } 
    body{text-align:center; margin:0;}
    body,table,form /* czcionka globalna */
    {
    	font-family:verdanma,arial;
    	font-size:13px;
    	color:#eee;
		}
    h1
		{
			font-family:georgia;
			font-size:26px;
			font-weight:normal;
			text-align:right;
		}
    a{}
    a:hover{}
    .noz {clear:both;}
    table{border:0; border-collapse:collapse; }
    td{vertical-align:top; text-align:left; padding:0}
    /*------------------------ STRUKTURA */
		#gora{ height:45px;width:796px; margin:auto; overflow:hidden;}
    #rama{width:796px;	margin:auto;}
    table#glowna{width:796px;height:400px; border-top:solid 10px #EA0000;  border-bottom:solid 4px #EA0000}
	    #panel_l{width:393px; background:#3B3B3B url(i/bg1.jpg) left top no-repeat; }	
   		#panel_p{width:403px; background:#262626 url(i/bg2.jpg) left top no-repeat; }
   	#stopka{width:796px;	margin:auto; text-align:right; color:#9b9b9b; font-size:10px;}	
    /*------------------------ ZAWARTOSCI */
		#logo{cursor:pointer; margin-top:10px;width:328px; float:left; height:45px; background:url(i/adria_logo.gif) no-repeat;}    
    #menu_l{}
    #menu_l div{ width:119px; height:119px; border:solid 0px #EA0000; float:left; margin:5px; text-align:center; }
    #menu_l div a
		{
			position:relative;top:50px;
			font-family:georgia;
			font-size:18px;
			color:#fff;
			text-decoration:none;
		}
		#menu_l div a:hover{color:#EA0000}
		#menu_l div a.on{color:#EA0000; text-decoration:underline; }
		
    #tresc{margin:10px 20px;}
