 .box{
     width:816px;
     height:auto;
     margin:0px auto;
     text-align:center;
     position:relative;
     background-image:url(../img/bg.png);
	
 }
 
 .arrowlistmenu{
      width: 180px; /*szerokosc menu*/
      }
      .arrowlistmenu .menuheader{ /*generalny styl naglówka listy*/
      font: bold 14px Arial;
      color: white;
      background: black url(../img/titlebar1.png) repeat-x center left;
      margin-bottom: 10px; /*odleglosc naglówka od tresci*/
      text-transform: uppercase;
      padding: 4px 0 4px 10px;
      cursor: hand;
      cursor: pointer;
      }
      .arrowlistmenu .openheader{
      background-image: url(../img/titlebar-active.png);
      }
      .arrowlistmenu ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 8px;
      }
      .arrowlistmenu ul li{
      padding-bottom: 2px; /*dolna przerwa miedzy punktami menu*/
      }
      .arrowlistmenu ul li a{
      color: #A70303;
      background: url(../img/arrowbullet.png) no-repeat center left; /*wyglad "kropki"*/
      display: block;
      padding: 2px 0;
      padding-left: 19px; /*link text is indented 19px*/
      text-decoration: none;
      font-weight: bold;
      border-bottom: 1px solid #dadada;
      font-size: 90%;
      }
      .arrowlistmenu ul li a:visited{
      color: #A70303;
      }
      .arrowlistmenu ul li a:hover{
      color: #A70303;
      background-color: #F3F3F3;
      }
 
 .tope h1{font:11px Verdana; color:#dadada;float:right;margin:20px 10px 0px 0px;}
 .toto{
     float:right;
     width:535px;
     margin:0px 15px 0px 0px;
     height:auto;
 }

  .under_menu{
     background-color:#3074b3;
     padding:20px 0px 20px 0px;
     font:15px Verdana;
 }

