

#fototopmenu {
  display: flex;
  justify-content: space-between;
  
  
  
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    /*  -ms-flex-direction: row; */
      -ms-flex-direction: row; 
    flex-direction: row;
    -webkit-flex-wrap: wrap;
   /*   -ms-flex-wrap: wrap; */
   -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -webkit-justify-content: space-around;
    /*  -ms-flex-pack: space-around; */
     -ms-flex-pack: justify; 
    justify-content: space-around;
    -webkit-align-content: stretch;
    /*  -ms-flex-line-pack: stretch; */
     -ms-flex-line-pack: stretch; 
    align-content: stretch;
    -webkit-box-align: space-around;
    -moz-box-align: space-around;
    -webkit-align-items: space-around;
    /*  -ms-flex-align: space-around; */
    -ms-flex-align: space-around;
    align-items: space-around;


	list-style: none;
  
  
  
  
  width:680px;
  margin-left:-25px;
  
 @media only screen and (max-width: 700px) {
		#fototopmenu {
		display: flex;
		justify-content: space-between;
		width:300px;			  
		}
	}
  
  
}
#fototopmenu > div {
  height: 30px;
  padding-left:6px;
  padding-top:15px;
  padding-bottom:0px;
  }




body { font-family:Arial;
  font-size:8.7pt;
  font-weight:bold;
  text-align:center;
   margin:auto;
}