@charset "UTF-8";
/* CSS Document  autofer */

ul              { margin: 0; padding: 0; list-style-type: none; }
li	 	  		{ margin: 0; padding: 0; }

body {
    background-color: #fff;
    background-image: url(../img/bg/topleft/rotate.php);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    font-family: helvetica;
    margin: 0;
    padding: 0;
}
.head{
    width: 950px;
    height: 140px;
    /* background: url(../img/head/head.png) no-repeat; */
}

/*menü*/
      .mbox{
        width: 935px;
        height: 49px;
        margin: 0 auto;
        padding-top: 108px;
      }
      a.mfelep {
        text-indent: -10000px;
        background: url(../img/menu/felep.jpg) no-repeat center;
        width: 260px;
        height: 49px;
        display: inline-block;
        float: left;
      }
      a.mfelep:hover{
        background: url(../img/menu/felep_h.jpg) no-repeat center;
      }  
      a.malkatr{
        text-indent: -10000px;
        background: url(../img/menu/alkatr.jpg) no-repeat center;
        width: 225px;
        height: 49px;
        display: inline-block;
        float: left;
      }
      a.malkatr:hover{
        background: url(../img/menu/alkatr_h.jpg) no-repeat center;
      }  
      a.macel{
        text-indent: -10000px;
        background: url(../img/menu/acel.jpg) no-repeat center;
        width: 289px;
        height: 49px;
        display: inline-block;
        float: left;
      }
      a.macel:hover{
        background: url(../img/menu/acel_h.jpg) no-repeat center;
      }  
      a.mmagunk{
        text-indent: -10000px;
        background: url(../img/menu/magunk.jpg) no-repeat center;
        width: 161px;
        height: 49px;
        display: inline-block;
        float: left;
      }
      a.mmagunk:hover{
        background: url(../img/menu/magunk_h.jpg) no-repeat center;
      }  
/*menü vége*/

/*scroll*/					
			#content1{
				height: 350px;
				width: 660px;
				float:left;
				overflow:hidden;
                padding: 10px;
			}
			#content1 p{
				margin: 10px;
                text-align: justify;
                font-size: 13px;
                color: #1f55cf;
                background-color: #fff;
			}
			.scrollbar-vert{
				border: 1px solid #1f55cf;
                background-color: rgba(0, 60, 255, 0.3);
				height: 350px;
				width: 20px;
				float:left;
                margin-top: 10px;
			}
			.handle-vert{
				height: 42px;
				width: 20px;
				background: url(../img/scroll.gif) no-repeat;
            }    
/*scroll vége*/
h1{
 font-size: 23px;
 font-weight: bold;
 color: #fff;
 text-shadow: 0.1em 0.1em #999;
 background-color: #1f55cf;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 padding: 3px;
}

.wrapper {
    width: 950px;
    margin: 0 auto;  
}
#bal {
    width: 228px;
    height: 350px;
    float: left;
    padding: 10px;
    overflow: hidden;
}
#bal p{
    margin: 10px;
    text-align: justify;
    font-size: 13px;
    color: #1f55cf;
    }
#almenu{
    background: url(../img/almenubg.png) no-repeat;
    min-height: 277px;
    color: #fff;
    text-align: left;
    line-height: 130%;
    padding-top: 10px;
    padding-left: 8px;
    margin-right: 10px;    
    }
#almenu a{
    text-decoration: none;
    color: #fff;
    padding: 2px;
    }
#almenu a:hover{
    text-decoration: none;
    color: #eceece;
    padding: 3px;    
    }

div.info{
    float: left;
    width: 950px;
    margin: 0 auto;  
}    
#info {
    color: #4270d7;
    text-decoration: none;
    font-size: 11px;
    background-color: #fff;    
}
#info a {
    color: #4270d7;
    text-decoration: underline;
}

#sarok {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 413px;
  width: 440px;
  background: url(../img/bg/bottomright/rotate.php) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
  border: none;
  z-index: -1;
}
/*
a.saroker {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  height: 140px;
  width: 140px;
  background: url(../img/saroker.jpg) bottom left no-repeat;
  text-indent: -999em;
  text-decoration: none;
  border: none;
  z-index: -10;
}
a.saroker:hover {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  height: 160px;
  width: 330px;
  background: url(../img/saroker_hover.png) bottom left no-repeat;
  text-indent: -999em;
  text-decoration: none;
  border: none;
  z-index: 10;
}
*/
